Skip to content

Commit

Permalink
fixed a problem comparable to proycon/python-ucto#16 (for XmlInput)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Apr 21, 2023
1 parent 98e308c commit 4410794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokenize.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,7 @@ namespace Tokenizer {
}

folia::Document *TokenizerClass::tokenize_folia( const string& infile_name ){
reset(); // when starting a new inputfile, we must reset provenance et.al.
if ( inputclass == outputclass
&& !doWordCorrection ){
DBG << "ucto: --filter=NO is automatically set. inputclass equals outputclass!"
Expand Down

0 comments on commit 4410794

Please sign in to comment.