tmbdev / clstm

A small C++ implementation of LSTM networks, focused on OCR.
Apache License 2.0
821 stars 224 forks source link

how to generate 'clstmtext' command? #120

Open xray1111 opened 7 years ago

xray1111 commented 7 years ago

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!

kba commented 7 years ago

clstmtext is a HDF5-based tool, it is in ./OLD since it will not build with the current setup. We should update the README.

xray1111 commented 7 years ago

@kba May I ask why did this feature be removed? It seems like useful while processing some domain specific documents.

amitdo commented 7 years ago

There are replacements: clstmfiltertrain and clstmfilter.

xray1111 commented 7 years ago

@amitdo Thank you! Maybe I'll dig into int some day...