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
554 stars 93 forks source link

Corrected the bug in the version download function. Now load(language… #77

Closed dumitrescustefan closed 5 years ago

dumitrescustefan commented 5 years ago

Code corrects loading bug. The problem was the large scale refactoring introduced a tuple instead of a string, and searching was not performed correctly.

Will follow up with unit testing (already in progress) to catch these bugs in the next release.