Finding meaningful sub-sentences from a sentence

后端 未结 4 1949
北海茫月
北海茫月 2020-12-13 07:27

Is there a way to to find all the sub-sentences of a sentence that still are meaningful and contain at least one subject, verb, and a predicate/object?

For example,

4条回答
  •  攒了一身酷
    2020-12-13 08:13

    The following paper http://www.mpi-inf.mpg.de/~rgemulla/publications/delcorro13clausie.pdf processes the dependencies from the Stanford parser and contructs simple clauses (text-simplification).

    See the online demo - https://d5gate.ag5.mpi-sb.mpg.de/ClausIEGate/ClausIEGate

提交回复
热议问题