clstm
clstm copied to clipboard
how to generate 'clstmtext' command?
I built the clstm project successfully, but didn't find this command-line tool generated. I'm not familiar with scons building tools, would somebody please help me? Because I'm really interested in how that language-model works in post-processing. Thanks very much!
clstmtext is a HDF5-based tool, it is in ./OLD since it will not build with the current setup. We should update the README.
@kba May I ask why did this feature be removed? It seems like useful while processing some domain specific documents.
There are replacements: clstmfiltertrain and clstmfilter.
@amitdo Thank you! Maybe I'll dig into int some day...