Natural Language Processing
Table of Contents
disambiguation : see Natural Language Understanding
Natural language, unlike computer languages, are not completely structured; they may have rules but they also have eccentricities that may not be explicitly captured by rules/decisions but need more complex techniques to be employed: analyzing multiple patterns of a similar instance being one of them.
Solution approaches trickle down into the following:
- Machine Learning
- Deep Learning
- Symbolic AI (~heuristics)
- A mixture of the above