Represents clean algorithm changing all words in segments that are not present in given vocabulary to given string (in other words replacing all unknown words with predefined string).
To split segments into words uses given splitting algorithm or default, simple one.
@author loomchild
|
|
|
|