jar

io.github.clearwsd : clearwsd-core

Maven & Gradle

Sep 15, 2020
4 usages
6 stars

ClearWSD Core · Core ClearWSD components for feature extraction and machine learning

Table Of Contents

Latest Version

Download io.github.clearwsd : clearwsd-core JAR file - Latest Versions:

All Versions

Download io.github.clearwsd : clearwsd-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12.x
0.10.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 clearwsd-core-0.12.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.clearwsd.corpus.semlink

├─ io.github.clearwsd.corpus.semlink.ParsingSemlinkReader.class - [JAR]

├─ io.github.clearwsd.corpus.semlink.VerbNetCorpusUtils.class - [JAR]

├─ io.github.clearwsd.corpus.semlink.VerbNetReader.class - [JAR]

io.github.clearwsd.utils

├─ io.github.clearwsd.utils.CountingSenseInventory.class - [JAR]

├─ io.github.clearwsd.utils.EmbeddingIoUtils.class - [JAR]

├─ io.github.clearwsd.utils.ExtJwnlSenseInventory.class - [JAR]

├─ io.github.clearwsd.utils.ExtJwnlWordNet.class - [JAR]

├─ io.github.clearwsd.utils.InteractiveTestLoop.class - [JAR]

├─ io.github.clearwsd.utils.KMeans.class - [JAR]

├─ io.github.clearwsd.utils.LemmaDictionary.class - [JAR]

├─ io.github.clearwsd.utils.OntoNotesSenseInventory.class - [JAR]

├─ io.github.clearwsd.utils.SenseInventory.class - [JAR]

├─ io.github.clearwsd.utils.VectorMathUtils.class - [JAR]

├─ io.github.clearwsd.utils.WordNetFacade.class - [JAR]

├─ io.github.clearwsd.utils.WordNetSenseInventory.class - [JAR]

io.github.clearwsd.parser

├─ io.github.clearwsd.parser.WhitespaceTokenizer.class - [JAR]

io.github.clearwsd.feature.extractor

├─ io.github.clearwsd.feature.extractor.ConcatenatingFeatureExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.Extractors.class - [JAR]

├─ io.github.clearwsd.feature.extractor.FeatureExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.IdentityFeatureExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.ListConcatenatingFeatureExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.ListLookupFeatureExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.LookupFeatureExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.MappingExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.StringExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.StringFunctionExtractor.class - [JAR]

├─ io.github.clearwsd.feature.extractor.StringListExtractor.class - [JAR]

io.github.clearwsd.eval

├─ io.github.clearwsd.eval.ConfusionMatrix.class - [JAR]

├─ io.github.clearwsd.eval.CrossValidation.class - [JAR]

├─ io.github.clearwsd.eval.Evaluation.class - [JAR]

├─ io.github.clearwsd.eval.Predictions.class - [JAR]

io.github.clearwsd.feature.util

├─ io.github.clearwsd.feature.util.DepUtils.class - [JAR]

├─ io.github.clearwsd.feature.util.FeatureUtils.class - [JAR]

├─ io.github.clearwsd.feature.util.LuceneWrapper.class - [JAR]

├─ io.github.clearwsd.feature.util.PosUtils.class - [JAR]

├─ io.github.clearwsd.feature.util.VocabularyBuilder.class - [JAR]

io.github.clearwsd.feature.extractor.string

├─ io.github.clearwsd.feature.extractor.string.IdentityStringFunction.class - [JAR]

├─ io.github.clearwsd.feature.extractor.string.LowercaseFunction.class - [JAR]

├─ io.github.clearwsd.feature.extractor.string.StringFunction.class - [JAR]

io.github.clearwsd.feature.optim.ga

├─ io.github.clearwsd.feature.optim.ga.Chromosome.class - [JAR]

├─ io.github.clearwsd.feature.optim.ga.CrossValidatingFitnessFunction.class - [JAR]

├─ io.github.clearwsd.feature.optim.ga.DefaultChromosome.class - [JAR]

├─ io.github.clearwsd.feature.optim.ga.Gene.class - [JAR]

├─ io.github.clearwsd.feature.optim.ga.GeneticAlgorithm.class - [JAR]

├─ io.github.clearwsd.feature.optim.ga.Genotype.class - [JAR]

├─ io.github.clearwsd.feature.optim.ga.NlpClassifierGenotype.class - [JAR]

├─ io.github.clearwsd.feature.optim.ga.OptionGene.class - [JAR]

