Y
Hacker News
new
|
ask
|
show
|
jobs
by
guidedlight
3677 days ago
Whilst an impressive demonstration, how is it an example of machine learning? It looks like lexical analysis to me.
2 comments
knn
3677 days ago
Same thoughts as mine. Seems like ML was just thrown in the title to get more hits.
link
ma2rten
3677 days ago
It uses machine learning to parse the sentence, all modern lexical parsers are based on machine learning.
link
nevir
3677 days ago
Aren't most of them rule based?
link
jonathankoren
3677 days ago
Not for years. State of the art has moved on from Eric Brill's dissertation 25 years ago.
link
nevir
3677 days ago
Seems to line up with Stanford's part of speech tagger:
http://nlp.stanford.edu:8080/parser/
link