Kai

Results 15 comments of Kai

Wohoo, working now (almost). I missed to install the Web eID addon + web-eid package. Now I have the PIN dialogue, looks fine. I get an another authentication error, but...

:+1: previous versions are still working, I tried 5.6.0 ...

If you are interested in a bunch of test cases, I have leeched the list of 1176 (1030 unique) common words from http://www.thai-language.com/ref/starred and processed them into a JSON, separated...

Ah sorry for mixing issues now, just to let you know: In the json there are some words which seem to be cut incorrectly by Han-Solo. Look for empty "tone":...

test case for han solo cutter with the failed words from above: ```py # tests/test_cut.py import unittest from featurizer import Featurizer import pycrfsuite class TestCutFunction(unittest.TestCase): @classmethod def setUpClass(cls): cls.to_feature =...