You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the support for CRF-based Marathi WX POS tagging seems to be broken. The following is the traceback I get.
Traceback (most recent call last):
File "pipeline.py", line 203, in <module>
pipeline()
File "pipeline.py", line 184, in pipeline
tagger.load_model()
File "/home/asr/indic_tagger/tagger/src/algorithm/CRF.py", line 25, in load_model
self.tagger.open(self.model_path)
File "pycrfsuite/_pycrfsuite.pyx", line 571, in pycrfsuite._pycrfsuite.Tagger.open
File "pycrfsuite/_pycrfsuite.pyx", line 733, in pycrfsuite._pycrfsuite.Tagger._check_model
IsADirectoryError: [Errno 21] Is a directory: '/home/asr/indic_tagger/models/mr/crf.pos.wx.model'
Basically, I think the model that is trained on WX text is missing. Please let me know when you can provide support for this.
The text was updated successfully, but these errors were encountered:
Currently, the support for CRF-based Marathi WX POS tagging seems to be broken. The following is the traceback I get.
Basically, I think the model that is trained on WX text is missing. Please let me know when you can provide support for this.
The text was updated successfully, but these errors were encountered: