Simon Tite
Simon Tite
Yes, I get this too. It has no effect on the result of the yalign-align program, it is just a warning. What I do is, suppress the annoying message (something...
@luoyangen I haven't tried this on the new version of sklearn yet, but this fixes the deprecation warning, so it should probably also fix the ValueError in 0.19: In yalign/svm.py,...
Worked for me. Many thanks!
Similarly for me! `yalign-align -a en -b es -f tmx en-es http://en.wikipedia.org/wiki/Antiparticle http://es.wikipedia.org/wiki/Antipart%C3%ADcula` results in output `` `` `` `` `` `` `` and using `-f plaintext` or not using...
@sanjanasri This issue has been fixed, for me at least, please see the answer to issue #6.
Sanjanasri, at line 31 (or thereabouts) of input_conversion.py is a statement: `CODES_TO_LANGUAGE = { "cs": "czech", "da": "danish", "de": "german", "el": "greek", "en": "english", "es": "spanish", "et": "estonian", "fi": "finnish",...