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

Feature request: add user-defined dictionary #89

Open
szsdk opened this issue Jul 3, 2020 · 2 comments
Open

Feature request: add user-defined dictionary #89

szsdk opened this issue Jul 3, 2020 · 2 comments

Comments

@szsdk
Copy link

szsdk commented Jul 3, 2020

When I write some scientific stuff, I need to use some words which are not in the default dictionary or even non-English words. I know I can use the you_expand_me to make a workaround. But the expansion and the dictionary are still two different things. I think this function would be quite related to this issue --- #85 (comment) .

@dongyuwei
Copy link
Owner

Okay, it's doable. Another thing is the trie data structure is prebuilt && serialized in dictionary/google_227800_words.bin, we need a way to build the trie and sync it in runtime.

@dongyuwei
Copy link
Owner

Another important thing is how to set the frequencies of new words.

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

2 participants