搜索资源列表
IDFCal
- tf-idf程序,朋友写的,很好。对中文句子进行相似度计算,有计算句子权值、排序、两两句子之间的相似度计算。有语料,可以直接运行-tf-idf program, friends wrote, very good. Similarity calculation for Chinese sentences, the sentence weights are calculated, sort, twenty-two similarity between sub-calculation. A corpu
Cal
- 用java实现的推算刑期的计算器,输入一个日期,推算出拘留多少天,侦查多少天,审判多少天-Use Java implementation of the sentence calculator, enter a date, calculate how many days detention, investigation of days, how many days trial and so on.
cifa
- 词法分析程序,用JAVA语言开发,完整运行,界面良好,对句子完成完整的分析。-Lexical analysis procedures, using JAVA language development, complete run, a good interface, complete a full analysis of the sentence.
经典案例
- 可增强对se的深入理解和应用 学习不同的语句表达方式(t can enhance the deep understanding and application of Se and learn different sentence expressions)
Demo
- java常用语句,有复合语句,条件语句,switch多分支语句,循环语句,for循环语句几种语句的简单示例(Java commonly used sentence)
learning-spark-master
- 将逻辑回归应用于二元分类的情况。这里以垃圾邮件分类为例,即是否为垃圾邮件两种情况。然后,根据词频把每个文件中的文本转换为特征向量,训练出一个可以把两类消息分开的逻辑回归模型,判断输入测试语句是否为垃圾邮件。(Spark MLlib (Java): Input: spam.txt; normal.txt; text sentence. Output:1.0(spam), 0.0(normal email))