Eugene Krokhalev
Eugene Krokhalev
I try next simple code ``` java String template = "[]|[]{2}"; TokenSequencePattern pattern = TokenSequencePattern.compile(template); Annotation document = new Annotation("word1 word2"); new TokenizerAnnotator(false, "en").annotate(document); List tokens = document.get(CoreAnnotations.TokensAnnotation.class); if (pattern.getMatcher(tokens).matches())...
Current code fails when the kernel returns PIDs >= 65536. At my system (Ubuntu/20.04.4 LTS) it happens. This simple patch fixes the problem in my case. **Related issue:** [#41](https://github.com/TelegramMessenger/MTProxy/issues/41)
I want to redistribute this package in my private pypi repository, but initial pypi package doesn't have correct MANIFEST.in inside This edit adds MANIFEST.in inside source package
New Gnome Shell 45 changed rules of the Game. There are a lot of changes should to be done to support it. [See details](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils) I've tried to make the minimal...