We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6e2fc commit 91c1593Copy full SHA for 91c1593
src/TICCL-unk.cxx
@@ -1020,7 +1020,7 @@ int main( int argc, char *argv[] ){
1020
UnicodeString word = TiCC::UnicodeFromUTF8(v[0]);
1021
back_lexicon[word] = freq;
1022
}
1023
- cout << "read a blackground lexicon with " << back_lexicon.size()
+ cout << "read a background lexicon with " << back_lexicon.size()
1024
<< " entries." << endl;
1025
1026
for ( const auto& it : back_lexicon ){
0 commit comments