Skip to content

Commit 3715beb

Browse files
committed
Update README URLs based on HTTP redirects
1 parent f77eb45 commit 3715beb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A curated list of resources dedicated to Natural Language Processing
33

44

5-
Maintainers - [Keon Kim](http://github.com/keonkim), [Martin Park](https://github.com/outpark)
5+
Maintainers - [Keon Kim](https://github.com/keonkim), [Martin Park](https://github.com/outpark)
66

77
## Contributing
88
Please feel free to [pull requests](https://github.com/keonkim/awesome-nlp/pulls), email Martin Park ([email protected])/Keon Kim ([email protected]) to add links.
@@ -36,7 +36,7 @@ Please feel free to [pull requests](https://github.com/keonkim/awesome-nlp/pulls
3636

3737
## Tutorials and Courses
3838

39-
* Tensor Flow Tutorial on [Seq2Seq](http://www.tensorflow.org/tutorials/seq2seq/index.html) Models
39+
* Tensor Flow Tutorial on [Seq2Seq](https://www.tensorflow.org/tutorials/seq2seq/index.html) Models
4040
* Natural Language Understanding with Distributed Representation [Lecture Note](https://github.com/nyu-dl/NLP_DL_Lecture_Note) by Cho
4141

4242
### videos
@@ -64,7 +64,7 @@ Yoav Goldberg. October 2015. No new info, 75 page summary of state of the art.
6464

6565
### Implementations
6666
* [Pre-trained word embeddings for WSJ corpus](https://github.com/ai-ku/wvec) by Koc AI-Lab
67-
* [Word2vec](https://code.google.com/p/word2vec/) by Mikolov
67+
* [Word2vec](https://code.google.com/archive/p/word2vec) by Mikolov
6868
* [HLBL language model](http://metaoptimize.com/projects/wordreprs/) by Turian
6969
* [Real-valued vector "embeddings"](http://www.cis.upenn.edu/~ungar/eigenwords/) by Dhillon
7070
* [Improving Word Representations Via Global Context And Multiple Word Prototypes](http://www.socher.org/index.php/Main/ImprovingWordRepresentationsViaGlobalContextAndMultipleWordPrototypes) by Huang
@@ -78,7 +78,7 @@ Yoav Goldberg. October 2015. No new info, 75 page summary of state of the art.
7878
* [Twitter-text](https://github.com/twitter/twitter-text) - A JavaScript implementation of Twitter's text processing library
7979
* [Knwl.js](https://github.com/loadfive/Knwl.js) - A Natural Language Processor in JS
8080
* [Retext](https://github.com/wooorm/retext) - Extensible system for analyzing and manipulating natural language
81-
* [NLP Compromise](https://github.com/spencermountain/nlp_compromise) - Natural Language processing in the browser
81+
* [NLP Compromise](https://github.com/nlp-compromise/nlp_compromise) - Natural Language processing in the browser
8282
* [Natural](https://github.com/NaturalNode/natural) - general natural language facilities for node
8383

8484
* <a id="python">**Python** - Python NLP Libraries</a>
@@ -97,7 +97,7 @@ Yoav Goldberg. October 2015. No new info, 75 page summary of state of the art.
9797
* [python-frog](https://github.com/proycon/python-frog) - Python binding to Frog, an NLP suite for Dutch. (pos tagging, lemmatisation, dependency parsing, NER)
9898
* [python-zpar](https://github.com/EducationalTestingService/python-zpar) - Python bindings for [ZPar](https://github.com/frcchang/zpar), a statistical part-of-speech-tagger, constiuency parser, and dependency parser for English.
9999
* [colibri-core](https://github.com/proycon/colibri-core) - Python binding to C++ library for extracting and working with with basic linguistic constructions such as n-grams and skipgrams in a quick and memory-efficient way.
100-
* [spaCy](https://github.com/honnibal/spaCy/) - Industrial strength NLP with Python and Cython.
100+
* [spaCy](https://github.com/spacy-io/spaCy) - Industrial strength NLP with Python and Cython.
101101
* [PyStanfordDependencies](https://github.com/dmcc/PyStanfordDependencies) - Python interface for converting Penn Treebank trees to Stanford Dependencies.
102102

103103
* <a id="c++">**C++** - C++ Libraries</a>
@@ -106,9 +106,9 @@ Yoav Goldberg. October 2015. No new info, 75 page summary of state of the art.
106106
* [CRFsuite](http://www.chokkan.org/software/crfsuite/) - CRFsuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data.
107107
* [BLLIP Parser](https://github.com/BLLIP/bllip-parser) - BLLIP Natural Language Parser (also known as the Charniak-Johnson parser)
108108
* [colibri-core](https://github.com/proycon/colibri-core) - C++ library, command line tools, and Python binding for extracting and working with basic linguistic constructions such as n-grams and skipgrams in a quick and memory-efficient way.
109-
* [ucto](https://github.com/proycon/ucto) - Unicode-aware regular-expression based tokenizer for various languages. Tool and C++ library. Supports FoLiA format.
110-
* [libfolia](https://github.com/proycon/libfolia) - C++ library for the [FoLiA format](http://proycon.github.io/folia/)
111-
* [frog](https://github.com/proycon/frog) - Memory-based NLP suite developed for Dutch: PoS tagger, lemmatiser, dependency parser, NER, shallow parser, morphological analyzer.
109+
* [ucto](https://github.com/LanguageMachines/ucto) - Unicode-aware regular-expression based tokenizer for various languages. Tool and C++ library. Supports FoLiA format.
110+
* [libfolia](https://github.com/LanguageMachines/libfolia) - C++ library for the [FoLiA format](http://proycon.github.io/folia/)
111+
* [frog](https://github.com/LanguageMachines/frog) - Memory-based NLP suite developed for Dutch: PoS tagger, lemmatiser, dependency parser, NER, shallow parser, morphological analyzer.
112112
* [MeTA](https://github.com/meta-toolkit/meta) - [MeTA : ModErn Text Analysis](https://meta-toolkit.org/) is a C++ Data Sciences Toolkit that facilitates mining big text data.
113113
* [Mecab (Japanese)](http://taku910.github.io/mecab/)
114114
* [Mecab (Korean)](http://eunjeon.blogspot.com/)

0 commit comments

Comments
 (0)