termsuite/termsuite-core

In SyntacticTermGatherer Iterate over all possible compositions

Closed this issue · 2 comments

dcram commented

For example with compound term s=Wasserkraftwerke (wasser+kraft+werke), the component invocation s[1] should iteratively point to:

  • component kraft with segmentation wasser+kraft+werke
  • component kraftwerke with segmentation wasser+kraftwerke
  • component werke with segmentation wasserkraft+werke
dcram commented

Probably the reason why n: horizontal-axis never matches an: horizontal axis

dcram commented

Iteration over all compound possibilities implemented in GroovyComponent