Skip to content

Commit bc733d2

Browse files
authored
Add UDPipe and NLP Cube
2 parents 7806a68 + be99b47 commit bc733d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,12 @@ Memory networks are implemented in [MemNN](https://github.com/facebook/MemNN).
381381

382382
* [DeepNLP-models-Pytorch](https://github.com/DSKSD/DeepNLP-models-Pytorch) has Pytorch implementations of various deep NLP models used in CS224n(Stanford) in the form of Jupyter notebooks.The models are aimed for those who are acquainted with Pytorch.
383383

384+
## Multilingual NLP Frameworks
385+
386+
[Back to Top](#contents)
387+
* [UDPipe](https://github.com/ufal/udpipe) : Trainable pipeline for tokenizing, tagging, lemmatizing and parsing Universal Treebanks and other CoNLL-U file. Primarily written in C++, offers a fast and reliable solution for multilingual NLP processing.
388+
* [NLP-Cube](https://github.com/adobe/NLP-Cube) : Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing. New platform, written in Python with Dynet 2.0. Offers standalone (CLI/Python bindings) and server functionality (REST API).
389+
384390
## NLP in Korean
385391

386392
[Back to Top](#contents)

0 commit comments

Comments
 (0)