jar

com.mayabot.mynlp : mynlp-core

Maven & Gradle

Sep 29, 2019
4 usages
658 stars

mynlp · Maya Nlp subproject :mynlp-core

Table Of Contents

Latest Version

Download com.mayabot.mynlp : mynlp-core JAR file - Latest Versions:

All Versions

Download com.mayabot.mynlp : mynlp-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.1.x
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mynlp-core-3.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mayabot.nlp.resources

├─ com.mayabot.nlp.resources.ClasspathNlpResourceFactory.class - [JAR]

├─ com.mayabot.nlp.resources.FileNlpResourceFactory.class - [JAR]

├─ com.mayabot.nlp.resources.JarNlpResourceFactory.class - [JAR]

├─ com.mayabot.nlp.resources.NlpResource.class - [JAR]

├─ com.mayabot.nlp.resources.NlpResourceFactory.class - [JAR]

├─ com.mayabot.nlp.resources.URLNlpResource.class - [JAR]

├─ com.mayabot.nlp.resources.UseLines.class - [JAR]

com.mayabot.nlp.collection.bintrie

├─ com.mayabot.nlp.collection.bintrie.AbstractTrieNode.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.ArrayTrieNode.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.BinTrieNode.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.BinTrieTree.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.BinTrieTreeBuilder.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.HashTrieNode.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.TrieTreeAllMatcher.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.TrieTreeForwardMaxMatcher.class - [JAR]

├─ com.mayabot.nlp.collection.bintrie.TrieTreeMatcher.class - [JAR]

com.mayabot.nlp.kotlin

├─ com.mayabot.nlp.kotlin.MynlpsExtKt.class - [JAR]

com.mayabot.nlp.collection

├─ com.mayabot.nlp.collection.Trie.class - [JAR]

com.mayabot.nlp.common.matrix

├─ com.mayabot.nlp.common.matrix.CSRSparseMatrix.class - [JAR]

├─ com.mayabot.nlp.common.matrix.EnumTransformMatrix.class - [JAR]

├─ com.mayabot.nlp.common.matrix.TransformMatrix.class - [JAR]

com.mayabot.nlp.common

├─ com.mayabot.nlp.common.ArraySizingStrategy.class - [JAR]

├─ com.mayabot.nlp.common.BoundedProportionalArraySizingStrategy.class - [JAR]

├─ com.mayabot.nlp.common.BufferedReaderLFCR.class - [JAR]

├─ com.mayabot.nlp.common.EnumFreqPair.class - [JAR]

├─ com.mayabot.nlp.common.FastCharReader.class - [JAR]

├─ com.mayabot.nlp.common.FastStringBuilder.class - [JAR]

├─ com.mayabot.nlp.common.GuavaKt.class - [JAR]

├─ com.mayabot.nlp.common.IntArray.class - [JAR]

├─ com.mayabot.nlp.common.IntArrayBuilder.class - [JAR]

├─ com.mayabot.nlp.common.Lists.class - [JAR]

├─ com.mayabot.nlp.common.Maps.class - [JAR]

├─ com.mayabot.nlp.common.Pair.class - [JAR]

├─ com.mayabot.nlp.common.ParagraphIterable.class - [JAR]

├─ com.mayabot.nlp.common.ParagraphReader.class - [JAR]

├─ com.mayabot.nlp.common.ParagraphReaderSmart.class - [JAR]

├─ com.mayabot.nlp.common.ParagraphReaderString.class - [JAR]

├─ com.mayabot.nlp.common.QuickStringDoubleTable.class - [JAR]

├─ com.mayabot.nlp.common.QuickStringIntTable.class - [JAR]

├─ com.mayabot.nlp.common.TokenizerSplitter.class - [JAR]

com.mayabot.nlp.hppc

├─ com.mayabot.nlp.hppc.ArraySizingStrategy.class - [JAR]

├─ com.mayabot.nlp.hppc.BoundedProportionalArraySizingStrategy.class - [JAR]

├─ com.mayabot.nlp.hppc.BufferAllocationException.class - [JAR]

├─ com.mayabot.nlp.hppc.CharObjectHashMap.class - [JAR]

├─ com.mayabot.nlp.hppc.CharObjectMap.class - [JAR]

├─ com.mayabot.nlp.hppc.IntArrayList.class - [JAR]

com.mayabot.nlp.collection.dat

├─ com.mayabot.nlp.collection.dat.DATLongMatcher.class - [JAR]

├─ com.mayabot.nlp.collection.dat.DATMapMatcher.class - [JAR]

├─ com.mayabot.nlp.collection.dat.DATMatcher.class - [JAR]

├─ com.mayabot.nlp.collection.dat.DoubleArrayMaker.class - [JAR]

├─ com.mayabot.nlp.collection.dat.DoubleArrayTrie.class - [JAR]

├─ com.mayabot.nlp.collection.dat.DoubleArrayTrieMap.class - [JAR]

├─ com.mayabot.nlp.collection.dat.DoubleArrayTrieStringIntMap.class - [JAR]

├─ com.mayabot.nlp.collection.dat.FastDatCharSet.class - [JAR]

com.mayabot.nlp.collection.ahocorasick

├─ com.mayabot.nlp.collection.ahocorasick.AhoCoraickDoubleArrayTrieBuilder.class - [JAR]