io.github.clearwsd.feature.function

├─ io.github.clearwsd.feature.function.AggregateFeatureFunction.class - [JAR]

├─ io.github.clearwsd.feature.function.BiasFeatureFunction.class - [JAR]

├─ io.github.clearwsd.feature.function.ConjunctionFunction.class - [JAR]

├─ io.github.clearwsd.feature.function.FeatureFunction.class - [JAR]

├─ io.github.clearwsd.feature.function.Features.class - [JAR]

├─ io.github.clearwsd.feature.function.MultiStringFeatureFunction.class - [JAR]

├─ io.github.clearwsd.feature.function.StringFeatureFunction.class - [JAR]

io.github.clearwsd.verbnet

├─ io.github.clearwsd.verbnet.DefaultPredicateAnnotator.class - [JAR]

├─ io.github.clearwsd.verbnet.DefaultVerbNetClassifier.class - [JAR]

├─ io.github.clearwsd.verbnet.VerbNetSenseInventory.class - [JAR]

io.github.clearwsd.feature.model

├─ io.github.clearwsd.feature.model.BaseFeatureModel.class - [JAR]

├─ io.github.clearwsd.feature.model.BaseVocabulary.class - [JAR]

├─ io.github.clearwsd.feature.model.FeatureModel.class - [JAR]

├─ io.github.clearwsd.feature.model.Vocabulary.class - [JAR]

io.github.clearwsd.feature.annotator

├─ io.github.clearwsd.feature.annotator.AggregateAnnotator.class - [JAR]

├─ io.github.clearwsd.feature.annotator.Annotator.class - [JAR]

├─ io.github.clearwsd.feature.annotator.DepNodeListAnnotator.class - [JAR]

├─ io.github.clearwsd.feature.annotator.ListAnnotator.class - [JAR]

├─ io.github.clearwsd.feature.annotator.ResourceAnnotator.class - [JAR]

io.github.clearwsd.feature

├─ io.github.clearwsd.feature.StringFeature.class - [JAR]

io.github.clearwsd

├─ io.github.clearwsd.BaseSensePredictor.class - [JAR]

├─ io.github.clearwsd.DefaultSensePrediction.class - [JAR]

├─ io.github.clearwsd.DefaultSensePredictor.class - [JAR]

├─ io.github.clearwsd.WordSenseAnnotator.class - [JAR]

├─ io.github.clearwsd.WordSenseClassifier.class - [JAR]

io.github.clearwsd.corpus

├─ io.github.clearwsd.corpus.CoNllDepTreeReader.class - [JAR]

├─ io.github.clearwsd.corpus.CorpusReader.class - [JAR]

├─ io.github.clearwsd.corpus.LemmaMappingCorpusReader.class - [JAR]

├─ io.github.clearwsd.corpus.OntoNotesConverter.class - [JAR]

├─ io.github.clearwsd.corpus.TextCorpusReader.class - [JAR]

io.github.clearwsd.corpus.semeval

├─ io.github.clearwsd.corpus.semeval.ParsingSemevalReader.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalCorpus.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalElement.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalFactory.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalInstance.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalReader.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalSentence.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalText.class - [JAR]

├─ io.github.clearwsd.corpus.semeval.SemevalWordForm.class - [JAR]

io.github.clearwsd.type

├─ io.github.clearwsd.type.DefaultDepNode.class - [JAR]

├─ io.github.clearwsd.type.DefaultDepTree.class - [JAR]

├─ io.github.clearwsd.type.DefaultNlpFocus.class - [JAR]

├─ io.github.clearwsd.type.DefaultNlpInstance.class - [JAR]

├─ io.github.clearwsd.type.DefaultNlpSequence.class - [JAR]

io.github.clearwsd.corpus.ontonotes

├─ io.github.clearwsd.corpus.ontonotes.OntoNotesInventory.class - [JAR]

├─ io.github.clearwsd.corpus.ontonotes.OntoNotesMappings.class - [JAR]

├─ io.github.clearwsd.corpus.ontonotes.OntoNotesSense.class - [JAR]

├─ io.github.clearwsd.corpus.ontonotes.OntoNotesSenseInventoryFactory.class - [JAR]

├─ io.github.clearwsd.corpus.ontonotes.OntoNotesSenseMeta.class - [JAR]

├─ io.github.clearwsd.corpus.ontonotes.OntoNotesWn.class - [JAR]

├─ io.github.clearwsd.corpus.ontonotes.OntoNotesWordMeta.class - [JAR]

