Please enable JavaScript.
Coggle requires JavaScript to display documents.
Natural Language Processing - Coggle Diagram
Natural Language Processing
what is language
language is more than just communication
Formal
Python, Java, C
Human language
Definition of NLP
Interactions between computers and human languages
Requires
Computer Science
Cognitive Psychology
Linguistics
Morphology
Understanding distinct words according
to their morphemes
Lexicon
Understanding everything about distinct words according to their position in the speech, their meanings and their relation to other words
Pragmatics
Explains how extra meaning is read into texts without actually being encoded in them.
N-gram character model
N letter sequences
Markov chain probability - next depends only on preceding
Prediction on corpus of text
Can be trained
web link
https://www.ibm.com/topics/natural-language-processing
https://www.coursera.org/learn/machine-learning
https://www.geeksforgeeks.org/understanding-semantic-analysis-nlp/