Difference between revisions of "Natural Language Tools & Services"

From
Jump to: navigation, search
(Capability (other))
Line 25: Line 25:
 
==== Capability (other) ====
 
==== Capability (other) ====
 
* [[TensorFlow]]
 
* [[TensorFlow]]
 +
* [http://cloud.google.com/natural-language/ Cloud Natural Language (NL) | 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)
Line 35: Line 37:
 
* [[Sintelix]]
 
* [[Sintelix]]
 
* [[H2O]] Driveless AI
 
* [[H2O]] Driveless AI
* [http://cloud.google.com/natural-language/ Cloud Natural Language (NL) | Google]
 
* [http://cloud.google.com/speech-to-text/ Cloud Speech-to-Text  | Google]
 
 
* [http://aws.amazon.com/comprehend/ Comprehend | Amazon]
 
* [http://aws.amazon.com/comprehend/ Comprehend | Amazon]
 
* [http://aws.amazon.com/transcribe/ Transcribe | Amazon]
 
* [http://aws.amazon.com/transcribe/ Transcribe | Amazon]
Line 42: Line 42:
 
* [http://azure.microsoft.com/en-us/services/cognitive-services/ Azure Cognitive Services | Microsoft]
 
* [http://azure.microsoft.com/en-us/services/cognitive-services/ Azure Cognitive Services | Microsoft]
 
* [http://azure.microsoft.com/en-us/services/cognitive-services/speech-services/ Azure Bing Speech API | Microsoft]
 
* [http://azure.microsoft.com/en-us/services/cognitive-services/speech-services/ Azure Bing Speech API | Microsoft]
* [http://www.ibm.com/watson/services/speech-to-text/ Speech to Text | IBM]
 
* [http://www.ibm.com/watson/services/text-to-speech/ Text to Speech | IBM]
 
* [http://www.ibm.com/watson/services/natural-language-understanding/  Watson Natural Language Understanding | IBM]
 
 
* [http://www.programmableweb.com/api/voxsigma VoxSigma API]
 
* [http://www.programmableweb.com/api/voxsigma VoxSigma API]
 
* [http://www.twilio.com/speech-recognition Speech Recognition |Twilio]
 
* [http://www.twilio.com/speech-recognition Speech Recognition |Twilio]
Line 61: Line 58:
 
* [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://www.ibm.com/watson/services/speech-to-text/ Speech to Text | IBM]
 +
* [http://www.ibm.com/watson/services/text-to-speech/ Text to Speech | IBM]
 +
* [http://www.ibm.com/watson/services/natural-language-understanding/  Watson Natural Language Understanding | IBM]
  
 
<youtube>Y2wgQjxrPD8</youtube>
 
<youtube>Y2wgQjxrPD8</youtube>

Revision as of 08:28, 21 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)