ltrc / hin-POS-tagger

A CRF based POS Tagger for Hindi
GNU General Public License v3.0
1 stars 1 forks source link

How to use? #1

Open ritwikmishra opened 6 years ago

ritwikmishra commented 6 years ago

I cloned the repo Used a plaintext hindi input file as input and 300k_tokens.model in models folder

./run.sh input1 /models/300k_tokens.model
./run.sh: line 10: crf_test: command not found
spMohanty commented 6 years ago

Looks like you are missing one of the dependencies : CRF++