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

Download core JAR 1.4.1 with all dependencies


The Wiki Machine - Core libraries

Files of the artifact core version 1.4.1 from the group org.fbk.cit.hlt.

Test

Download core (1.4.1)
Artifact core
Group org.fbk.cit.hlt
Version 1.4.1
Organization Fondazione Bruno Kessler
URL https://bitbucket.org/fbk/twm-core
License Apache License, Version 2.0
Dependencies amount 9
Dependencies log4j, commons-configuration, commons-cli, commons-lang, commons-exec, commons-collections, commons-beanutils-core, htmlparser, snowball-stemmer,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of core Show documentation

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

0 downloads

Source code of core version 1.4.1

META-INF
META-INF.META-INF.MANIFEST.MF
org.fbk.cit.hlt.core.analysis.stemmer
org.fbk.cit.hlt.core.analysis.stemmer.org.fbk.cit.hlt.core.analysis.stemmer.AbstractStemmer
org.fbk.cit.hlt.core.analysis.stemmer.org.fbk.cit.hlt.core.analysis.stemmer.Stemmer
org.fbk.cit.hlt.core.analysis.stemmer.org.fbk.cit.hlt.core.analysis.stemmer.StemmerFactory
org.fbk.cit.hlt.core.analysis.stemmer.org.fbk.cit.hlt.core.analysis.stemmer.StemmerNotFoundException
org.fbk.cit.hlt.core.analysis.stemmer.ext
org.fbk.cit.hlt.core.analysis.stemmer.ext.org.fbk.cit.hlt.core.analysis.stemmer.ext.HindiStemmer
org.fbk.cit.hlt.core.analysis.stemmer.ext.org.fbk.cit.hlt.core.analysis.stemmer.ext.PolishStemmer
org.fbk.cit.hlt.core.analysis.stemmer.ext.org.fbk.cit.hlt.core.analysis.stemmer.ext.PorterStemmer
org.fbk.cit.hlt.core.analysis.stemmer.ext.org.fbk.cit.hlt.core.analysis.stemmer.ext.SnowballWrapper
org.fbk.cit.hlt.core.analysis.tokenizer
org.fbk.cit.hlt.core.analysis.tokenizer.org.fbk.cit.hlt.core.analysis.tokenizer.AbstractTokenizer
org.fbk.cit.hlt.core.analysis.tokenizer.org.fbk.cit.hlt.core.analysis.tokenizer.CharacterTable
org.fbk.cit.hlt.core.analysis.tokenizer.org.fbk.cit.hlt.core.analysis.tokenizer.Extent
org.fbk.cit.hlt.core.analysis.tokenizer.org.fbk.cit.hlt.core.analysis.tokenizer.HardTokenizer
org.fbk.cit.hlt.core.analysis.tokenizer.org.fbk.cit.hlt.core.analysis.tokenizer.Token
org.fbk.cit.hlt.core.analysis.tokenizer.org.fbk.cit.hlt.core.analysis.tokenizer.Tokenizer
org.fbk.cit.hlt.core.io
org.fbk.cit.hlt.core.io.org.fbk.cit.hlt.core.io.FileUtils
org.fbk.cit.hlt.core.io.org.fbk.cit.hlt.core.io.FolderScanner
org.fbk.cit.hlt.core.io.org.fbk.cit.hlt.core.io.GZFilter
org.fbk.cit.hlt.core.io.org.fbk.cit.hlt.core.io.TestFilter
org.fbk.cit.hlt.core.io.org.fbk.cit.hlt.core.io.TrainFilter
org.fbk.cit.hlt.core.io.org.fbk.cit.hlt.core.io.TxtFilter
org.fbk.cit.hlt.core.lsa
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.AbstractLSI
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.BOW
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.DoubleLSA
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.FloatLSA
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.Index
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.InverseVocabulary
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.LSI
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.LSM
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.LSSimilarity
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.License
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.ScoreTermMap
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.TermNotFoundException
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.TermSet
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.TextSimilarity
org.fbk.cit.hlt.core.lsa.org.fbk.cit.hlt.core.lsa.Vocabulary
org.fbk.cit.hlt.core.lsa.io
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.DenseBinaryMatrixFileReader
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.DenseBinaryMatrixFileWriter
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.DenseText2DenseBinary
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.DenseTextVectorFileReader
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.FileFreqFilter
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.MatrixFileWriter
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.MatrixWriter
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.SparseBinaryMatrixFileReader
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.SparseBinaryMatrixFileWriter
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.TFIDF
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.TermDocumentMatrixBuilder
org.fbk.cit.hlt.core.lsa.io.org.fbk.cit.hlt.core.lsa.io.TermDocumentMatrixFileWriter
org.fbk.cit.hlt.core.lsa.util
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.Anvur
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.AnvurDev
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.AnvurTest
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.CreateLsa
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.FileConverter
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.NgramComparator
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.Prova
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.SVD
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.SnippetComparator
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.Text2Vector
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.TextFilter
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.TextSplitter
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.Token
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.Tokenizer
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.TsvFilter
org.fbk.cit.hlt.core.lsa.util.org.fbk.cit.hlt.core.lsa.util.WebPageComparator
org.fbk.cit.hlt.core.math
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.DenseVector
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.DoubleNode
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.DoubleVector
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.FloatNode
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.FloatVector
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.IntNode
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.IntVector
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.Node
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.SparseVector
org.fbk.cit.hlt.core.math.org.fbk.cit.hlt.core.math.Vector
org.fbk.cit.hlt.core.mylibsvm
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.MySVM
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.OVA
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_model
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_multiclass_predict
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_node
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_parameter
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_predict
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_print_interface
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_problem
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_scale
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_toy
org.fbk.cit.hlt.core.mylibsvm.org.fbk.cit.hlt.core.mylibsvm.svm_train
org.fbk.cit.hlt.core.util
org.fbk.cit.hlt.core.util.org.fbk.cit.hlt.core.util.HashIndexSet
org.fbk.cit.hlt.core.util.org.fbk.cit.hlt.core.util.HashMultiSet
org.fbk.cit.hlt.core.util.org.fbk.cit.hlt.core.util.IndexSet
org.fbk.cit.hlt.core.util.org.fbk.cit.hlt.core.util.MultiSet
org.fbk.cit.hlt.core.util.org.fbk.cit.hlt.core.util.StringUtil
org.fbk.cit.hlt.core.util.org.fbk.cit.hlt.core.util.TreeIndexSet
org.fbk.cit.hlt.core.util.org.fbk.cit.hlt.core.util.TreeMultiSet




© 2015 - 2025 Weber Informatics LLC | Privacy Policy