Dependency parse tree visualization
1–10 of 28 posts
Re: Dependency parse tree visualization
#2Re: Dependency parse tree visualization
#3Re: Dependency parse tree visualization
#4See also: http://brat.nlplab.org/examples.html
Any others like this?
Re: Dependency parse tree visualization
#5I did some simple stress testing that said it should handle a couple of hundred concurrent users, but I didn't put the time in to get a very realistic simulation. I worry it was too optimistic.
Re: Dependency parse tree visualization
#6Interesting and quite neat! I tried this with the famous openings of two famous novels, "Pride and Prejudice" and "Ulysses"; it did well with the former but struggled a bit with the latter. I guess that's probably par for the course for most humans with those two texts, though.
I tried the famous opening from the "Commentarii de Bello Gallico".
"All Gaul is divided into three parts, one of which the Belgae inhabit, the Aquitani another, those who in their own language are called Celts, the third."
It failed to parse the tree in a correct way. On the other hand, it did quite well with simple sentences (randomly picked from wikipedia).
PS: I had also a hard time to understand Ulysses.
Re: Dependency parse tree visualization
#7I'm feeding it Shakespeare, just for fun, however I'm having trouble understanding the meaning of having two CCMP in the context of the verb make in this
"Our doubts are traitors, and make us lose the good we oft might win, by fearing to attempt"[1]
[1] http://spacy.io/displacy/?full=Our%20doubts%20are%20traitors...
Re: Dependency parse tree visualization
#8Interesting and quite neat! I tried this with the famous openings of two famous novels, "Pride and Prejudice" and "Ulysses"; it did well with the former but struggled a bit with the latter. I guess that's probably par for the course for most humans with those two texts, though.
I think it depends on the level of complexity, and common structure of the sentences. If a writer uses a bit more prosaic language it will fail. I tried the famous opening from the "Commentarii de Bello Gallico". "All Gaul is divided into three parts, one of which the Belgae inhabit, the Aquitani another, those who in their own language are called Celts, the third." It failed to parse the tree in a correct way. On th…
It is not as curing cancer but as close as solving war as it gets
Re: Dependency parse tree visualization
#9https://en.wikipedia.org/wiki/Time_flies_like_an_arrow;_frui...
Re: Dependency parse tree visualization
#10Interesting and quite neat! I tried this with the famous openings of two famous novels, "Pride and Prejudice" and "Ulysses"; it did well with the former but struggled a bit with the latter. I guess that's probably par for the course for most humans with those two texts, though.
I think it depends on the level of complexity, and common structure of the sentences. If a writer uses a bit more prosaic language it will fail. I tried the famous opening from the "Commentarii de Bello Gallico". "All Gaul is divided into three parts, one of which the Belgae inhabit, the Aquitani another, those who in their own language are called Celts, the third." It failed to parse the tree in a correct way. On th…
Theory is definitely good, but it can't replace stepping through a lot of examples. Classics is probably the best place to get that.
Anyway. The Latin is probably easier to parse than the English "translation", since the translation here is hardly natural. I'd suggest that Classics translation have a particular tradition of being faithful to the syntax of the original.
Compare the parses for the original:
http://spacy.io/displacy/?full=All%20Gaul%20is%20divided%20i...
And what I would say is a more English-like version:
http://spacy.io/displacy/?full=Gaul%20is%20divided%20into%20...
The English-like version is still wrong, and I'm interested to dig through what's gone wrong with it. But it's a much better parse than the tool was capable of producing for the Latinglish original.