0

I would like to add a new language to the Stanford Dependency Parser, but cannot for the life of me figure out how.

In what format should training data be? How do I generate new language files?

player.mdl
  • 113
  • 4

1 Answers1

0

The neural net dependency parser takes in CoNLL-X format data.

There is a description of the format in this paper:

https://ilk.uvt.nl/~emarsi/download/pubs/14964.pdf

StanfordNLPHelp
  • 8,699
  • 1
  • 11
  • 9