Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

How can i save and load a trie? #34

Open
KyrieIrving24 opened this issue Jan 8, 2021 · 1 comment
Open

How can i save and load a trie? #34

KyrieIrving24 opened this issue Jan 8, 2021 · 1 comment

Comments

@KyrieIrving24
Copy link

No description provided.

@mina86
Copy link
Contributor

mina86 commented Jan 8, 2021

You can treat it as a regular dictionary and save it in whatever way you’d save a dictionary. In general it depends what your requirements are.

I generally discourage the use of pickle, but pygtrie has pickle support so you can use that as well.

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

No branches or pull requests

2 participants