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

minimal instructions/docstring for Trie #72

Closed
mikkokotila opened this issue Jul 28, 2020 · 1 comment
Closed

minimal instructions/docstring for Trie #72

mikkokotila opened this issue Jul 28, 2020 · 1 comment

Comments

@mikkokotila
Copy link
Contributor

I've tried to look for information on the required input parameters for Trie(bosyl, profile, main_data, custom_data) but realized that it's not contained anywhere in a single place. Could you provide minimal description for each, and some indication of recommended values for some common use-cases.

My understanding is that I can reduce overhead by loading Trie only once in my application, and then handling tokenization as I need throughout the app. As opposed to just using Text.

@10zinten
Copy link
Contributor

10zinten commented Jul 29, 2020

You can create one instance of WordTokenizer and use it throughout the app.

Possible duplication of #73

@10zinten 10zinten reopened this Jul 29, 2020
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

2 participants