Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
proycon opened this issue Nov 27, 2015 · 0 comments
Open

Comments

@proycon
Copy link
Owner

proycon commented 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, 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant