Skip to content

Support for Marathi POS Tagging encoded in WX format  #13

@AdityaYadavalli1

Description

@AdityaYadavalli1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions