mystem-scala icon indicating copy to clipboard operation
mystem-scala copied to clipboard

Morphological analyzer `mystem` (Russian language) wrapper for JVM languages

Results 3 mystem-scala issues
Sort by recently updated
recently updated
newest added

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20140107 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies

I have a code, similar to that in example: ``` public class LemmatizationAnnotator implements edu.stanford.nlp.pipeline.Annotator { private static final Option NULL_OPTION = scala.Option.apply(null); private static final MyStem mystemAnalyzer = new...

To make it easy to use/support for Scala developers.