We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a document processor that can efficiently identify custom ngrams of any length for a possibly large number of custom ngrams.
Create a corresponding feature inferrer that can pick out and produce these custom ngrams as features.
These should be able to override the normal ngrams to avoid feature repetition, but also pay attention to other filtering.
There should be an option to include or remove overlapping matches.
The text was updated successfully, but these errors were encountered:
andehr
No branches or pull requests
Create a document processor that can efficiently identify custom ngrams of any length for a possibly large number of custom ngrams.
Create a corresponding feature inferrer that can pick out and produce these custom ngrams as features.
These should be able to override the normal ngrams to avoid feature repetition, but also pay attention to other filtering.
There should be an option to include or remove overlapping matches.
The text was updated successfully, but these errors were encountered: