@@ -401,10 +401,10 @@ Dodge et. al 2015. Tests Memory Networks on 4 tasks including reddit dialog task
401
401
402
402
### Libraries
403
403
404
- * [ KoNLPy] ( http://konlpy.org ) - A Python package for Korean natural language processing.
405
- * [ Mecab (Korean)] ( http://eunjeon.blogspot.com/ ) - A C++ library for NLP in Korean.
406
- * [ KoalaNLP] ( https://nearbydelta.github.io/KoalaNLP/ ) - A Scala library for Korean Natural Language Processing.
407
- * [ KoNLP] ( https://cran.r-project.org/web/packages/KoNLP/index.html ) -A Korean Natural language processing package in R.
404
+ * [ KoNLPy] ( http://konlpy.org ) - Python package for Korean natural language processing.
405
+ * [ Mecab (Korean)] ( http://eunjeon.blogspot.com/ ) - C++ library for Korean NLP
406
+ * [ KoalaNLP] ( https://nearbydelta.github.io/KoalaNLP/ ) - Scala library for Korean Natural Language Processing.
407
+ * [ KoNLP] ( https://cran.r-project.org/web/packages/KoNLP/index.html ) - R package for Korean Natural language processing
408
408
409
409
### Blogs and Tutorials
410
410
@@ -423,9 +423,9 @@ Dodge et. al 2015. Tests Memory Networks on 4 tasks including reddit dialog task
423
423
424
424
### Libraries
425
425
426
- * [ goarabic] ( https://github.com/01walid/goarabic ) - A Go package for dealing with Arabic text.
427
- * [ jsastem] ( https://github.com/ejtaal/jsastem ) - An Arabic stemmer package in Javascript
428
- * [ PyArabic] ( https://pypi.python.org/pypi/PyArabic/0.4 ) - Arabic text tools for Python
426
+ * [ goarabic] ( https://github.com/01walid/goarabic ) - Go package for Arabic text processing
427
+ * [ jsastem] ( https://github.com/ejtaal/jsastem ) - Javascript for Arabic stemming
428
+ * [ PyArabic] ( https://pypi.python.org/pypi/PyArabic/0.4 ) - Python libraries for Arabic
429
429
430
430
### Datasets
431
431
@@ -438,15 +438,15 @@ Dodge et. al 2015. Tests Memory Networks on 4 tasks including reddit dialog task
438
438
439
439
### Libraries
440
440
441
- * [ jieba] ( https://github.com/fxsjy/jieba#jieba-1 ) - A Chinese Words Segmentation Utilities library in Python
442
- * [ SnowNLP] ( https://github.com/isnowfy/snownlp ) - A library for processing Chinese text in Python
443
- * [ FudanNLP] ( https://github.com/FudanNLP/fnlp ) - A Java library for Chinese text processing.
441
+ * [ jieba] ( https://github.com/fxsjy/jieba#jieba-1 ) - Python package for Words Segmentation Utilities in Chinese
442
+ * [ SnowNLP] ( https://github.com/isnowfy/snownlp ) - Python package for Chinese NLP
443
+ * [ FudanNLP] ( https://github.com/FudanNLP/fnlp ) - Java library for Chinese text processing
444
444
445
445
## NLP in Spanish
446
446
447
447
[ Back to Top] ( #contents )
448
448
449
- ## Corpora
449
+ ### Corpora
450
450
451
451
* [ Columbian Political Speeches] ( https://github.com/dav009/LatinamericanTextResources )
452
452
* [ Copenhagen Treebank] ( http://code.google.com/p/copenhagen-dependency-treebank/ )
0 commit comments