Description: ...将该字符串变量与停用词表中的所有单词进行比较,若果该词在停用词表中出现过则不对其进行统计,否则在对该词进行词干抽取。
经过以上停用词、词干处理后得到的将是实际进行统计的“单词”(此时的“单词”实际上已经是所有具有相同词干的原是单词的统一代表)...
注:jar包中含有完整的java源程序代码,仅供学习参考之用,传播时请保持本软件包的完整性 ---ZHG工作室 2008.4 E-mail:wudazhg@163.com All Rights Reserved-... The string variable with the stop words in the table to compare all the words, if the term as used in the stop word table, there were no statistics of their, otherwise, in the words extracted stem. After more than stop words, stem after treatment will be the actual statistics of the word (At this point the word actually stems all have the same word used for the unification of representative) ... Note: jar package containing the complete java source code, only to learn reference, dissemination, please maintain the integrity of the package--- ZHG Studio 2008.4 E-mail: wudazhg@163.com All Rights Reserved Platform: |
Size: 71680 |
Author:zhg |
Hits:
Description: java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Central issues, the design of bank accounts and deposit-type operation, the string object-oriented technology and practice, design student achievement table, calculator, compare the use of threaded insert Bubble Sort Algorithm good or bad, the use of a variety of ways to read a text file. And, finally, in the java profile must understand the content. Platform: |
Size: 38912 |
Author:tangtang |
Hits:
Description: 编写一个Java应用程序,实现如下功能:
1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”;
2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同;
3)按字典顺序比较两个字符串”你”和”我”的大小关系;
4)将数字型字符串”100”和”123.678”转换为数字;
5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏幕上。
-Write a Java application, to achieve the following functions: 1) to determine whether the same two strings, s1 = " you are a student" , s2 = " how are you" 2) to determine the string " 22030219851022024" prefix, suffix whether and a string " 220,302" the same 3) according to the dictionary in order to compare two strings " you" and " me" the size of the relationship 4) the numeric string " 100" and " 123.678" conversion to digital 5 ) will be the string " FEDCBA" store to the array, calling for loop to read out an array of data displayed on the screen. Platform: |
Size: 1024 |
Author:Allan |
Hits:
Description: Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现……
-Instance of Java source code associated with the text strings, such as limited immutable string string, string comparison, substring extraction, modify the string buffer to determine palindrome strings, regular expressions, string matching, regular expression syntax, but also in a number of such as are used to compare two variables reference the same object, equals the content used to compare two strings are the same, ignoring case, to determine whether the start or end with a string, according to Compare two strings dictionary sort, delete the spaces in the string, to convert a string to lowercase or uppercase, etc. are reflected in the code ... ... Platform: |
Size: 19456 |
Author:鬼舞 |
Hits:
Description: 写一个Java应用程序,判断两个字符串是否相同,判断字符串的前缀、后缀是否和某个字符串相同,按字典顺序比较两个字符串的大小关系,检索字符串,创建字符串,将数字型字符串转换为数字,将字符串存放到数组中,用字符数组创建字符串-Write a Java application to determine whether two strings are the same judgment string prefix, suffix and a string compare two strings lexicographically size relationship, retrieve the strings to create a string, converted to a digital numeric string, the string stored in the array, create a string array of characters. . Platform: |
Size: 2048 |
Author:岳野 |
Hits: