Added some style modifications.
This commit is contained in:
@@ -637,7 +637,7 @@ public class XML_processing {
|
||||
// parser reached end of the current sentence
|
||||
if (endElement.getName().getLocalPart().equals(sentenceDelimiter)) {
|
||||
// count all UniGramOccurrences in sentence for statistics
|
||||
stats.updateUniGramOccurrences(sentence.size());
|
||||
stats.updateUniGramOccurrences(sentence.size(), currentFiletaxonomyLong);
|
||||
|
||||
// add sentence to corpus if it passes filters
|
||||
sentence = runFilters(sentence, stats.getFilter());
|
||||
|
||||
Reference in New Issue
Block a user