September 2018
Intermediate to advanced
632 pages
21h 40m
English
This chapter covers
Natural language processing is the act of taking text content as input and deriving some structured meaning or understanding from it as output. For example, you might take the sentence “I’m going to the mall” and derive {action: "going", target: "mall"}. It turns out that this is much more difficult than it looks, which you can see by looking at the following ambiguous sentence:
Joe drives his Broncos to work.
There’s obviously some ambiguity ...
Read now
Unlock full access