EyeofBeholder-NLeSC / orange3-argument

Argument analysis, mining, and visualization add-on for Orange3.
https://research-software-directory.org/software/orange3-argument-add-on
Apache License 2.0
1 stars 1 forks source link

Parsing sentence into constituents. #36

Closed jiqicn closed 1 year ago

jiqicn commented 1 year ago

There can still be diverse topics in one sentence, and a way of resolving this is to split sentences into constituents.

jiqicn commented 1 year ago

Check this for the difference between constituency and dependency parsing: https://www.baeldung.com/cs/constituency-vs-dependency-parsing

jiqicn commented 1 year ago

The result seems to be a bit anti-intuition. The dependency parser actually works better in most of the cases.

Check this: https://github.com/EyeofBeholder-NLeSC/orange3-argument/blob/dev_bert_miner/notebooks/sentence_parser.ipynb