fnielsen / dasem

Danish Semantic analysis
Apache License 2.0
18 stars 3 forks source link

Python3 support #2

Closed gronlund closed 7 years ago

gronlund commented 7 years ago

python3 -m dasem.gutenberg most-similar mand Traceback (most recent call last): File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.6/site-packages/dasem/gutenberg.py", line 755, in main() File "/usr/local/lib/python3.6/site-packages/dasem/gutenberg.py", line 741, in main word = arguments[''].decode(input_encoding).lower() AttributeError: 'str' object has no attribute 'decode'