Download hanlp-1.3.1.jar file

Introduction

You can download hanlp-1.3.1.jar in this page.

License

Apache License Version 2.0

Type List

hanlp-1.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.hankcs/hanlp/pom.properties
META-INF/maven/com.hankcs/hanlp/pom.xml
com.hankcs.hanlp.HanLP.class
com.hankcs.hanlp.algoritm.ArrayCompare.class
com.hankcs.hanlp.algoritm.ArrayDistance.class
com.hankcs.hanlp.algoritm.Dijkstra.class
com.hankcs.hanlp.algoritm.EditDistance.class
com.hankcs.hanlp.algoritm.LongestCommonSubsequence.class
com.hankcs.hanlp.algoritm.LongestCommonSubstring.class
com.hankcs.hanlp.algoritm.MaxHeap.class
com.hankcs.hanlp.algoritm.VectorDistance.class
com.hankcs.hanlp.algoritm.Viterbi.class
com.hankcs.hanlp.algoritm.ahocorasick.interval.Interval.class
com.hankcs.hanlp.algoritm.ahocorasick.interval.IntervalNode.class
com.hankcs.hanlp.algoritm.ahocorasick.interval.IntervalTree.class
com.hankcs.hanlp.algoritm.ahocorasick.interval.Intervalable.class
com.hankcs.hanlp.algoritm.ahocorasick.interval.IntervalableComparatorByPosition.class
com.hankcs.hanlp.algoritm.ahocorasick.interval.IntervalableComparatorBySize.class
com.hankcs.hanlp.algoritm.ahocorasick.trie.Emit.class
com.hankcs.hanlp.algoritm.ahocorasick.trie.FragmentToken.class
com.hankcs.hanlp.algoritm.ahocorasick.trie.MatchToken.class
com.hankcs.hanlp.algoritm.ahocorasick.trie.State.class
com.hankcs.hanlp.algoritm.ahocorasick.trie.Token.class
com.hankcs.hanlp.algoritm.ahocorasick.trie.Trie.class
com.hankcs.hanlp.algoritm.ahocorasick.trie.TrieConfig.class
com.hankcs.hanlp.collection.AhoCorasick.AhoCorasickDoubleArrayTrie.class
com.hankcs.hanlp.collection.AhoCorasick.State.class
com.hankcs.hanlp.collection.MDAG.MDAG.class
com.hankcs.hanlp.collection.MDAG.MDAGMap.class
com.hankcs.hanlp.collection.MDAG.MDAGNode.class
com.hankcs.hanlp.collection.MDAG.MDAGSet.class
com.hankcs.hanlp.collection.MDAG.SimpleMDAGNode.class
com.hankcs.hanlp.collection.dartsclone.DartMap.class
com.hankcs.hanlp.collection.dartsclone.DoubleArray.class
com.hankcs.hanlp.collection.dartsclone.Pair.class
com.hankcs.hanlp.collection.dartsclone.details.AutoBytePool.class
com.hankcs.hanlp.collection.dartsclone.details.AutoIntPool.class
com.hankcs.hanlp.collection.dartsclone.details.BitVector.class
com.hankcs.hanlp.collection.dartsclone.details.DawgBuilder.class
com.hankcs.hanlp.collection.dartsclone.details.DoubleArrayBuilder.class
com.hankcs.hanlp.collection.dartsclone.details.Keyset.class
com.hankcs.hanlp.collection.sequence.SString.class
com.hankcs.hanlp.collection.set.UnEmptyStringSet.class
com.hankcs.hanlp.collection.trie.DoubleArrayTrie.class
com.hankcs.hanlp.collection.trie.ITrie.class
com.hankcs.hanlp.collection.trie.bintrie.BaseNode.class
com.hankcs.hanlp.collection.trie.bintrie.BinTrie.class
com.hankcs.hanlp.collection.trie.bintrie.Node.class
com.hankcs.hanlp.collection.trie.bintrie._EmptyValueArray.class
com.hankcs.hanlp.collection.trie.bintrie._ValueArray.class
com.hankcs.hanlp.collection.trie.bintrie.util.ArrayTool.class
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLFixer.class
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLLoader.class
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLSentence.class
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLWord.class
com.hankcs.hanlp.corpus.dependency.CoNll.CoNllLine.class
com.hankcs.hanlp.corpus.dependency.CoNll.Evaluator.class
com.hankcs.hanlp.corpus.dependency.CoNll.PosTagCompiler.class
com.hankcs.hanlp.corpus.dependency.model.MaxEntDependencyModelMaker.class
com.hankcs.hanlp.corpus.dependency.model.WordNatureWeightModelMaker.class
com.hankcs.hanlp.corpus.dependency.model.WordNatureWeightScorer.class
com.hankcs.hanlp.corpus.dictionary.CommonDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.CommonSuffixExtractor.class
com.hankcs.hanlp.corpus.dictionary.DictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.EasyDictionary.class
com.hankcs.hanlp.corpus.dictionary.ISaveAble.class
com.hankcs.hanlp.corpus.dictionary.NGramDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.NRDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.NSDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.NTDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.NatureDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.PlaceSuffixDictionary.class
com.hankcs.hanlp.corpus.dictionary.SimpleDictionary.class
com.hankcs.hanlp.corpus.dictionary.StringDictionary.class
com.hankcs.hanlp.corpus.dictionary.StringDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.SuffixDictionary.class
com.hankcs.hanlp.corpus.dictionary.TFDictionary.class
com.hankcs.hanlp.corpus.dictionary.TMDictionaryMaker.class
com.hankcs.hanlp.corpus.dictionary.item.EnumItem.class
com.hankcs.hanlp.corpus.dictionary.item.Item.class
com.hankcs.hanlp.corpus.dictionary.item.SimpleItem.class
com.hankcs.hanlp.corpus.document.CorpusLoader.class
com.hankcs.hanlp.corpus.document.Document.class
com.hankcs.hanlp.corpus.document.sentence.Sentence.class
com.hankcs.hanlp.corpus.document.sentence.word.CompoundWord.class
com.hankcs.hanlp.corpus.document.sentence.word.IWord.class
com.hankcs.hanlp.corpus.document.sentence.word.Word.class
com.hankcs.hanlp.corpus.document.sentence.word.WordFactory.class
com.hankcs.hanlp.corpus.io.ByteArray.class
com.hankcs.hanlp.corpus.io.ByteArrayFileStream.class
com.hankcs.hanlp.corpus.io.ByteArrayOtherStream.class
com.hankcs.hanlp.corpus.io.ByteArrayStream.class
com.hankcs.hanlp.corpus.io.EasyReader.class
com.hankcs.hanlp.corpus.io.FileIOAdapter.class
com.hankcs.hanlp.corpus.io.FolderWalker.class
com.hankcs.hanlp.corpus.io.ICacheAble.class
com.hankcs.hanlp.corpus.io.IIOAdapter.class
com.hankcs.hanlp.corpus.io.IOUtil.class
com.hankcs.hanlp.corpus.io.LineHandler.class
com.hankcs.hanlp.corpus.io.ResourceIOAdapter.class
com.hankcs.hanlp.corpus.nr.FamilyName.class
com.hankcs.hanlp.corpus.nr.NRCorpusLoader.class
com.hankcs.hanlp.corpus.nr.NameDictionaryMaker.class
com.hankcs.hanlp.corpus.occurrence.Occurrence.class
com.hankcs.hanlp.corpus.occurrence.PairFrequency.class
com.hankcs.hanlp.corpus.occurrence.TermFrequency.class
com.hankcs.hanlp.corpus.occurrence.TermOccurrence.class
com.hankcs.hanlp.corpus.occurrence.TriaFrequency.class
com.hankcs.hanlp.corpus.synonym.ISynonym.class
com.hankcs.hanlp.corpus.synonym.Synonym.class
com.hankcs.hanlp.corpus.synonym.SynonymHelper.class
com.hankcs.hanlp.corpus.tag.NR.class
com.hankcs.hanlp.corpus.tag.NS.class
com.hankcs.hanlp.corpus.tag.NT.class
com.hankcs.hanlp.corpus.tag.Nature.class
com.hankcs.hanlp.corpus.util.CorpusUtil.class
com.hankcs.hanlp.corpus.util.CustomNatureUtility.class
com.hankcs.hanlp.corpus.util.DictionaryUtil.class
com.hankcs.hanlp.corpus.util.EnumBuster.class
com.hankcs.hanlp.corpus.util.Precompiler.class
com.hankcs.hanlp.corpus.util.ReflectionHelper.class
com.hankcs.hanlp.corpus.util.StringUtils.class
com.hankcs.hanlp.dependency.AbstractDependencyParser.class
com.hankcs.hanlp.dependency.CRFDependencyParser.class
com.hankcs.hanlp.dependency.IDependencyParser.class
com.hankcs.hanlp.dependency.MaxEntDependencyParser.class
com.hankcs.hanlp.dependency.MinimumSpanningTreeParser.class
com.hankcs.hanlp.dependency.WordNatureDependencyParser.class
com.hankcs.hanlp.dependency.common.Edge.class
com.hankcs.hanlp.dependency.common.Node.class
com.hankcs.hanlp.dependency.common.POSUtil.class
com.hankcs.hanlp.dependency.common.State.class
com.hankcs.hanlp.dependency.nnparser.Alphabet.class
com.hankcs.hanlp.dependency.nnparser.Context.class
com.hankcs.hanlp.dependency.nnparser.Dependency.class
com.hankcs.hanlp.dependency.nnparser.Instance.class
com.hankcs.hanlp.dependency.nnparser.Matrix.class
com.hankcs.hanlp.dependency.nnparser.NeuralNetworkClassifier.class
com.hankcs.hanlp.dependency.nnparser.NeuralNetworkDependencyParser.class
com.hankcs.hanlp.dependency.nnparser.NeuralNetworkParser.class
com.hankcs.hanlp.dependency.nnparser.Parser.class
com.hankcs.hanlp.dependency.nnparser.Sample.class
com.hankcs.hanlp.dependency.nnparser.State.class
com.hankcs.hanlp.dependency.nnparser.TransitionSystem.class
com.hankcs.hanlp.dependency.nnparser.action.AbstractInexactAction.class
com.hankcs.hanlp.dependency.nnparser.action.Action.class
com.hankcs.hanlp.dependency.nnparser.action.ActionFactory.class
com.hankcs.hanlp.dependency.nnparser.action.ActionType.class
com.hankcs.hanlp.dependency.nnparser.action.ActionUtils.class
com.hankcs.hanlp.dependency.nnparser.option.AdaOption.class
com.hankcs.hanlp.dependency.nnparser.option.BasicOption.class
com.hankcs.hanlp.dependency.nnparser.option.ConfigOption.class
com.hankcs.hanlp.dependency.nnparser.option.LearnOption.class
com.hankcs.hanlp.dependency.nnparser.option.NetworkOption.class
com.hankcs.hanlp.dependency.nnparser.option.SpecialOption.class
com.hankcs.hanlp.dependency.nnparser.option.TestOption.class
com.hankcs.hanlp.dependency.nnparser.parser_dll.class
com.hankcs.hanlp.dependency.nnparser.util.Log.class
com.hankcs.hanlp.dependency.nnparser.util.PosTagUtil.class
com.hankcs.hanlp.dependency.nnparser.util.math.class
com.hankcs.hanlp.dependency.nnparser.util.std.class
com.hankcs.hanlp.dictionary.BaseSearcher.class
com.hankcs.hanlp.dictionary.BiGramDictionary.class
com.hankcs.hanlp.dictionary.CoreBiGramMixDictionary.class
com.hankcs.hanlp.dictionary.CoreBiGramTableDictionary.class
com.hankcs.hanlp.dictionary.CoreDictionary.class
com.hankcs.hanlp.dictionary.CoreDictionaryTransformMatrixDictionary.class
com.hankcs.hanlp.dictionary.CoreSynonymDictionary.class
com.hankcs.hanlp.dictionary.CoreSynonymDictionaryEx.class
com.hankcs.hanlp.dictionary.CustomDictionary.class
com.hankcs.hanlp.dictionary.TransformMatrixDictionary.class
com.hankcs.hanlp.dictionary.common.CommonDictionary.class
com.hankcs.hanlp.dictionary.common.CommonStringDictionary.class
com.hankcs.hanlp.dictionary.common.CommonSynonymDictionary.class
com.hankcs.hanlp.dictionary.common.CommonSynonymDictionaryEx.class
com.hankcs.hanlp.dictionary.nr.JapanesePersonDictionary.class
com.hankcs.hanlp.dictionary.nr.NRConstant.class
com.hankcs.hanlp.dictionary.nr.NRDictionary.class
com.hankcs.hanlp.dictionary.nr.NRPattern.class
com.hankcs.hanlp.dictionary.nr.PersonDictionary.class
com.hankcs.hanlp.dictionary.nr.TranslatedPersonDictionary.class
com.hankcs.hanlp.dictionary.ns.NSDictionary.class
com.hankcs.hanlp.dictionary.ns.PlaceDictionary.class
com.hankcs.hanlp.dictionary.nt.NTDictionary.class
com.hankcs.hanlp.dictionary.nt.OrganizationDictionary.class
com.hankcs.hanlp.dictionary.other.CharTable.class
com.hankcs.hanlp.dictionary.other.CharType.class
com.hankcs.hanlp.dictionary.py.Head.class
com.hankcs.hanlp.dictionary.py.Integer2PinyinConverter.class
com.hankcs.hanlp.dictionary.py.Pinyin.class
com.hankcs.hanlp.dictionary.py.PinyinDictionary.class
com.hankcs.hanlp.dictionary.py.PinyinUtil.class
com.hankcs.hanlp.dictionary.py.SYTDictionary.class
com.hankcs.hanlp.dictionary.py.Shengmu.class
com.hankcs.hanlp.dictionary.py.String2PinyinConverter.class
com.hankcs.hanlp.dictionary.py.TonePinyinString2PinyinConverter.class
com.hankcs.hanlp.dictionary.py.Yunmu.class
com.hankcs.hanlp.dictionary.stopword.CoreStopWordDictionary.class
com.hankcs.hanlp.dictionary.stopword.Filter.class
com.hankcs.hanlp.dictionary.stopword.StopWordDictionary.class
com.hankcs.hanlp.dictionary.ts.BaseChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.HongKongToSimplifiedChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.HongKongToTaiwanChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.HongKongToTraditionalChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.SimplifiedChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.SimplifiedToHongKongChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.SimplifiedToTaiwanChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.TaiwanToHongKongChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.TaiwanToSimplifiedChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.TaiwanToTraditionalChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.TraditionalChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.TraditionalToHongKongChineseDictionary.class
com.hankcs.hanlp.dictionary.ts.TraditionalToTaiwanChineseDictionary.class
com.hankcs.hanlp.model.CRFSegmentModel.class
com.hankcs.hanlp.model.bigram.BigramDependencyModel.class
com.hankcs.hanlp.model.bigram.WordNatureDependencyModel.class
com.hankcs.hanlp.model.crf.CRFModel.class
com.hankcs.hanlp.model.crf.FeatureFunction.class
com.hankcs.hanlp.model.crf.FeatureTemplate.class
com.hankcs.hanlp.model.crf.Table.class
com.hankcs.hanlp.model.maxent.Context.class
com.hankcs.hanlp.model.maxent.EvalParameters.class
com.hankcs.hanlp.model.maxent.MaxEntModel.class
com.hankcs.hanlp.model.maxent.UniformPrior.class
com.hankcs.hanlp.model.trigram.CharacterBasedGenerativeModel.class
com.hankcs.hanlp.model.trigram.frequency.Probability.class
com.hankcs.hanlp.phrase.IPhraseExtractor.class
com.hankcs.hanlp.phrase.MutualInformationEntropyPhraseExtractor.class
com.hankcs.hanlp.recognition.nr.JapanesePersonRecognition.class
com.hankcs.hanlp.recognition.nr.PersonRecognition.class
com.hankcs.hanlp.recognition.nr.TranslatedPersonRecognition.class
com.hankcs.hanlp.recognition.ns.PlaceRecognition.class
com.hankcs.hanlp.recognition.nt.OrganizationRecognition.class
com.hankcs.hanlp.seg.CRF.CRFSegment.class
com.hankcs.hanlp.seg.CharacterBasedGenerativeModelSegment.class
com.hankcs.hanlp.seg.Config.class
com.hankcs.hanlp.seg.DictionaryBasedSegment.class
com.hankcs.hanlp.seg.Dijkstra.DijkstraSegment.class
com.hankcs.hanlp.seg.Dijkstra.Path.State.class
com.hankcs.hanlp.seg.HMM.HMMSegment.class
com.hankcs.hanlp.seg.NShort.NShortSegment.class
com.hankcs.hanlp.seg.NShort.Path.AtomNode.class
com.hankcs.hanlp.seg.NShort.Path.CQueue.class
com.hankcs.hanlp.seg.NShort.Path.NShortPath.class
com.hankcs.hanlp.seg.NShort.Path.PathNode.class
com.hankcs.hanlp.seg.NShort.Path.QueueElement.class
com.hankcs.hanlp.seg.Other.AhoCorasickDoubleArrayTrieSegment.class
com.hankcs.hanlp.seg.Other.CommonAhoCorasickSegmentUtil.class
com.hankcs.hanlp.seg.Other.DoubleArrayTrieSegment.class
com.hankcs.hanlp.seg.Other.LongestBinSegmentToy.class
com.hankcs.hanlp.seg.Segment.class
com.hankcs.hanlp.seg.Viterbi.Path.Graph.class
com.hankcs.hanlp.seg.Viterbi.Path.Node.class
com.hankcs.hanlp.seg.Viterbi.Path.SimpleGraph.class
com.hankcs.hanlp.seg.Viterbi.ViterbiSegment.class
com.hankcs.hanlp.seg.WordBasedGenerativeModelSegment.class
com.hankcs.hanlp.seg.common.Edge.class
com.hankcs.hanlp.seg.common.EdgeFrom.class
com.hankcs.hanlp.seg.common.Graph.class
com.hankcs.hanlp.seg.common.ResultTerm.class
com.hankcs.hanlp.seg.common.Term.class
com.hankcs.hanlp.seg.common.Vertex.class
com.hankcs.hanlp.seg.common.WordNet.class
com.hankcs.hanlp.seg.common.wrapper.SegmentWrapper.class
com.hankcs.hanlp.suggest.ISuggester.class
com.hankcs.hanlp.suggest.Suggester.class
com.hankcs.hanlp.suggest.scorer.BaseScorer.class
com.hankcs.hanlp.suggest.scorer.IScorer.class
com.hankcs.hanlp.suggest.scorer.ISentenceKey.class
com.hankcs.hanlp.suggest.scorer.editdistance.CharArray.class
com.hankcs.hanlp.suggest.scorer.editdistance.EditDistanceScorer.class
com.hankcs.hanlp.suggest.scorer.lexeme.IdVector.class
com.hankcs.hanlp.suggest.scorer.lexeme.IdVectorScorer.class
com.hankcs.hanlp.suggest.scorer.pinyin.PinyinKey.class
com.hankcs.hanlp.suggest.scorer.pinyin.PinyinScorer.class
com.hankcs.hanlp.summary.BM25.class
com.hankcs.hanlp.summary.KeywordExtractor.class
com.hankcs.hanlp.summary.TextRankKeyword.class
com.hankcs.hanlp.summary.TextRankSentence.class
com.hankcs.hanlp.tokenizer.BasicTokenizer.class
com.hankcs.hanlp.tokenizer.IndexTokenizer.class
com.hankcs.hanlp.tokenizer.NLPTokenizer.class
com.hankcs.hanlp.tokenizer.NotionalTokenizer.class
com.hankcs.hanlp.tokenizer.SpeedTokenizer.class
com.hankcs.hanlp.tokenizer.StandardTokenizer.class
com.hankcs.hanlp.tokenizer.TraditionalChineseTokenizer.class
com.hankcs.hanlp.tokenizer.URLTokenizer.class
com.hankcs.hanlp.utility.ByteUtil.class
com.hankcs.hanlp.utility.CharacterHelper.class
com.hankcs.hanlp.utility.GlobalObjectPool.class
com.hankcs.hanlp.utility.LexiconUtility.class
com.hankcs.hanlp.utility.MathTools.class
com.hankcs.hanlp.utility.Predefine.class
com.hankcs.hanlp.utility.SentencesUtil.class
com.hankcs.hanlp.utility.TextUtility.class
data/dictionary/CoreNatureDictionary.mini.txt.bin
data/dictionary/CoreNatureDictionary.ngram.mini.txt.table.bin
data/dictionary/CoreNatureDictionary.tr.txt
data/dictionary/custom/CustomDictionary.txt.bin
data/dictionary/organization/nt.tr.txt
data/dictionary/organization/nt.txt.trie.dat
data/dictionary/organization/nt.txt.value.dat
data/dictionary/other/CharTable.txt.bin
data/dictionary/other/CharType.dat.yes
data/dictionary/person/nr.tr.txt
data/dictionary/person/nr.txt.trie.dat
data/dictionary/person/nr.txt.value.dat
data/dictionary/person/nrf.txt.trie.dat
data/dictionary/person/nrj.txt.trie.dat
data/dictionary/person/nrj.txt.value.dat
data/dictionary/pinyin/SYTDictionary.txt
data/dictionary/pinyin/pinyin.txt.bin
data/dictionary/place/ns.tr.txt
data/dictionary/place/ns.txt.trie.dat
data/dictionary/place/ns.txt.value.dat
data/dictionary/stopwords.txt.bin
data/dictionary/synonym/CoreSynonym.txt
data/dictionary/tc/s2t.txt
data/dictionary/tc/t2hk.txt
data/dictionary/tc/t2s.txt
data/dictionary/tc/t2tw.txt

