adobe / NLP-Cube

Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
http://opensource.adobe.com/NLP-Cube/index.html
Apache License 2.0
552 stars 93 forks source link

Does cube support enhanced/collapsed dependency parsing. #116

Closed realsama closed 4 years ago

realsama commented 4 years ago

Currently our service is based on the java based Stanford's core NLP library and we are looking to migrate from java to python in our backend systems. Does cube provide enhance dependency annotations and if yes how will one go about getting them? Thanks

tiberiu44 commented 4 years ago

If I understand correctly from the UD annotation guidelines, we would have to add null-nodes to the sentence. We don't support this at the moment and we haven't begun discussing this enhancement.

Sorry to disappoint :(

realsama commented 4 years ago

Alright, Thanks.