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

From
Jump to: navigation, search
Line 35: Line 35:
 
<youtube>lCRs-Xn0Af8</youtube>
 
<youtube>lCRs-Xn0Af8</youtube>
 
<youtube>DDByc9LyMV8</youtube>
 
<youtube>DDByc9LyMV8</youtube>
<youtube>yzzxOiXX5_Q</youtube>
+
 
<youtube>C555PBoUlrw</youtube>
+
 
<youtube>p5K_xtldcp4</youtube>
 
<youtube>KMoZdMyv9z8</youtube>
 
  
 
== Regular Expressions (Regex)==
 
== Regular Expressions (Regex)==
Line 78: Line 76:
  
 
<youtube>VrT3TRDDE4M</youtube>
 
<youtube>VrT3TRDDE4M</youtube>
 
== Semantic Role Labeling (SRL) ==
 
[http://www.youtube.com/results?search_query=Semantic+Role+Labeling+nlp+natural+language Youtube search...]
 
 
* [http://cogcomp.org/page/software_view/SRL Illinois Semantic Role Labeler (SRL) | Cognitive Computation Group]
 
** [http://cogcomp.org/page/demo_view/SRL Semantic Role Labeling Demo]
 
 
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.
 
 
<youtube>3OFqz-4DKJQ</youtube>
 
<youtube>aptipHMTmmk</youtube>
 
  
 
== Hierarchical Dataless Classifier ==
 
== Hierarchical Dataless Classifier ==
Line 107: Line 94:
 
== Word Embeddings ==
 
== Word Embeddings ==
 
[http://www.youtube.com/results?search_query=word+embeddings+nlp+natural+language Youtube search...]
 
[http://www.youtube.com/results?search_query=word+embeddings+nlp+natural+language Youtube search...]
 +
 +
<youtube>KMoZdMyv9z8</youtube>
 +
 +
== Wikifier ==
 +
[http://www.youtube.com/results?search_query=Wikifier+nlp+natural+language Youtube search...]
  
 
<youtube>VrT3TRDDE4M</youtube>
 
<youtube>VrT3TRDDE4M</youtube>
Line 116: Line 108:
 
* [[GRU]]
 
* [[GRU]]
  
<youtube>VrT3TRDDE4M</youtube>
+
<youtube>p5K_xtldcp4</youtube>
  
 
== Summarizer ==
 
== Summarizer ==
Line 123: Line 115:
 
<youtube>ogrJaOIuBx4</youtube>
 
<youtube>ogrJaOIuBx4</youtube>
 
<youtube>0DLa5sApXhc</youtube>
 
<youtube>0DLa5sApXhc</youtube>
 
== Wikifier ==
 
[http://www.youtube.com/results?search_query=Wikifier+nlp+natural+language Youtube search...]
 
 
<youtube>VrT3TRDDE4M</youtube>
 
  
 
== Ontologies ==
 
== Ontologies ==
Line 136: Line 123:
 
<youtube>WayalrOkCkY</youtube>
 
<youtube>WayalrOkCkY</youtube>
 
<youtube>k5X12mdEvb8</youtube>
 
<youtube>k5X12mdEvb8</youtube>
 +
 +
== Semantic Role Labeling (SRL) ==
 +
[http://www.youtube.com/results?search_query=Semantic+Role+Labeling+nlp+natural+language Youtube search...]
 +
 +
* [http://cogcomp.org/page/software_view/SRL Illinois Semantic Role Labeler (SRL) | Cognitive Computation Group]
 +
** [http://cogcomp.org/page/demo_view/SRL Semantic Role Labeling Demo]
 +
 +
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.
 +
 +
<youtube>3OFqz-4DKJQ</youtube>
 +
<youtube>aptipHMTmmk</youtube>
 +
<youtube>yzzxOiXX5_Q</youtube>
 +
<youtube>C555PBoUlrw</youtube>
 +
  
 
== Pipeline ==
 
== Pipeline ==

Revision as of 10:44, 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...

Wikifier

Youtube search...

Deep Learning Algorithms

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.


Pipeline

Youtube search...

Evaluation Matrics

Youtube search...

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