登录
首页 » Java » HanLP-master

HanLP-master

于 2018-01-31 发布 文件大小:21914KB
0 325
下载积分: 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 个回复

  • HanLP-master
    NamedEntityRecognition github
    2018-01-31 01:47:04下载
    积分:1
  • m_seq
    此函数用来生成最大长度线性移位寄存器序列(m序列)(This function used to generate the maximum length linear shift register sequence (m sequence))
    2008-05-05 19:37:59下载
    积分:1
  • 1234568
    中文信息逆向分词程序 是用api实现的(Chinese Information reverse segmentation process is achieved by api)
    2008-12-20 22:47:31下载
    积分: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
  • pipe
    这可是全球著名IT公司ILog的APS高级排产优化引擎,就连SAP、Oracle等ERP中的物料需求计划与生产计划算法都来源于ILog。我研究了好久,中间的性线求解算法可真谓难呀。(This is the world s leading IT companies ILog the APS Senior Scheduling optimization engine, and even SAP, Oracle and other ERP s MRP and production planning algorithm are derived from the ILog. I have studied for a long time, Central and line algorithm that can be really difficult for me.)
    2008-04-27 23:08:23下载
    积分:1
  • JAVAe-book
    MVC构架,JAVA电子留言簿,又喜欢的可以下载(MVC framework, JAVA E-book, but also like to download)
    2008-05-14 13:23:49下载
    积分:1
  • 12
    说明:  全新图片防盗链全能后台版 for PW5.X 正式版(GBK、BIG5、UTF8一起发) 说明: 1、所有参数均可后台设置,没有任何功能限制。 2、支持完全防盗链和当天有效两种模式,禁止盗链时显示设定的图片。 3、允许自定义允许链接的域名,自定义防盗链图片地址。(The new version of the background image anti-hotlinking Almighty for PW5.X official version (GBK, BIG5, UTF8 hair together): 1, all parameters can be set back, without any functional limitations. 2, supports full security chain and effective the same day in two modes, the display setting of the pictures is prohibited hotlinking. 3, allows custom links allows domain name, custom anti-hotlinking image address. )
    2016-06-29 21:59:33下载
    积分:1
  • 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
  • raw
    说明:  10个中文分词数据集,用于训练中文分词模型(Ten Chinese Word Segmentation Datasets for Training Chinese Word Segmentation Model)
    2021-01-06 11:48:53下载
    积分:1
  • luyfSearch2.0.tar
    一个中文分词开发包,可以用到搜索引擎的开发当中,比较好用。(A Chinese word segmentation development kit, you can use search engine in development and are relatively easy to use.)
    2009-11-05 10:09:53下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载