All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download mynlp JAR 3.1.1 with all dependencies


Maya Nlp subproject :mynlp

Files of the artifact mynlp version 3.1.1 from the group com.mayabot.mynlp.

Test

Download mynlp (3.1.1)
Artifact mynlp
Group com.mayabot.mynlp
Version 3.1.1
Last update 22. April 2020
Organization not specified
URL https://github.com/mayabot/mynlp
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!
There is a newer version: 4.0.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of mynlp Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of mynlp version 3.1.1

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.mynlp.factories
com.mayabot.nlp
com.mayabot.nlp.com.mayabot.nlp.Mynlp
com.mayabot.nlp.com.mayabot.nlp.MynlpBuilder
com.mayabot.nlp.com.mayabot.nlp.MynlpEnv
com.mayabot.nlp.com.mayabot.nlp.Mynlps.kt
com.mayabot.nlp.com.mayabot.nlp.MynlpsExt.kt
com.mayabot.nlp.com.mayabot.nlp.SettingItem
com.mayabot.nlp.com.mayabot.nlp.Settings
com.mayabot.nlp.algorithm
com.mayabot.nlp.algorithm.com.mayabot.nlp.algorithm.TopIntMinK.kt
com.mayabot.nlp.algorithm.com.mayabot.nlp.algorithm.TopMaxK
com.mayabot.nlp.collection
com.mayabot.nlp.collection.com.mayabot.nlp.collection.Trie
com.mayabot.nlp.collection.ahocorasick
com.mayabot.nlp.collection.ahocorasick.com.mayabot.nlp.collection.ahocorasick.AhoCoraickDoubleArrayTrieBuilder
com.mayabot.nlp.collection.ahocorasick.com.mayabot.nlp.collection.ahocorasick.AhoCorasickDoubleArrayTrie
com.mayabot.nlp.collection.ahocorasick.com.mayabot.nlp.collection.ahocorasick.Hit
com.mayabot.nlp.collection.ahocorasick.com.mayabot.nlp.collection.ahocorasick.IHit
com.mayabot.nlp.collection.ahocorasick.com.mayabot.nlp.collection.ahocorasick.IHitFull
com.mayabot.nlp.collection.ahocorasick.com.mayabot.nlp.collection.ahocorasick.State
com.mayabot.nlp.collection.bintrie
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.AbstractTrieNode
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.ArrayTrieNode
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.BinTrieNode
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.BinTrieTree
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.BinTrieTreeBuilder
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.HashTrieNode
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.TrieTreeAllMatcher
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.TrieTreeForwardMaxMatcher
com.mayabot.nlp.collection.bintrie.com.mayabot.nlp.collection.bintrie.TrieTreeMatcher
com.mayabot.nlp.collection.dat
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.DATLongMatcher
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.DATMapMatcher
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.DATMatcher
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.DoubleArrayMaker
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.DoubleArrayTrie
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.DoubleArrayTrieMap
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.DoubleArrayTrieStringIntMap
com.mayabot.nlp.collection.dat.com.mayabot.nlp.collection.dat.FastDatCharSet
com.mayabot.nlp.common
com.mayabot.nlp.common.com.mayabot.nlp.common.ArraySizingStrategy
com.mayabot.nlp.common.com.mayabot.nlp.common.BoundedProportionalArraySizingStrategy
com.mayabot.nlp.common.com.mayabot.nlp.common.BufferedReaderLFCR
com.mayabot.nlp.common.com.mayabot.nlp.common.EnumFreqPair
com.mayabot.nlp.common.com.mayabot.nlp.common.FastCharReader
com.mayabot.nlp.common.com.mayabot.nlp.common.FastStringBuilder
com.mayabot.nlp.common.com.mayabot.nlp.common.Guava.kt
com.mayabot.nlp.common.com.mayabot.nlp.common.IntArray
com.mayabot.nlp.common.com.mayabot.nlp.common.IntArrayBuilder
com.mayabot.nlp.common.com.mayabot.nlp.common.Pair
com.mayabot.nlp.common.com.mayabot.nlp.common.ParagraphIterable.kt
com.mayabot.nlp.common.com.mayabot.nlp.common.ParagraphReader
com.mayabot.nlp.common.com.mayabot.nlp.common.ParagraphReaderSmart
com.mayabot.nlp.common.com.mayabot.nlp.common.ParagraphReaderString
com.mayabot.nlp.common.com.mayabot.nlp.common.QuickStringDoubleTable
com.mayabot.nlp.common.com.mayabot.nlp.common.QuickStringIntTable
com.mayabot.nlp.common.com.mayabot.nlp.common.TokenizerSplitter
com.mayabot.nlp.common.matrix
com.mayabot.nlp.common.matrix.com.mayabot.nlp.common.matrix.CSRSparseMatrix
com.mayabot.nlp.common.matrix.com.mayabot.nlp.common.matrix.EnumTransformMatrix
com.mayabot.nlp.common.matrix.com.mayabot.nlp.common.matrix.TransformMatrix
com.mayabot.nlp.hppc
com.mayabot.nlp.hppc.com.mayabot.nlp.hppc.ArraySizingStrategy
com.mayabot.nlp.hppc.com.mayabot.nlp.hppc.BoundedProportionalArraySizingStrategy
com.mayabot.nlp.hppc.com.mayabot.nlp.hppc.BufferAllocationException
com.mayabot.nlp.hppc.com.mayabot.nlp.hppc.CharObjectHashMap
com.mayabot.nlp.hppc.com.mayabot.nlp.hppc.CharObjectMap
com.mayabot.nlp.hppc.com.mayabot.nlp.hppc.IntArrayList
com.mayabot.nlp.injector
com.mayabot.nlp.injector.com.mayabot.nlp.injector.BeanFactory
com.mayabot.nlp.injector.com.mayabot.nlp.injector.ImplementedBy
com.mayabot.nlp.injector.com.mayabot.nlp.injector.Injector.kt
com.mayabot.nlp.injector.com.mayabot.nlp.injector.Singleton
com.mayabot.nlp.logging
com.mayabot.nlp.logging.com.mayabot.nlp.logging.AbstractInternalLogger
com.mayabot.nlp.logging.com.mayabot.nlp.logging.CommonsLogger
com.mayabot.nlp.logging.com.mayabot.nlp.logging.CommonsLoggerFactory
com.mayabot.nlp.logging.com.mayabot.nlp.logging.FormattingTuple
com.mayabot.nlp.logging.com.mayabot.nlp.logging.InternalLogLevel
com.mayabot.nlp.logging.com.mayabot.nlp.logging.InternalLogger
com.mayabot.nlp.logging.com.mayabot.nlp.logging.InternalLoggerFactory
com.mayabot.nlp.logging.com.mayabot.nlp.logging.JdkLogger
com.mayabot.nlp.logging.com.mayabot.nlp.logging.JdkLoggerFactory
com.mayabot.nlp.logging.com.mayabot.nlp.logging.Log4J2Logger
com.mayabot.nlp.logging.com.mayabot.nlp.logging.Log4J2LoggerFactory
com.mayabot.nlp.logging.com.mayabot.nlp.logging.Log4JLogger
com.mayabot.nlp.logging.com.mayabot.nlp.logging.Log4JLoggerFactory
com.mayabot.nlp.logging.com.mayabot.nlp.logging.MessageFormatter
com.mayabot.nlp.logging.com.mayabot.nlp.logging.Slf4JLogger
com.mayabot.nlp.logging.com.mayabot.nlp.logging.Slf4JLoggerFactory
com.mayabot.nlp.logging.com.mayabot.nlp.logging.package-info
com.mayabot.nlp.perceptron
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.ConvertHanlpModel.kt
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.EvaluateFunction
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.EvaluateUtils.kt
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.FeatureSet.kt
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.PerceptronDefinition.kt
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.PerceptronFileFormat.kt
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.PerceptronModel.kt
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.PerceptronRunner.kt
com.mayabot.nlp.perceptron.com.mayabot.nlp.perceptron.PerceptronTrainer.kt
com.mayabot.nlp.resources
com.mayabot.nlp.resources.com.mayabot.nlp.resources.ClasspathNlpResourceFactory
com.mayabot.nlp.resources.com.mayabot.nlp.resources.FileNlpResourceFactory
com.mayabot.nlp.resources.com.mayabot.nlp.resources.JarNlpResourceFactory
com.mayabot.nlp.resources.com.mayabot.nlp.resources.NlpResource
com.mayabot.nlp.resources.com.mayabot.nlp.resources.NlpResourceFactory
com.mayabot.nlp.resources.com.mayabot.nlp.resources.URLNlpResource
com.mayabot.nlp.resources.com.mayabot.nlp.resources.UseLines.kt
com.mayabot.nlp.segment
com.mayabot.nlp.segment.com.mayabot.nlp.segment.CharNormalize
com.mayabot.nlp.segment.com.mayabot.nlp.segment.FluentLexerBuilder.kt
com.mayabot.nlp.segment.com.mayabot.nlp.segment.IterableMode.kt
com.mayabot.nlp.segment.com.mayabot.nlp.segment.Lexer
com.mayabot.nlp.segment.com.mayabot.nlp.segment.LexerBuilder
com.mayabot.nlp.segment.com.mayabot.nlp.segment.LexerReader
com.mayabot.nlp.segment.com.mayabot.nlp.segment.Lexers
com.mayabot.nlp.segment.com.mayabot.nlp.segment.Nature
com.mayabot.nlp.segment.com.mayabot.nlp.segment.SegmentComponent
com.mayabot.nlp.segment.com.mayabot.nlp.segment.SegmentModule.kt
com.mayabot.nlp.segment.com.mayabot.nlp.segment.Sentence
com.mayabot.nlp.segment.com.mayabot.nlp.segment.WordAndNature
com.mayabot.nlp.segment.com.mayabot.nlp.segment.WordSplitAlgorithm
com.mayabot.nlp.segment.com.mayabot.nlp.segment.WordTerm
com.mayabot.nlp.segment.com.mayabot.nlp.segment.WordTermSequence
com.mayabot.nlp.segment.com.mayabot.nlp.segment.WordpathProcessor
com.mayabot.nlp.segment.common
com.mayabot.nlp.segment.common.com.mayabot.nlp.segment.common.BaseSegmentComponent
com.mayabot.nlp.segment.common.com.mayabot.nlp.segment.common.DefaultCharNormalize
com.mayabot.nlp.segment.common.com.mayabot.nlp.segment.common.PerceptronUtils.kt
com.mayabot.nlp.segment.common.com.mayabot.nlp.segment.common.String2
com.mayabot.nlp.segment.common.com.mayabot.nlp.segment.common.VertexHelper
com.mayabot.nlp.segment.kotlin
com.mayabot.nlp.segment.kotlin.com.mayabot.nlp.segment.kotlin.KotlinLexers.kt
com.mayabot.nlp.segment.lexer.core
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.BaseNlpResourceExternalizable
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.BiGramTableDictionary
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.BiGramTableDictionaryImpl
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.CoreDictPatch.kt
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.CoreDictionary
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.CoreDictionaryImpl
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.CoreDictionarySplitAlgorithm
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.CoreLexerPlugin
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.DictionaryAbsWords
com.mayabot.nlp.segment.lexer.core.com.mayabot.nlp.segment.lexer.core.ViterbiBestPathAlgorithm
com.mayabot.nlp.segment.lexer.crf
com.mayabot.nlp.segment.lexer.crf.com.mayabot.nlp.segment.lexer.crf.CWSCrf.kt
com.mayabot.nlp.segment.lexer.crf.com.mayabot.nlp.segment.lexer.crf.FeatureTemplate.kt
com.mayabot.nlp.segment.lexer.crf.com.mayabot.nlp.segment.lexer.crf.NerCrf.kt
com.mayabot.nlp.segment.lexer.crf.tokenizer
com.mayabot.nlp.segment.lexer.crf.tokenizer.com.mayabot.nlp.segment.lexer.crf.tokenizer.CrfBaseSegmentInitializer
com.mayabot.nlp.segment.lexer.crf.tokenizer.com.mayabot.nlp.segment.lexer.crf.tokenizer.CrfTokenizerBuilder
com.mayabot.nlp.segment.lexer.crf.utils
com.mayabot.nlp.segment.lexer.crf.utils.com.mayabot.nlp.segment.lexer.crf.utils.ConvertCrfText2PerceptronModel.kt
com.mayabot.nlp.segment.lexer.perceptron
com.mayabot.nlp.segment.lexer.perceptron.com.mayabot.nlp.segment.lexer.perceptron.PerceptronSegment.kt
com.mayabot.nlp.segment.lexer.perceptron.com.mayabot.nlp.segment.lexer.perceptron.PerceptronSegmentAlgorithm
com.mayabot.nlp.segment.lexer.perceptron.com.mayabot.nlp.segment.lexer.perceptron.PerceptronSegmentDefinition.kt
com.mayabot.nlp.segment.lexer.perceptron.com.mayabot.nlp.segment.lexer.perceptron.PerceptronSegmentPatch.kt
com.mayabot.nlp.segment.lexer.perceptron.com.mayabot.nlp.segment.lexer.perceptron.PerceptronSegmentPlugin
com.mayabot.nlp.segment.lexer.perceptron.com.mayabot.nlp.segment.lexer.perceptron.PerceptronsSegmentService
com.mayabot.nlp.segment.lexer.perceptron.inner
com.mayabot.nlp.segment.lexer.perceptron.inner.com.mayabot.nlp.segment.lexer.perceptron.inner.Train.kt
com.mayabot.nlp.segment.pipeline
com.mayabot.nlp.segment.pipeline.com.mayabot.nlp.segment.pipeline.PipelineLexer
com.mayabot.nlp.segment.pipeline.com.mayabot.nlp.segment.pipeline.PipelineLexerBuilder
com.mayabot.nlp.segment.pipeline.com.mayabot.nlp.segment.pipeline.PipelineLexerBuilderKts.kt
com.mayabot.nlp.segment.pipeline.com.mayabot.nlp.segment.pipeline.PipelineLexerPlugin
com.mayabot.nlp.segment.plugins.atom
com.mayabot.nlp.segment.plugins.atom.com.mayabot.nlp.segment.plugins.atom.AtomSplitAlgorithm.kt
com.mayabot.nlp.segment.plugins.atom.com.mayabot.nlp.segment.plugins.atom.AtomTemplateParser.kt
com.mayabot.nlp.segment.plugins.atom.com.mayabot.nlp.segment.plugins.atom.DefaultTemplate.kt
com.mayabot.nlp.segment.plugins.bestpath
com.mayabot.nlp.segment.plugins.bestpath.com.mayabot.nlp.segment.plugins.bestpath.LongpathBestPathAlgorithm
com.mayabot.nlp.segment.plugins.collector
com.mayabot.nlp.segment.plugins.collector.com.mayabot.nlp.segment.plugins.collector.CollectorApi.kt
com.mayabot.nlp.segment.plugins.collector.com.mayabot.nlp.segment.plugins.collector.DictBasedFillSubword
com.mayabot.nlp.segment.plugins.collector.com.mayabot.nlp.segment.plugins.collector.IndexPickUpSubword
com.mayabot.nlp.segment.plugins.collector.com.mayabot.nlp.segment.plugins.collector.SentenceCollector.kt
com.mayabot.nlp.segment.plugins.customwords
com.mayabot.nlp.segment.plugins.customwords.com.mayabot.nlp.segment.plugins.customwords.CustomDictionary
com.mayabot.nlp.segment.plugins.customwords.com.mayabot.nlp.segment.plugins.customwords.CustomDictionaryPlugin
com.mayabot.nlp.segment.plugins.customwords.com.mayabot.nlp.segment.plugins.customwords.CustomDictionaryProcessor
com.mayabot.nlp.segment.plugins.customwords.com.mayabot.nlp.segment.plugins.customwords.DefaultCustomDictionary
com.mayabot.nlp.segment.plugins.customwords.com.mayabot.nlp.segment.plugins.customwords.FileCustomDictionary
com.mayabot.nlp.segment.plugins.customwords.com.mayabot.nlp.segment.plugins.customwords.MemCustomDictionary
com.mayabot.nlp.segment.plugins.ner
com.mayabot.nlp.segment.plugins.ner.com.mayabot.nlp.segment.plugins.ner.NERPerceptron.kt
com.mayabot.nlp.segment.plugins.ner.com.mayabot.nlp.segment.plugins.ner.NerPlugin
com.mayabot.nlp.segment.plugins.ner.com.mayabot.nlp.segment.plugins.ner.NerProcessor
com.mayabot.nlp.segment.plugins.ner.com.mayabot.nlp.segment.plugins.ner.PerceptronNerService
com.mayabot.nlp.segment.plugins.pattern
com.mayabot.nlp.segment.plugins.pattern.com.mayabot.nlp.segment.plugins.pattern.PatternPlugin
com.mayabot.nlp.segment.plugins.pattern.com.mayabot.nlp.segment.plugins.pattern.PatternWordpathProcessor
com.mayabot.nlp.segment.plugins.personname
com.mayabot.nlp.segment.plugins.personname.com.mayabot.nlp.segment.plugins.personname.PerceptronPersonNameService
com.mayabot.nlp.segment.plugins.personname.com.mayabot.nlp.segment.plugins.personname.PersonNameAlgorithm
com.mayabot.nlp.segment.plugins.personname.com.mayabot.nlp.segment.plugins.personname.PersonNamePerceptron.kt
com.mayabot.nlp.segment.plugins.personname.com.mayabot.nlp.segment.plugins.personname.PersonNamePlugin
com.mayabot.nlp.segment.plugins.personname.com.mayabot.nlp.segment.plugins.personname.PersonNameProcessor
com.mayabot.nlp.segment.plugins.pos
com.mayabot.nlp.segment.plugins.pos.com.mayabot.nlp.segment.plugins.pos.CommonPosModel.kt
com.mayabot.nlp.segment.plugins.pos.com.mayabot.nlp.segment.plugins.pos.PerceptronPosService
com.mayabot.nlp.segment.plugins.pos.com.mayabot.nlp.segment.plugins.pos.PosPerceptron.kt
com.mayabot.nlp.segment.plugins.pos.com.mayabot.nlp.segment.plugins.pos.PosPerceptronDef.kt
com.mayabot.nlp.segment.plugins.pos.com.mayabot.nlp.segment.plugins.pos.PosPerceptronProcessor
com.mayabot.nlp.segment.plugins.pos.com.mayabot.nlp.segment.plugins.pos.PosPerceptronUtils.kt
com.mayabot.nlp.segment.plugins.pos.com.mayabot.nlp.segment.plugins.pos.PosPlugin
com.mayabot.nlp.segment.reader
com.mayabot.nlp.segment.reader.com.mayabot.nlp.segment.reader.BaseFilterLexerReader
com.mayabot.nlp.segment.reader.com.mayabot.nlp.segment.reader.DefaultLexerReader
com.mayabot.nlp.segment.reader.com.mayabot.nlp.segment.reader.LexerItreabler.kt
com.mayabot.nlp.segment.reader.com.mayabot.nlp.segment.reader.PunctuationFilter
com.mayabot.nlp.segment.reader.com.mayabot.nlp.segment.reader.StopWordDict.kt
com.mayabot.nlp.segment.reader.com.mayabot.nlp.segment.reader.StopwordFilter
com.mayabot.nlp.segment.wordnet
com.mayabot.nlp.segment.wordnet.com.mayabot.nlp.segment.wordnet.BestPathAlgorithm
com.mayabot.nlp.segment.wordnet.com.mayabot.nlp.segment.wordnet.Vertex
com.mayabot.nlp.segment.wordnet.com.mayabot.nlp.segment.wordnet.VertexRow
com.mayabot.nlp.segment.wordnet.com.mayabot.nlp.segment.wordnet.WordNetToStringBuilder
com.mayabot.nlp.segment.wordnet.com.mayabot.nlp.segment.wordnet.Wordnet
com.mayabot.nlp.segment.wordnet.com.mayabot.nlp.segment.wordnet.Wordpath
com.mayabot.nlp.segment.wordnet.com.mayabot.nlp.segment.wordnet.package-info
com.mayabot.nlp.utils
com.mayabot.nlp.utils.com.mayabot.nlp.utils.CharNormUtils
com.mayabot.nlp.utils.com.mayabot.nlp.utils.CharSourceLineReader
com.mayabot.nlp.utils.com.mayabot.nlp.utils.Characters
com.mayabot.nlp.utils.com.mayabot.nlp.utils.CustomCharSequence
com.mayabot.nlp.utils.com.mayabot.nlp.utils.DataInOutputUtils
com.mayabot.nlp.utils.com.mayabot.nlp.utils.DownloadUtils.kt
com.mayabot.nlp.utils.com.mayabot.nlp.utils.Jars.kt
com.mayabot.nlp.utils.com.mayabot.nlp.utils.MyInts
com.mayabot.nlp.utils.com.mayabot.nlp.utils.MynlpFactories
com.mayabot.nlp.utils.com.mayabot.nlp.utils.MynlpResourcesl.kt
com.mayabot.nlp.utils.com.mayabot.nlp.utils.PathUtils
com.mayabot.nlp.utils.com.mayabot.nlp.utils.StringUtils
com.mayabot.nlp.utils.com.mayabot.nlp.utils.char_norm
patch
patch.patch.cws-default.txt
.stopwords.txt




© 2015 - 2025 Weber Informatics LLC | Privacy Policy