TokenizerSourceval run :
?encoding:Snowball.encoding ->
?to_lowercase:bool ->
action list ->
string Seq.t ->
string Seq.trun actions str applies actions on the given str.
val run_on_bstr :
?encoding:Snowball.encoding ->
?to_lowercase:bool ->
action list ->
Bstr.t ->
string Seq.trun actions bstr applies actions on the given bstr.
NOTE: The advantage of using a bigstring is that you can load a file using Unix.map_file and process the file to obtain a stream of tokens.