100% Accurate. Verified.
Natural Language Processing (NLP) - ✔✔-Increases availability of text
Technical: UI, information retrieval, extraction
Domain: Business-Google Advertising, Comp Sci: voice recognition
Tools and Resources for NLP - ✔✔-Like using Python NLTK
Morphology - ✔✔-Single words: made up of morphemes: stems + affixes
Example test -> tests, testing
Morpheme - ✔✔-smallest meaning bearing unit
Tokenizer - ✔✔-Recognizes words, root words Playing -> play
Sequence of words - ✔✔-N-gram, useful to build language models for word prediction
Syntax - ✔✔-combining words according to set of rules
Basic structure of syntax - ✔✔-subject - predicate
Word classes - ✔✔-Nouns, verbs
Syntatic ambiguity - ✔✔-Same sequence with different meanings like flying planes can be dangerous
Impact of meaning on structure like I washed the shirt with soap (shirt and soap go together)