mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-12-25 10:41:52 +03:00
Merge pull request #417 from cogmission/master
Adding IRIS, a FREE NLP Analysis Tool using the Cortical.io Retina API
This commit is contained in:
commit
8d2081af21
@ -345,6 +345,7 @@ Further resources:
|
||||
<a name="java-nlp"></a>
|
||||
#### Natural Language Processing
|
||||
* [Cortical.io](http://www.cortical.io/) - Retina: an API performing complex NLP operations (disambiguation, classification, streaming text filtering, etc...) as quickly and intuitively as the brain.
|
||||
* [IRIS](https://github.com/cortical-io/Public/tree/master/iris) - [Cortical.io's](http://cortical.io) FREE NLP, Retina API Analysis Tool (written in JavaFX!) - [See the Tutorial Video](https://www.youtube.com/watch?v=CsF4pd7fGF0)
|
||||
* [CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml) - Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words
|
||||
* [Stanford Parser](http://nlp.stanford.edu/software/lex-parser.shtml) - A natural language parser is a program that works out the grammatical structure of sentences
|
||||
* [Stanford POS Tagger](http://nlp.stanford.edu/software/tagger.shtml) - A Part-Of-Speech Tagger (POS Tagger
|
||||
|
Loading…
Reference in New Issue
Block a user