Skip to content

Commit ee65c93

Browse files
authored
Formatting fixes in Language specific sections
- More consistent descriptions to allow easier Ctrl+F search - Removed trailing full stops
1 parent 3120f41 commit ee65c93

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,10 @@ Dodge et. al 2015. Tests Memory Networks on 4 tasks including reddit dialog task
401401

402402
### Libraries
403403

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
408408

409409
### Blogs and Tutorials
410410

@@ -423,9 +423,9 @@ Dodge et. al 2015. Tests Memory Networks on 4 tasks including reddit dialog task
423423

424424
### Libraries
425425

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
429429

430430
### Datasets
431431

@@ -438,15 +438,15 @@ Dodge et. al 2015. Tests Memory Networks on 4 tasks including reddit dialog task
438438

439439
### Libraries
440440

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
444444

445445
## NLP in Spanish
446446

447447
[Back to Top](#contents)
448448

449-
## Corpora
449+
### Corpora
450450

451451
* [Columbian Political Speeches](https://github.com/dav009/LatinamericanTextResources)
452452
* [Copenhagen Treebank](http://code.google.com/p/copenhagen-dependency-treebank/)

0 commit comments

Comments
 (0)