登录
首页 » Java » HanLP-master

HanLP-master

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

  • 器调度
    实验模拟选择优先数调度算法实现在单处理器下的处理器调度。(experiments simulate several priority scheduling algorithm on a single processor under the processor scheduling.)
    2004-12-21 20:46:40下载
    积分:1
  • raw
    10个中文分词数据集,用于训练中文分词模型(Ten Chinese Word Segmentation Datasets for Training Chinese Word Segmentation Model)
    2021-01-06 11:48:53下载
    积分: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
  • GB2312
    列出gbk2312中的每一个字符,并给出对应的编号(Listed gbk2312 in each character, and gives the corresponding number)
    2012-07-04 16:07:46下载
    积分:1
  • 共现矩阵
    说明:  将高维数据组转换为二维数据组,方便数据处理工作人员的数据分析,并包含自然语言处理(The multi-dimensional co-occurrence matrix is transformed into two-dimensional array form, and the high-dimensional data group is transformed into two-dimensional data group, which is convenient for data processing staff to analyze data, and includes natural language processing)
    2020-07-02 16:56:12下载
    积分:1
  • LS-SVMlab1.5aw
    一种基于matlab的支持向量机小例子,用于预测,LS(A matlab-based support vector machine small example for the prediction, LS)
    2009-03-13 09:49:36下载
    积分:1
  • usart
    this is some code fjhg ldfh ldfgh ldfkjhg dlkjfhg dlkf gdlkf g
    2017-05-25 05:34:16下载
    积分:1
  • raw
    说明:  10个中文分词数据集,用于训练中文分词模型(Ten Chinese Word Segmentation Datasets for Training Chinese Word Segmentation Model)
    2021-01-06 11:48:53下载
    积分:1
  • bped.cpp
    bped source code inc plus
    2010-02-08 21:05:48下载
    积分:1
  • 201411149222244
    随便下载一篇中文的文本文档,通过这个程序可以将文档进行分词处理,还能够统计词语出现的次数(To download a Chinese text documents, through this program can be word processing document, will also be able to statistics the number of occurrences of words and phrases)
    2015-10-23 10:53:54下载
    积分:1
  • 696518资源总数
  • 104287会员总数
  • 49今日下载