io.github.clearwsd.feature.resource

├─ io.github.clearwsd.feature.resource.BrownClusterResourceInitializer.class - [JAR]

├─ io.github.clearwsd.feature.resource.DefaultFeatureResourceManager.class - [JAR]

├─ io.github.clearwsd.feature.resource.DefaultTsvResourceInitializer.class - [JAR]

├─ io.github.clearwsd.feature.resource.DynamicDependencyNeighborsResource.class - [JAR]

├─ io.github.clearwsd.feature.resource.FeatureResource.class - [JAR]

├─ io.github.clearwsd.feature.resource.FeatureResourceManager.class - [JAR]

├─ io.github.clearwsd.feature.resource.FeatureResourceProxy.class - [JAR]

├─ io.github.clearwsd.feature.resource.MultimapResource.class - [JAR]

├─ io.github.clearwsd.feature.resource.StringResourceInitializer.class - [JAR]

├─ io.github.clearwsd.feature.resource.TsvResourceInitializer.class - [JAR]

├─ io.github.clearwsd.feature.resource.WordNetResource.class - [JAR]

io.github.clearwsd.classifier

├─ io.github.clearwsd.classifier.Classifier.class - [JAR]

├─ io.github.clearwsd.classifier.ClassifierFactory.class - [JAR]

├─ io.github.clearwsd.classifier.DefaultHyperparameter.class - [JAR]

├─ io.github.clearwsd.classifier.DefaultSparseInstance.class - [JAR]

├─ io.github.clearwsd.classifier.DefaultSparseVector.class - [JAR]

├─ io.github.clearwsd.classifier.DummyClassifier.class - [JAR]

├─ io.github.clearwsd.classifier.Hyperparameter.class - [JAR]

├─ io.github.clearwsd.classifier.LibLinearClassifier.class - [JAR]

├─ io.github.clearwsd.classifier.MultiClassifier.class - [JAR]

├─ io.github.clearwsd.classifier.PaClassifier.class - [JAR]

├─ io.github.clearwsd.classifier.SparseClassifier.class - [JAR]

├─ io.github.clearwsd.classifier.SparseInstance.class - [JAR]

├─ io.github.clearwsd.classifier.SparseVector.class - [JAR]

├─ io.github.clearwsd.classifier.SparseVectorBuilder.class - [JAR]

io.github.clearwsd.feature.pipeline

├─ io.github.clearwsd.feature.pipeline.AnnotatingClassifier.class - [JAR]

├─ io.github.clearwsd.feature.pipeline.DefaultFeaturePipeline.class - [JAR]

├─ io.github.clearwsd.feature.pipeline.FeaturePipeline.class - [JAR]

├─ io.github.clearwsd.feature.pipeline.NlpClassifier.class - [JAR]

io.github.clearwsd.feature.optim

├─ io.github.clearwsd.feature.optim.EvolutionaryModelTrainer.class - [JAR]

├─ io.github.clearwsd.feature.optim.FeatureFunctionFactory.class - [JAR]

├─ io.github.clearwsd.feature.optim.MetaModelTrainer.class - [JAR]

├─ io.github.clearwsd.feature.optim.NlpFeaturePipelineFactory.class - [JAR]

io.github.clearwsd.app

├─ io.github.clearwsd.app.WordSenseCLI.class - [JAR]

io.github.clearwsd.feature.context

├─ io.github.clearwsd.feature.context.CompositeContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.Contexts.class - [JAR]

├─ io.github.clearwsd.feature.context.DepChildPathContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.DepChildrenContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.DepContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.FilteringContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.NlpContext.class - [JAR]

├─ io.github.clearwsd.feature.context.NlpContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.OffsetContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.RootPathContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.SequenceIdentifyContextFactory.class - [JAR]

├─ io.github.clearwsd.feature.context.SubContextFactory.class - [JAR]

Advertisement

Dependencies from Group

Sep 15, 2020
4 usages
6 stars
May 07, 2019
2 usages
6 stars
Sep 15, 2020
2 usages
6 stars
Sep 15, 2020
2 usages
6 stars
Sep 15, 2020
1 usages
6 stars

Discover Dependencies

May 06, 2019
2 usages
150 stars
Feb 21, 2023
12 stars
May 07, 2019
67 stars
Feb 21, 2023
4 stars
Feb 21, 2023
3 usages
8 stars
Feb 21, 2023
1 usages
8 stars