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

搜索资源列表

  1. 《JAVA程序设计最新教程》源代码

    0下载:
  2. 一个很实用的JAVA教程,是初学者的最佳教师,无论从循序渐进上还是逻辑思维上,都可以说完全按照一个学生的进程来进行的,本人就是借助这个教程对JAVA产生了兴趣,不过,一 句话,还是应该先看明白代码才去编程,这样才会比较有效-a very practical Java classes, beginners is the best teacher, whether gradual or on the logic, we can say that students in full accordance
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:151415
    • 提供者:谢振
  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. wenfa

    0下载:
  2. 已知课本(华中科技大学版,编译原理第二版,何炎祥主编)77页文法G27,知道其分析表P80,要求给一输入串,判断是否是文法的一个句子 程序如下(JAVA语言)-known books (Huazhong University of Science and Technology edition, the second edition of compiler theory, Yan - Xiang editor) 77 grammar G27, know their analysis Tabl
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:罗泊特
  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. LEDCLOCK

    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.awt
  3. 所属分类:Audio program

    • 发布日期:2017-04-07
    • 文件大小:1553
    • 提供者:hello009
  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. FS

    0下载:
  2. 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子对应的语法树。能对语法树生成过程进行模拟。-Designed a given LL (1) analysis table, type a sentence, can be from the basis of LL (1) analysis of the output table corresponds to the grammar and sentence tree. Syntax tree can simulate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:王志贤
  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. Sentence

    0下载:
  2. 用JAVA实现的Sentence类以及其驱动程序,简单,经典,适合初学者!-Sentence achieved using JAVA category, as well as its driver, simple, classic, suitable for beginners!
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:12470
    • 提供者:胡胜先
  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. IDFCal

    1下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:16245
    • 提供者:Shirley
  1. Java-programming

    0下载:
  2. 通过分析面对对象程序及其判分规则的特点,提出了一种基于反射机制、一class文件为评判对象、判分项为基本评判单元的Java编程题自动判分技术。-By analyzing the object-oriented program and its sub-sub rule, this paper proposes an approach based on reflection, a class file for the evaluation object, judge sentenced a brea
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:184871
    • 提供者:陈鹏
  1. Sentence_Clustering.java

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

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

    0下载:
  2. 根据除顿号意外的标点将评论预料进行分句处理(according to the punctuation to cut the comments into sentence)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:labixiaoxin_l
  1. 经典案例

    0下载:
  2. 可增强对se的深入理解和应用 学习不同的语句表达方式(t can enhance the deep understanding and application of Se and learn different sentence expressions)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2850816
    • 提供者:Baney
  1. Demo

    0下载:
  2. java常用语句,有复合语句,条件语句,switch多分支语句,循环语句,for循环语句几种语句的简单示例(Java commonly used sentence)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:8192
    • 提供者:oocandyleeoo
  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 3 »
搜珍网 www.dssz.com