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

fromJson and custom tokenizer #17

Open
oscarmorrison opened this issue Aug 16, 2017 · 1 comment
Open

fromJson and custom tokenizer #17

oscarmorrison opened this issue Aug 16, 2017 · 1 comment

Comments

@oscarmorrison
Copy link

How do I do load the custom JSON state and use a custom tokenizer?

@syuilo
Copy link

syuilo commented Sep 6, 2017

try this:

// load the classifier back from its JSON representation.
var revivedClassifier = bayes.fromJson(stateJson)

// Add this line:
revivedClassifier.tokenizer = yourTokenizer;

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