-
Notifications
You must be signed in to change notification settings - Fork 92
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
how to insert new node? #74
Comments
Found a way to update the trie tree node
|
@wyk201722 would you mind providing a minimal code 🙏 ? |
maybe not the best way. We need marisa-trie mostly because we can not afford for the memory usage of a keeping plain list. |
if i want to insert new nodes,how can i insert into the trie?
i can't find the methord of insert or add in the class?
The text was updated successfully, but these errors were encountered: