Menu

#4 Opetation inverse to "group" operation.

v1.x
open
nobody
None
5
2012-10-25
2012-10-25
No

Have ever consider such operation?

Discussion

  • Bartosz Zaborowski

    We haven't. Why do you need such an operation? Could you give a good, motivating example?

     
  • Jan Posiadała

    Jan Posiadała - 2012-11-08

    The motivation comes from usage scenarios placed somewhere between shallow and deep parsing.
    In some cases when we would like to bulid higher (more comprehensive) syntax tree for given sentence, it would be preferable to "disjoin" some groups to and make a step back to apply set of rules in altered order.

     
  • Bartosz Zaborowski

    It seems to me it doesn't fit into Spejd domain (fast shallow parsing without any backtracking). Maybe you should do some postprocessing after the Spejd grammar and then use Spejd again with that different rules?

     

Log in to post a comment.