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 segmentationwasser+kraft+werke
- component
kraftwerke
with segmentationwasser+kraftwerke
- component
werke
with segmentationwasserkraft+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