You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
proycon
changed the title
Support initial and final skips in skipgram training
Support initial and final skips in skipgram training? [vote if desired]
Nov 27, 2015
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, onlyx {*} y
. This is to keep complexity down, to find patterns left and right ofx
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.
The text was updated successfully, but these errors were encountered: