Skip to content

Commit

Permalink
reverted to als join()
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Dec 16, 2022
1 parent 8aa6bfb commit 2476922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbma_mod.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ void Mbma::Classify( frog_record& fd ){
}
// HACK! for now remove any whitespace!
vector<UnicodeString> parts = TiCC::split( word );
word = TiCC::u_join( parts, "" );
word = TiCC::join( parts, "" );
if ( filter ){
word = filter->filter( word );
}
Expand Down

0 comments on commit 2476922

Please sign in to comment.