CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - Sentence java

搜索资源列表

  1. tonicsource

    0下载:
  2. 用于java swing的皮肤软件,非常方便使用,只要一句话修改 UIManager.setLookAndFeel() 可以给自己的界面换上不同的界面。-java swing for the skin software, a very user-friendly, UIManager.setLookAndFeel sentence as long as amended () to his profession changed the face different interface.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:268313
    • 提供者:红红
  1. JoSQL-src-stable-1.5.tar

    0下载:
  2. JoSQL 1.5的源代码。JoSQL(SQL for Java Objects)为Java开发者提供运用SQL语句来操作Java对象集的能力.利用JoSQL可以像操作数据库中的数据一样对任何Java对象集进行查询,排序,分组。比如要查找所有的Html文件:SELECT * FROM java.io.File Where name $Like \"%html\" -JoSQL 1.5 source code. JoSQL (SQL for Java Objects) to provide J
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:371923
    • 提供者:vkuang
  1. LanguageProcessing

    1下载:
  2. 用java从一个默认词典中提取关键字并且对于输入的句子根据关键字断句-Java from the dictionary with a default to extract keywords and keywords for the input sentence according to punctuate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:5056
    • 提供者:
  1. CDict

    0下载:
  2. 实现一个用java编写的电子词典,具有查词提示和句子翻译功能-a dictionary developed by java, which has the fuction of sentence translation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2224047
    • 提供者:东东枪
  1. lingpipe-3.6.0

    3下载:
  2. 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(Character
  3. 所属分类:Java Develop

    • 发布日期:2014-12-05
    • 文件大小:4669384
    • 提供者:张国栋
  1. SENTENCE

    0下载:
  2. Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, java.lang, java.util Feature(s): text, image, animation, mouse -Applet Name: Sentence Applet Source: Sentence.java Import (s): java.applet, java.aw
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3458
    • 提供者:hello009
  1. e8_1

    0下载:
  2. JAVA 统计输入的一句话中的单词数的小程序-JAVA statistics enter the word in a sentence of a small number of procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2558
    • 提供者:tt
  1. Bracket

    0下载:
  2. Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error. Input: ()[]<>(**) (*)
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:1371
    • 提供者:Joao
  1. UserData.java

    0下载:
  2. Basic java program to understand the string class. It prints out a sentence as entered by the user. It is a basic program.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:918
    • 提供者:stallio
  1. AIWordSplit

    0下载:
  2. 直接运行compile.bat和run.bat即可 使用了3种分词方法: 1.正向最大匹配(ForwardMatch.java) 2.逆向最大匹配(ForwardMatch.java) 3.最大频率匹配(FrequencyMatch.java)(默认) 取频率最高的词,然后两端递归,构建二杈树存储句子中的词语,显示的时候使用中序遍历二杈树 由于极有可能单个字的使用频率比整个词还高,筛选的时候进行了处理 若单个字不处于当前句子开头,先忽略,
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:1252911
    • 提供者:吴浩
  1. palindrome

    0下载:
  2. 判断输入的字符串(单词或者一个句子)是否是回文的。(不计标点和大小写以及空格)-Determine the input string (word or a sentence) it is a palindrome of. (Excluding punctuation and capitalization and spaces)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3238
    • 提供者:suchao
  1. ParagraphInfo

    0下载:
  2. 个人原创代码(已更正):编写Java Application程序,接受用户输入一段英文文字后,输出其中的字符数、单词数和句子数(设句子以“?”、“!”、“.”结束)。-The individual original code (corrected): write Java Application program to accept the user to enter a period of English text, the output of which the number of chara
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1009
    • 提供者:李瑞
  1. Segment

    0下载:
  2. java实现的分词操作,可用于将一句话按照汉语习惯分成对应词-java achieve segmentation operation, can be divided into the corresponding word sentence in accordance with the Chinese habit
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:1024
    • 提供者:John
  1. SplitDocument

    0下载:
  2. java 拆分一个文档为句子或段落,去掉了停用词,基于lucene-java split a document to a sentence or paragraph, remove stop words, based on lucene
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:544
    • 提供者:Kongleilei
  1. code

    0下载:
  2. Java code to count the number of appearances of a letter in a sentence.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:14471
    • 提供者:Benard
  1. UserInput

    0下载:
  2. A java program to count the number of appearances of a letter in a sentence.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者:Benard
  1. UserInput

    0下载:
  2. A java program to count the number of appearances of a letter in a sentence.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:602
    • 提供者:Benard
  1. Sentence_Clustering.java

    0下载:
  2. sentence clustering based on similarity value
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2888
    • 提供者:amol
  1. 单词词频

    0下载:
  2. 初学者课程设计,能够统计一个句子的词频。(A beginner's course design can count the word frequency of a sentence.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:nnnccc
  1. java大作业_20190616

    1下载:
  2. 1、单词统计。键盘输入一段英文语句,将这段话写入文件file.txt中,然后输出这段话,并且统计语句中英文单词的数目(采用Vector类)以及各单词出现的次数(采用Hashtable类)2、查找替换文本文件的内容。(1)键盘输入文件路径及文件名(2)键盘输入待查找的文本信息和替换的文件(1. Word statistics. Keyboard input a sentence in English, write this sentence into file. txt, and then out
  3. 所属分类:Java编程

    • 发布日期:2020-05-11
    • 文件大小:1024
    • 提供者:老尺子
« 12 »
搜珍网 www.dssz.com