Pom

hanlp-1.3.1.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>com.hankcs</groupId>
    <artifactId>hanlp</artifactId>
    <version>portable-1.3.1</version>

    <name>HanLP</name>
    <url>https://github.com/hankcs/HanLP</url>
    <description>
        ????????
    </description>
    <organization>
        <name>????</name>
        <url>http://www.hankcs.com/</url>
    </organization>
    <licenses>
        <license>
            <name>Apache License Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
        </license>
    </licenses>
    <inceptionYear>2014</inceptionYear>
    <developers>
        <developer>
            <name>hankcs</name>
            <email>me@hankcs.com</email>
            <url>http://www.hankcs.com</url>
        </developer>
    </developers>
    <scm>
        <connection>scm:git@github.com:hankcs/HanLP.git</connection>
        <developerConnection>scm:git@github.com:hankcs/HanLP.git</developerConnection>
        <url>git@github.com:hankcs/HanLP.git</url>
    </scm>

    <build>
        <plugins>
            <!-- ??????, ??JDK?? -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>${maven-compiler-plugin.version}</version>
                <configuration>
                    <encoding>${project.build.sourceEncoding}</encoding>
                    <source>${java.version}</source>
                    <target>${java.version}</target>
                    <showDeprecation>true</showDeprecation>
                    <showWarnings>true</showWarnings>
                    <debug>true</debug>
                </configuration>
            </plugin>
            <!-- ????????????????????????????? -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>${maven-jar-plugin.version}</version>
                <configuration>
                    <excludes>
                        <exclude>**/*.properties</exclude>
                    </excludes>
                </configuration>
            </plugin>
            <!-- resource????, ????? -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-resources-plugin</artifactId>
                <version>${maven-resources-plugin.version}</version>
                <configuration>
                    <encoding>${project.build.sourceEncoding}</encoding>
                </configuration>
            </plugin>
            <!-- source????,?????? -->
            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <version>${maven-source-plugin.version}</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <!-- failsafe?????????-->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-failsafe-plugin</artifactId>
                <version>2.18.1</version>
                <configuration>
                    <skipTests>true</skipTests>
                </configuration>
            </plugin>
            <!-- Javadoc -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.9.1</version>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <!-- GPG -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>1.5</version>
                <executions>
                    <execution>
                        <phase>verify</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
    <distributionManagement>
        <snapshotRepository>
            <id>maven-repo</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        </snapshotRepository>
        <repository>
            <id>maven-repo</id>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
    </distributionManagement>
    <properties>
        <java.version>1.6</java.version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

        <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
        <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
        <maven-resources-plugin.version>2.7</maven-resources-plugin.version>
        <maven-source-plugin.version>2.4</maven-source-plugin.version>

        <junit.version>3.8.1</junit.version>
    </properties>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <!--???Java8?????javadoc??-->
    <profiles>
        <profile>
            <id>disable-java8-doclint</id>
            <activation>
                <jdk>[1.8,)</jdk>
            </activation>
            <properties>
                <additionalparam>-Xdoclint:none</additionalparam>
            </properties>
        </profile>
    </profiles>
</project>

POM Entry

<dependency>
   <groupId>com.hankcs</groupId>
   <artifactId>hanlp</artifactId>
   <version>1.3.1</version>
</dependency>

Download

If you think the following hanlp-1.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hanlp-1.3.1.jar file




PreviousNext

Related