Difference between revisions of "Natural Language Tools & Services"

From
Jump to: navigation, search
(Capability (other))
Line 32: Line 32:
 
* [http://cloud.google.com/speech-to-text/ Cloud Speech-to-Text  | Google]
 
* [http://cloud.google.com/speech-to-text/ Cloud Speech-to-Text  | Google]
 
* [http://github.com/zalandoresearch/flair flair] use pretrained BERT (PyTorch)
 
* [http://github.com/zalandoresearch/flair flair] use pretrained BERT (PyTorch)
* [http://stanfordnlp.github.io/CoreNLP/ CoreNLP | Stanford] (Python)
+
* [http://stanfordnlp.github.io/CoreNLP/ CoreNLP | Stanford] ([[Python]])
* [[Natural Language Toolkit (NLTK)]] (Python)
+
* [[Natural Language Toolkit (NLTK)]] ([[Python]])
 
* [http://opennlp.apache.org/ Apache OpenNLP]
 
* [http://opennlp.apache.org/ Apache OpenNLP]
* [http://fasttext.cc/ fastText | Facebook's AI Research] representations and text classifiers (Python)
+
* [http://fasttext.cc/ fastText | Facebook's AI Research] representations and text classifiers ([[Python]])
 
* [http://mallet.cs.umass.edu/ MALLET] a Java-based package
 
* [http://mallet.cs.umass.edu/ MALLET] a Java-based package
* [http://www.intel.ai/nlp-architect-by-intel-ai-lab-release-0-2/ Intel NLP Architect] (Python)
+
* [http://www.intel.ai/nlp-architect-by-intel-ai-lab-release-0-2/ Intel NLP Architect] ([[Python]])
* [[SpaCy]] (Python and Cython)   
+
* [[SpaCy]] ([[Python]] and Cython)   
 
* [[Python#scikit-learn|scikit-learn]] NLP toolkit
 
* [[Python#scikit-learn|scikit-learn]] NLP toolkit
* [http://pypi.org/project/gensim/ Gensim] fast Vector Space Modelling, Topic Modeling, LDA implementation (Python)
+
* [http://pypi.org/project/gensim/ Gensim] fast Vector Space Modelling, Topic Modeling, LDA implementation ([[Python]])
 
* [http://allennlp.org/ AllenNLP] an Apache NLP research library (PyTorch)
 
* [http://allennlp.org/ AllenNLP] an Apache NLP research library (PyTorch)
 
* [[Matlab]]
 
* [[Matlab]]
Line 68: Line 68:
 
* [http://github.com/salesforce/awd-lstm-lm LSTM and QRNN Language Model Toolkit for PyTorch | GitHub]
 
* [http://github.com/salesforce/awd-lstm-lm LSTM and QRNN Language Model Toolkit for PyTorch | GitHub]
 
* [http://www.thematically.com Thematically Discover]
 
* [http://www.thematically.com Thematically Discover]
* [http://github.com/clips/pattern Pattern] (Python)
+
* [http://github.com/clips/pattern Pattern] ([[Python]])
 
* [http://github.com/aboSamoor/polyglot Polyglot]
 
* [http://github.com/aboSamoor/polyglot Polyglot]
 
* [http://www.ibm.com/watson/services/speech-to-text/ Speech to Text | IBM]
 
* [http://www.ibm.com/watson/services/speech-to-text/ Speech to Text | IBM]

Revision as of 07:40, 23 July 2019

Youtube search... ...Google search

Capability with Javascript

  • TensorFlow.js for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)
    • Keras.js No longer active - capability now is in TensorFlow.js
  • NLP.js NLP Manager: a tool able to manage several languages (nodejs)
  • Compromise modest natural-language processing (NLP) interprets and pre-parses English and makes some reasonable decisions
  • Natural provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, tf-idf, WordNet, string similarity, some inflections, and more. (nodejs)

Capability (other)