登录
首页 » Java » HanLP-master

HanLP-master

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

  • PC2MDB_JAVA
    The MDB interface brings the information technology and vending machine technology together. At the vending machine interface connector are four serial ports to connect any combination of vending machine controllers and MDB peripherals. It offers a MDB master port, MDB slave port and two serial RS-232 ports.
    2017-06-13 05:06:43下载
    积分:1
  • JAVAe-book
    MVC构架,JAVA电子留言簿,又喜欢的可以下载(MVC framework, JAVA E-book, but also like to download)
    2008-05-14 13:23:49下载
    积分: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
  • GB2312ToUnicode
    GBK 转 unicode 提供二分法查询(translate the gbk to the unicode,with the bianary search way)
    2009-12-31 13:17:44下载
    积分:1
  • tranditionized
    中文简繁转换 GreenBrowser/TheWorld2.0插件(Tranditional Chinese Script Conversion GreenBrowser/TheWorld2.0 Plug-in)
    2010-02-24 19:20:05下载
    积分:1
  • icajade
    ICA分解的优化算法——JADE法 - Dinga s Blog(ICA decomposition of the optimization algorithm- JADE Act- Dinga s Blog)
    2008-03-26 12:55:52下载
    积分:1
  • HanLP-master
    NamedEntityRecognition github
    2018-01-31 01:47:04下载
    积分:1
  • txtLine
    Vb 读取文本数据,每次一行一行显示,以及对文本字符串的分割。(read text data, each party and his party, and the text string segmentation.)
    2006-11-28 17:04:41下载
    积分:1
  • 4305685
    应用中文分词源码程序,结合易语言模块彗星HTTP应用模块.ec,实现中文分词的效果。(Application of Chinese Word source program, combined with easy language module Comet HTTP application modules .ec, realize the effect of the Chinese word .)
    2017-01-11 23:13:31下载
    积分:1
  • ictclas
    中科院的分词系统ictclas源码,自由开放的源码,很好(ictclas code)
    2009-11-21 11:05:05下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载