登录
首页 » Java » HanLP-master

HanLP-master

于 2018-01-31 发布 文件大小:21914KB
0 186
下载积分: 1 下载次数: 1

代码说明:

  NamedEntityRecognition github

文件列表:

HanLP-master, 0 , 2017-12-31
HanLP-master\.editorconfig, 92 , 2017-12-31
HanLP-master\.github, 0 , 2017-12-31
HanLP-master\.github\CONTRIBUTING.md, 4781 , 2017-12-31
HanLP-master\.github\ISSUE_TEMPLATE.md, 1874 , 2017-12-31
HanLP-master\.github\PULL_REQUEST_TEMPLATE.md, 541 , 2017-12-31
HanLP-master\.gitignore, 596 , 2017-12-31
HanLP-master\LICENSE, 11336 , 2017-12-31
HanLP-master\README.md, 37911 , 2017-12-31
HanLP-master\data, 0 , 2017-12-31
HanLP-master\data\dictionary, 0 , 2017-12-31
HanLP-master\data\dictionary\CoreNatureDictionary.mini.txt, 1134842 , 2017-12-31
HanLP-master\data\dictionary\CoreNatureDictionary.ngram.mini.txt, 6083120 , 2017-12-31
HanLP-master\data\dictionary\CoreNatureDictionary.ngram.txt, 45691341 , 2017-12-31
HanLP-master\data\dictionary\CoreNatureDictionary.tr.txt, 35398 , 2017-12-31
HanLP-master\data\dictionary\CoreNatureDictionary.txt, 2162559 , 2017-12-31
HanLP-master\data\dictionary\custom, 0 , 2017-12-31
HanLP-master\data\dictionary\custom\CustomDictionary.txt, 43289 , 2017-12-31
HanLP-master\data\dictionary\custom\上海地名.txt, 297405 , 2017-12-31
HanLP-master\data\dictionary\custom\人名词典.txt, 778525 , 2017-12-31
HanLP-master\data\dictionary\custom\全国地名大全.txt, 1174074 , 2017-12-31
HanLP-master\data\dictionary\custom\机构名词典.txt, 907824 , 2017-12-31
HanLP-master\data\dictionary\custom\现代汉语补充词库.txt, 3370722 , 2017-12-31
HanLP-master\data\dictionary\organization, 0 , 2017-12-31
HanLP-master\data\dictionary\organization\nt.tr.txt, 888 , 2017-12-31
HanLP-master\data\dictionary\organization\nt.txt, 262312 , 2017-12-31
HanLP-master\data\dictionary\other, 0 , 2017-12-31
HanLP-master\data\dictionary\other\CharTable.txt, 38602 , 2017-12-31
HanLP-master\data\dictionary\person, 0 , 2017-12-31
HanLP-master\data\dictionary\person\nr.tr.txt, 664 , 2017-12-31
HanLP-master\data\dictionary\person\nr.txt, 300199 , 2017-12-31
HanLP-master\data\dictionary\person\nrf.txt, 161158 , 2017-12-31
HanLP-master\data\dictionary\person\nrj.txt, 329864 , 2017-12-31
HanLP-master\data\dictionary\pinyin, 0 , 2017-12-31
HanLP-master\data\dictionary\pinyin\SYTDictionary.txt, 18102 , 2017-12-31
HanLP-master\data\dictionary\pinyin\pinyin.txt, 463095 , 2017-12-31
HanLP-master\data\dictionary\place, 0 , 2017-12-31
HanLP-master\data\dictionary\place\ns.tr.txt, 381 , 2017-12-31
HanLP-master\data\dictionary\place\ns.txt, 251744 , 2017-12-31
HanLP-master\data\dictionary\stopwords.txt, 7386 , 2017-12-31
HanLP-master\data\dictionary\synonym, 0 , 2017-12-31
HanLP-master\data\dictionary\synonym\CoreSynonym.txt, 892620 , 2017-12-31
HanLP-master\data\dictionary\tc, 0 , 2017-12-31
HanLP-master\data\dictionary\tc\s2t.txt, 1034602 , 2017-12-31
HanLP-master\data\dictionary\tc\t2hk.txt, 822 , 2017-12-31
HanLP-master\data\dictionary\tc\t2s.txt, 133299 , 2017-12-31
HanLP-master\data\dictionary\tc\t2tw.txt, 9739 , 2017-12-31
HanLP-master\data\model, 0 , 2017-12-31
HanLP-master\data\model\README.txt, 485 , 2017-12-31
HanLP-master\pom.xml, 4702 , 2017-12-31
HanLP-master\src, 0 , 2017-12-31
HanLP-master\src\main, 0 , 2017-12-31
HanLP-master\src\main\java, 0 , 2017-12-31
HanLP-master\src\main\java\com, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\HanLP.java, 25990 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ArrayCompare.java, 1175 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ArrayDistance.java, 1912 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\Dijkstra.java, 2076 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\EditDistance.java, 7179 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\LongestCommonSubsequence.java, 2280 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\LongestCommonSubstring.java, 3095 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\MaxHeap.java, 2330 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\VectorDistance.java, 2278 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\Viterbi.java, 9924 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\interval, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\interval\Interval.java, 1909 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\interval\IntervalNode.java, 5941 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\interval\IntervalTree.java, 1805 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\interval\Intervalable.java, 348 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\interval\IntervalableComparatorByPosition.java, 378 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\interval\IntervalableComparatorBySize.java, 571 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie\Emit.java, 909 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie\FragmentToken.java, 331 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie\MatchToken.java, 421 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie\State.java, 4398 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie\Token.java, 510 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie\Trie.java, 9270 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\algorithm\ahocorasick\trie\TrieConfig.java, 606 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\classifiers, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\classifiers\AbstractClassifier.java, 4390 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\classifiers\IClassifier.java, 4933 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\classifiers\NaiveBayesClassifier.java, 7415 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\collections, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\collections\FrequencyMap.java, 854 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus, 0 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\AbstractDataSet.java, 5366 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\BagOfWordsDocument.java, 1157 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\Catalog.java, 1886 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\Document.java, 3337 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\FileDataSet.java, 4864 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\IDataSet.java, 4173 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\ITermFrequencyHolder.java, 608 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\Lexicon.java, 1938 , 2017-12-31
HanLP-master\src\main\java\com\hankcs\hanlp\classification\corpus\MemoryDataSet.java, 2257 , 2017-12-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CIPP_JSsetup
    可以实现自动分词功能,支持自动标引,是处理中文自然语言的良好工具(Can achieve automatic word segmentation function, support for automatic indexing is a good tool to deal with Chinese natural language)
    2020-09-24 19:27:48下载
    积分:1
  • Reader
    在中文分词之前,要对文档进行读取,本代码是实现了从磁盘读取的任务。(In the Chinese word prior to reading the document, the code is read from the disk to achieve the task.)
    2013-09-10 11:09:28下载
    积分:1
  • ViewPage
    联系人拖动后动态显示滑动到的拼音的首字母(Dynamic display after the first letter of the sliding contact to drag Pinyin)
    2014-01-11 18:14:24下载
    积分:1
  • ACWPS
    词是最小的能够独立活动的有意义的语言成分。 但汉语是以字为基本的书写单位,词语之间没有明显的区分标记,因此,中文词语分析是中文信息处理的基础与关键。(The word is the smallest independent activities meaningful language component. But Chinese is the word as the basic unit of writing, there is no obvious mark of distinction between the words, so Chinese word analysis is the foundation of Chinese information processing and critical.)
    2013-04-03 10:22:22下载
    积分:1
  • Chinese-WordCut
    这是一个中文分词程序,读入一个Txt文档,可以对里面的段落进行分词(This is a Chinese word segmentation program that reads a Txt document segmentation paragraphs inside)
    2012-11-18 17:44:16下载
    积分:1
  • usart
    this is some code fjhg ldfh ldfgh ldfkjhg dlkjfhg dlkf gdlkf g
    2017-05-25 05:34:16下载
    积分:1
  • tranditionized
    中文简繁转换 GreenBrowser/TheWorld2.0插件(Tranditional Chinese Script Conversion GreenBrowser/TheWorld2.0 Plug-in)
    2010-02-24 19:20:05下载
    积分:1
  • bp
    说明:  针对样本决策库数据量大的问题选用基于粗糙集对提取的样本数据进行离散化(Sample library data for decision-making problem of large sample selection based on rough sets were discrete data extraction)
    2015-07-04 20:49:43下载
    积分:1
  • rub
    ruby script for internal DSL requirement..
    2009-06-25 02:24:57下载
    积分:1
  • ppp
    说明:  各种去电离层相位污染算法的比较,文章提到了各种不同的算法以及不同算法的性能比较包括PWVD 最大熵法,相位分段多项式法等(Comparison and anyalysis of ionospheric phase decontamination methods for backscattered signals)
    2009-08-14 12:51:39下载
    积分:1
  • 696524资源总数
  • 103838会员总数
  • 43今日下载