NLP-2 Flashcards
describe human language
Humans communicate through language which we process all the time. Our brain keeps on processing the sounds that it hears around itself and tries to make sense out of them all the time.
describe computer prgramming language
the computer understands the language of numbers. Everything that is sent to the machine has to be converted to numbers. And while typing, if a single mistake is made, the computer throws an error and does not process that part. The communications made by the machines are very basic and simple.
what are challenges faced by nlp?
1) Ambiguity in sentences
2) Handling Emotions
3) Handling multiple meanings of same word
4) Handling Syntax ( Grammar)-
6) Handling sentences with perfect syntax, no meaning.
differentiate between nlp/natural language and programming language
Naural language
-may not always follow a strict syntax
-it uses an extended vocabulary
- it is comparatively complex to understand
-It does not need a specialised interface or environment
Programming language
- it follows a strict syntax
-ituses a limited range of vocabulary
- It much easier to understand
- It requires a compatible interface or environment to work.