NaturalNode / natural

general natural language facilities for node
MIT License
10.6k stars 860 forks source link

Does it support Dependency Parsing? #487

Open oney opened 5 years ago

oney commented 5 years ago

I notice this project supports POS tagging but not Dependency Parsing. https://universaldependencies.org/ https://nlp.stanford.edu/software/nndep.html https://en.wikipedia.org/wiki/Dependency_grammar https://www.youtube.com/watch?v=PVShkZgXznc

Am I right?

Hugo-ter-Doest commented 5 years ago

Yes, you are right. I have some plans to add CFG parsing and unification-based parsing.

Feel free to make a PR with a module for dependency parsing!