├─ com.mayabot.nlp.collection.ahocorasick.AhoCorasickDoubleArrayTrie.class - [JAR]

├─ com.mayabot.nlp.collection.ahocorasick.Hit.class - [JAR]

├─ com.mayabot.nlp.collection.ahocorasick.IHit.class - [JAR]

├─ com.mayabot.nlp.collection.ahocorasick.IHitFull.class - [JAR]

├─ com.mayabot.nlp.collection.ahocorasick.State.class - [JAR]

com.mayabot.nlp.utils

├─ com.mayabot.nlp.utils.CharNormUtils.class - [JAR]

├─ com.mayabot.nlp.utils.CharSourceLineReader.class - [JAR]

├─ com.mayabot.nlp.utils.Characters.class - [JAR]

├─ com.mayabot.nlp.utils.CustomCharSequence.class - [JAR]

├─ com.mayabot.nlp.utils.DataInOutputUtils.class - [JAR]

├─ com.mayabot.nlp.utils.DownloadUtils.class - [JAR]

├─ com.mayabot.nlp.utils.Jars.class - [JAR]

├─ com.mayabot.nlp.utils.MyInts.class - [JAR]

├─ com.mayabot.nlp.utils.MynlpFactories.class - [JAR]

├─ com.mayabot.nlp.utils.MynlpResources.class - [JAR]

├─ com.mayabot.nlp.utils.PathUtils.class - [JAR]

├─ com.mayabot.nlp.utils.StringUtils.class - [JAR]

com.mayabot.nlp.logging

├─ com.mayabot.nlp.logging.AbstractInternalLogger.class - [JAR]

├─ com.mayabot.nlp.logging.CommonsLogger.class - [JAR]

├─ com.mayabot.nlp.logging.CommonsLoggerFactory.class - [JAR]

├─ com.mayabot.nlp.logging.FormattingTuple.class - [JAR]

├─ com.mayabot.nlp.logging.InternalLogLevel.class - [JAR]

├─ com.mayabot.nlp.logging.InternalLogger.class - [JAR]

├─ com.mayabot.nlp.logging.InternalLoggerFactory.class - [JAR]

├─ com.mayabot.nlp.logging.JdkLogger.class - [JAR]

├─ com.mayabot.nlp.logging.JdkLoggerFactory.class - [JAR]

├─ com.mayabot.nlp.logging.Log4J2Logger.class - [JAR]

├─ com.mayabot.nlp.logging.Log4J2LoggerFactory.class - [JAR]

├─ com.mayabot.nlp.logging.Log4JLogger.class - [JAR]

├─ com.mayabot.nlp.logging.Log4JLoggerFactory.class - [JAR]

├─ com.mayabot.nlp.logging.MessageFormatter.class - [JAR]

├─ com.mayabot.nlp.logging.Slf4JLogger.class - [JAR]

├─ com.mayabot.nlp.logging.Slf4JLoggerFactory.class - [JAR]

com.mayabot.nlp.injector

├─ com.mayabot.nlp.injector.AbstractModule.class - [JAR]

├─ com.mayabot.nlp.injector.BeanFactory.class - [JAR]

├─ com.mayabot.nlp.injector.CacheBeanFactory.class - [JAR]

├─ com.mayabot.nlp.injector.ImplementedBy.class - [JAR]

├─ com.mayabot.nlp.injector.Injector.class - [JAR]

├─ com.mayabot.nlp.injector.InjectorImpl.class - [JAR]

├─ com.mayabot.nlp.injector.InjectorKt.class - [JAR]

├─ com.mayabot.nlp.injector.InstanceBeanFactory.class - [JAR]

├─ com.mayabot.nlp.injector.Module.class - [JAR]

├─ com.mayabot.nlp.injector.Singleton.class - [JAR]

├─ com.mayabot.nlp.injector.TargetClassFactory.class - [JAR]

com.mayabot.nlp

├─ com.mayabot.nlp.Mynlp.class - [JAR]

├─ com.mayabot.nlp.MynlpBuilder.class - [JAR]

├─ com.mayabot.nlp.MynlpEnv.class - [JAR]

├─ com.mayabot.nlp.Mynlps.class - [JAR]

├─ com.mayabot.nlp.SettingItem.class - [JAR]

├─ com.mayabot.nlp.Settings.class - [JAR]

com.mayabot.nlp.algorithm

├─ com.mayabot.nlp.algorithm.TopIntMinK.class - [JAR]

├─ com.mayabot.nlp.algorithm.TopMaxK.class - [JAR]

Advertisement

Dependencies from Group

Sep 29, 2019
11 usages
658 stars
Jul 07, 2021
7 usages
658 stars
Sep 29, 2019
4 usages
658 stars
Sep 29, 2019
2 usages
658 stars
Sep 12, 2018
1 usages
658 stars

Discover Dependencies

May 08, 2021
4 usages
1.4k stars
Aug 20, 2023
13 usages
554 stars
jpa
Dec 17, 2021
8 usages
0 stars
Dec 07, 2012
11 usages
44 stars
Feb 17, 2014
30 usages
450 stars
Jan 17, 2006
9 usages
Aug 04, 2016
11 usages
May 16, 2023
24 usages