We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tomotopy-0.12.5 사용 중이구요...
process_corpus = tp.utils.Corpus() load_corpus = tp.utils.Corpus()
.....
process_corpus .save('save.corpus') load_corpus.load('save.corpus') ...
process_corpus 값은 extract_ngrams 으로 값이 나오지만 load_corpus 에서는 빈값만 나와서요...
혹시나 해서 pickle로 해도 마찬가지여서...
pickle.dump(data, fw) # protocol=pickle.HIGHEST_PROTOCOL 로도 해봄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tomotopy-0.12.5 사용 중이구요...
process_corpus = tp.utils.Corpus()
load_corpus = tp.utils.Corpus()
.....
process_corpus .save('save.corpus')
load_corpus.load('save.corpus')
...
process_corpus 값은 extract_ngrams 으로 값이 나오지만 load_corpus 에서는 빈값만 나와서요...
혹시나 해서 pickle로 해도 마찬가지여서...
pickle.dump(data, fw) # protocol=pickle.HIGHEST_PROTOCOL 로도 해봄
The text was updated successfully, but these errors were encountered: