Difference between revisions of "Natural Language Tools & Services"

From
Jump to: navigation, search
(Capability (other))
Line 23: Line 23:
 
* [http://github.com/NaturalNode/natural Natural] provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, tf-idf, WordNet, string similarity, and more. (nodejs)
 
* [http://github.com/NaturalNode/natural Natural] provides tokenizing, stemming (reducing a word to a not-necessarily morphological root), classification, phonetics, tf-idf, WordNet, string similarity, and more. (nodejs)
 
==== Capability (other) ====
 
==== Capability (other) ====
 +
* [[TensorFlow]]
 
* [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)

Revision as of 19:30, 7 April 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, and more. (nodejs)

Capability (other)