Google open-sources natural language understanding tools
Google has just released two powerful natural language understanding tools for free, open-source use by anyone. These tools allow machines to read and understand English text (such as text you type into a browser to do a Google search). SyntaxNet is a "syntactic parser" -- it allows machines to parse, or break down, sentences into their component parts of speech and identify the underlying meaning). And the Parsey McParseface program implements SyntaxNet in English (it learned from an annotated collection of old newswire stories called The Penn Treebank Project). Here's an example of how it parses and analyzes an English sentence:Using deep neural networks, SyntaxNet is implemented in Google's TensorFlow (see Google open-sources its TensorFlow machine learning system).
May-20-2016, 20:01:44 GMT