colibri-core icon indicating copy to clipboard operation
colibri-core copied to clipboard

Support initial and final skips in skipgram training? [vote if desired]

Open proycon opened this issue 8 years ago • 0 comments

Currently, Colibri Core only extracts skipgrams in which the skip is not at an initial or final position, but in the middle. For example, patterns like x {*} and {*} x are never extracted, only x {*} y. This is to keep complexity down, to find patterns left and right of x you are better of using the neigbour relations using an indexed patternmodel.

Vote for this feature here if you do want support for initial and final skips.

proycon avatar Nov 27 '15 16:11 proycon