You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it will considerably speed up future work to be able to make and export phonetic n-gram indices that can be later used for querying, in the same way that you can do makeblastdb and then later query using this "database". there are lots of options for export/import formats, including:
something involving pickle or a python-native solution
relatedly, this command (makedb) could also be parameterized by a stored spaCy model, using Language.from_disk(). that way we could share a compiled version of the "DIRECT model" that includes our current spaCy stack.
The text was updated successfully, but these errors were encountered:
it will considerably speed up future work to be able to make and export phonetic n-gram indices that can be later used for querying, in the same way that you can do
makeblastdb
and then later query using this "database". there are lots of options for export/import formats, including:Lookups.from_disk()
pickle
or a python-native solutionrelatedly, this command (
makedb
) could also be parameterized by a stored spaCy model, usingLanguage.from_disk()
. that way we could share a compiled version of the "DIRECT model" that includes our current spaCy stack.The text was updated successfully, but these errors were encountered: