Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Marathi POS Tagging encoded in WX format #13

Open
AdityaYadavalli1 opened this issue Sep 29, 2021 · 0 comments
Open

Support for Marathi POS Tagging encoded in WX format #13

AdityaYadavalli1 opened this issue Sep 29, 2021 · 0 comments

Comments

@AdityaYadavalli1
Copy link

AdityaYadavalli1 commented Sep 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant