Daniel Naber
Daniel Naber
Interesting! I guess my task is now to prove that LT can be faster :-) What settings did you use, i.e. how is the Java LT process started?
Also, the JVM takes quite some time to become fast, so the first maybe 20-100 calls per language should be ignored for the performance test (unless you want to test...
I wanted to give it a try, but I get: ``` $ python3 __init__.py --lang=en Traceback (most recent call last): File "__init__.py", line 99, in nlprule_instance = NLPRule(args.lang) File "__init__.py",...
Indeed downloading from github was very slow and your workaround helped. This is what I get with some changes to the setup and LT 5.2: * I've deactivated all Java...
I'm using Python 3.8.3. Here's a slightly more complete config file, maybe the other cache settings are more important than I thought (the file I actually used has even more...
Do you think some of these optimizations can be ported back to LT, or are they specific to your implementation? I didn't look at your code yet, so: did you...
I'll see if I or my colleagues find time to confirm your performance evaluation. BTW, did you run the unit tests for all languages yet?
> Which unit tests? The tests I am running are the tags in the XML files. Yes, I meant the `` sentences in the XML. Are you checking them for...
Actually we already have `JLanguageTool.replaceSoftHyphens()` which could maybe be extended? We also have `check(AnnotatedText text)`, maybe the special chars could be considered markup and would then be ignored.
Thanks, it's mostly fixed, except for the second warning, which could be a false alarm.