登录
首页 » Java » HanLP-master

HanLP-master

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

  • ICTCLASCaller
    说明:  ICTCLAS的JNI调用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 请不要改变包名、类名以及native的方法名,否则调用将失效。 * 由于ICTCLAS本身存在很多鲁棒性问题,调用segSentence时,string参数请保证不要过长或带有乱码。调用次数过多(如处理几十G的数据)会有可能造成内存溢出。 * 故基本只能用于较小规模数据(相对几十G来说)。 * 请运行时设置jvm足够的堆栈空间。(ICTCLAS calling the JNI interface documentation : Title : Caller* ICTCLAS)
    2006-03-03 18:46:02下载
    积分:1
  • hanziinput
    实现按照拼音输入汉字; 功能详尽,有使用例程; (Realized in accordance with the Pinyin input Chinese characters Features detailed, there is the use of routine )
    2014-09-15 16:04:59下载
    积分:1
  • ViewPage
    联系人拖动后动态显示滑动到的拼音的首字母(Dynamic display after the first letter of the sliding contact to drag Pinyin)
    2014-01-11 18:14:24下载
    积分: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
  • 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
  • GB2312ToUnicode
    GBK 转 unicode 提供二分法查询(translate the gbk to the unicode,with the bianary search way)
    2009-12-31 13:17:44下载
    积分:1
  • 1234568
    中文信息逆向分词程序 是用api实现的(Chinese Information reverse segmentation process is achieved by api)
    2008-12-20 22:47:31下载
    积分: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
  • 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
  • usart
    this is some code fjhg ldfh ldfgh ldfkjhg dlkjfhg dlkf gdlkf g
    2017-05-25 05:34:16下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载