- This repository is about training a POS Tagger and Chunker using CRF++ toolkit.
- For this follow the following steps:
- bash train_pos_tagger_and_chunker_using_crf.sh hindi-conll-sample-for-training.txt hindi-pos.m hindi-chunk.m
- First Argument is the CoNLL input file containing POS and Chunk annotations
- Second Argument is the name of the POS Model (just enter a name)
- Third Argument is the name of the Chunk Model (just enter a name)
- For installing CRF++, go to the website: https://taku910.github.io/crfpp/)
-
Notifications
You must be signed in to change notification settings - Fork 0
aenaliph/Hindi_CRF_POS_Chunk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
baseline crf model to be used as example
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 90.8%
- Shell 9.2%