haven-jeon / PyKoSpacing

Automatic Korean word spacing with Python
GNU General Public License v3.0
403 stars 118 forks source link

Has anyone tried it on Windows? #6

Closed Jasas9754 closed 6 years ago

Jasas9754 commented 6 years ago
(pykospacing) C:\Users\xxxx>python -m pykospacing.pykos -o "xxxx\test_in.txt" "xxxx\test_out.txt"
Using TensorFlow backend.

(pykospacing) C:\Users\xxxx>

Env:Anaconda py3.6 Window 10 pro

I have tested tensorflow 1.4.0~1.6.0 but none of them works. Nothing appears but a blank space.

haven-jeon commented 6 years ago

For example, PyKoSpacing works well in my windows 10.

Most of install problem is cause by specific user setting(like PYTHONPATH...). I strongly recommand to check installed packages what PyKoSpacing requires.

haven-jeon commented 6 years ago

Might be related with this commit.

https://github.com/haven-jeon/PyKoSpacing/pull/7