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

Allow empty padding for ngrams #13

Open
Roughsketch opened this issue Aug 16, 2017 · 0 comments
Open

Allow empty padding for ngrams #13

Roughsketch opened this issue Aug 16, 2017 · 0 comments

Comments

@Roughsketch
Copy link
Contributor

As of now, it is impossible to have blank-padded ngrams since internally it assumes an empty string means no padding.

I've made this possible in this branch by making the pad member of NGram an Option<&'a str>. If this feature is wanted, I can make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant