Difference between revisions of "Natural Language Processing (NLP)"

From
Jump to: navigation, search
(Evaluation Measures - Classification Performance)
Line 26: Line 26:
 
** [http://www.class-central.com/course/coursera-natural-language-processing-9603 Natural Language Processing | Higher School of Economics]
 
** [http://www.class-central.com/course/coursera-natural-language-processing-9603 Natural Language Processing | Higher School of Economics]
 
** [http://www.class-central.com/course/deep-learning-for-natural-language-processing-8097 Deep Learning for Natural Language Processing | Oxford - Phil Blunsom]
 
** [http://www.class-central.com/course/deep-learning-for-natural-language-processing-8097 Deep Learning for Natural Language Processing | Oxford - Phil Blunsom]
 +
 +
]
 +
 +
  
 
Speech recognition, speech translation, understanding complete sentences, understanding synonyms of matching words, sentiment analysis, and writing complete grammatically correct sentences and paragraphs.
 
Speech recognition, speech translation, understanding complete sentences, understanding synonyms of matching words, sentiment analysis, and writing complete grammatically correct sentences and paragraphs.
Line 98: Line 102:
 
<youtube>KMoZdMyv9z8</youtube>
 
<youtube>KMoZdMyv9z8</youtube>
  
== Wikifier ==
 
[http://www.youtube.com/results?search_query=Wikifier+nlp+natural+language Youtube search...]
 
  
<youtube>VrT3TRDDE4M</youtube>
 
  
 
== Summarizer ==
 
== Summarizer ==
Line 158: Line 159:
  
 
<youtube>UD9hqxiS-8Q</youtube>
 
<youtube>UD9hqxiS-8Q</youtube>
 +
 +
= Tools =
 +
 +
== Wikifier ==
 +
[http://www.youtube.com/results?search_query=Wikifier+nlp+natural+language Youtube search...]
 +
 +
* [http://cogcomp.org/page/software_view/Wikifier Illinois Wikifier]
 +
* [http://wikifier.org/ Wikifier Demo - Semantic Annotation Service for 100 Languages | Wikifier.org]
 +
** [http://wikifier.org/info.html The JSI Wikifier is a web service that takes a text document as input and annotates it with links to relevant Wikipedia concepts.]
 +
 +
<youtube>IkryLTdogjw</youtube>

Revision as of 22:20, 22 September 2018

Youtube search...

]


Speech recognition, speech translation, understanding complete sentences, understanding synonyms of matching words, sentiment analysis, and writing complete grammatically correct sentences and paragraphs.




Regular Expressions (Regex)

Youtube search...

Search for text patterns, validate emails and URLs, capture information, and use patterns to save development time.

Tokenization / Sentence Splitting

Youtube search...

Stemming

Youtube search...

Part-of-Speech (POS) Tagging

Youtube search...

Chunking

Youtube search...

Named Entity Recognition (NER)

Youtube search...

Coreference

Youtube search...

Hierarchical Dataless Classifier

Youtube search...

Lemmatization

Youtube search...

Topic Modeling

Youtube search...

Word Embeddings

Youtube search...


Summarizer

Youtube search...

Ontologies

Youtube search...

(aka knowledge graph) can incorporate computable descriptions that can bring insight in a wide set of compelling applications including more precise knowledge capture, semantic data integration, sophisticated query answering, and powerful association mining - thereby delivering key value for health care and the life sciences.

Semantic Role Labeling (SRL)

Youtube search...

identifies shallow semantic information in a given sentence. The tool labels verb-argument structure, identifying who did what to whom by assigning roles that indicate the agent, patient, and theme of each verb to constituents of the sentence representing entities related by the verb.


Deep Learning Algorithms

Youtube search...

Pipeline

Youtube search...

Evaluation Measures - Classification Performance

Youtube search...

Confusion Matrix, Precision, Recall, F Score, ROC Curves, trade off between True Positive Rate and False Positive Rate.

Tools

Wikifier

Youtube search...