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
On large input file with words to train I get(the input csv file is actually just pure 1 column list):
zangetsu@venus: pts/11: 16 files 192Kb -> ./generate_compressor_model.py ~/tmp/csv-compress-string/my_events.csv -o shoco_model.h finding bigrams ... done. Traceback (most recent call last): File "./generate_compressor_model.py", line 391, in <module> main() File "./generate_compressor_model.py", line 305, in main max_chr = ord(max(successors.keys())) + 1 TypeError: ord() expected string of length 1, but int found
The text was updated successfully, but these errors were encountered:
Python 3 related...
Sorry, something went wrong.
See #18
No branches or pull requests
On large input file with words to train I get(the input csv file is actually just pure 1 column list):
The text was updated successfully, but these errors were encountered: