TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Watch a machine-learning system parse the grammatical structure of sentences

59 pointsby hbridalmost 9 years ago

7 comments

jonathankorenalmost 9 years ago
So FoxType is just Spacy[0]? I honestly thought this might be something different until I checked out the Spacy page and saw FoxType listed as a customer. Kind of a dick move simply repackaging other people&#x27;s work and passing. It off as your own. (Yes, this is literally just the &quot;displacy&quot; demo.)<p>Spacy is a pretty good system. It&#x27;s fast, way faster thank NLTK and the Stanford stuff and it&#x27;s pretty accurate. Also it&#x27;s licensing is pretty flexible. The only knock I have against it is the lack of bindings for languages other than Python, but whatever.<p>[0] <a href="https:&#x2F;&#x2F;spacy.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spacy.io&#x2F;</a>
评论 #11811558 未加载
guidedlightalmost 9 years ago
Whilst an impressive demonstration, how is it an example of machine learning? It looks like lexical analysis to me.
评论 #11811462 未加载
评论 #11811681 未加载
Vivtekalmost 9 years ago
Seems to fall for a lot of easy traps. Garden path sentences (&quot;The old man the boats&quot; or &quot;The horse raced past the barn fell&quot;) are parsed wrong, and it parses the two sentences&#x2F;phrases &quot;When he did that I laughed&quot; and &quot;When he said that I laughed&quot; identically - by interpreting &quot;that&quot; as a preposition in both cases, which it isn&#x27;t.<p>It&#x27;s cool that it parses on the fly. But unless it parses <i>correctly</i> I don&#x27;t see how it actually serves a purpose other than just looking cool.
评论 #11811692 未加载
评论 #11812967 未加载
评论 #11811559 未加载
评论 #11811766 未加载
评论 #11811490 未加载
mark_elementalmost 9 years ago
It doesn&#x27;t do well on the classic: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Buffalo_buffalo_Buffalo_buffalo_buffalo_buffalo_Buffalo_buffalo" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Buffalo_buffalo_Buffalo_buffal...</a>
评论 #11812184 未加载
评论 #11817692 未加载
mark_l_watsonalmost 9 years ago
Very interesting demo. I am not being critical, but it does not do anaphora resolution (resolving pronouns to noun phrases, etc).
meepmorpalmost 9 years ago
It got &quot;colorless green ideas sleep furiously,&quot; wrong.
评论 #11811754 未加载
mempkoalmost 9 years ago
&quot;The cat ate the farty bird&quot;<p>Sorry machine, &quot;farty&quot; is an adjective, not a noun.
评论 #11814102 未加载
评论 #11811541 未加载