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. ictclas4j

    0下载:
  2. ictclas java实现 很不错的 包含全部所需的文件包 能对句子进行详细的词法分析.-ictclas java achieve very good contain all the necessary documents to the sentence package detailed Lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3646226
    • 提供者:wanglch
  1. akerblad.tar

    0下载:
  2. A Java port of LDC s Champollion sentence aligner (http://champollion.sourceforge.net). Intended audience is Natural Language researchers wishing to sentence-align parallel text. In the future, Akerblad will extend Champollion with such features as r
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:235197
    • 提供者:何为
  1. town-1[1].0.4

    0下载:
  2. Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行和管理select/insert/update/delete SQL语句,而不用真正写一行SQL。Town也可以使用任何JDBC连接字符串和内部连接池。-Town is 100% pure Java API, it is located JDBC API the crown. This API goal is the simplific
  3. 所属分类:Database system

    • 发布日期:2017-11-21
    • 文件大小:140443
    • 提供者:王文
  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. 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. 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. 11

    0下载:
  2. until 语句的LR翻译程序设计 是用JAVA语言编写的 能实现词法分析和语法分析的功能 并且输出四元式-LR sentence until the translation of the program design JAVA is the language used to achieve lexical analysis and syntax analysis of the function and output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:4777
    • 提供者:萧天
  1. JTextPro-1.0.tar

    0下载:
  2. JTextPro: A Java-based Text Processing tool that includes sentence boundary detection (using maximum entropy classifier), word tokenization (following Penn conventions), part-of-speech tagging (using CRFTagger), and phrase chunking (using CRFChunker
  3. 所属分类:Search Engine

    • 发布日期:2017-06-13
    • 文件大小:21430591
    • 提供者:lgp
  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. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5713
    • 提供者:冯景航
  1. LL(1)

    0下载:
  2. LL1文法分析器,可进行句子分析等功能。运行环境:java。by风为衣裳-LL1 grammar parser, sentence analysis. Operating environment: java. by the wind for the clothes
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:27882
    • 提供者:WANG
  1. split_words

    0下载:
  2. 分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末-Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:540
    • 提供者:Jakeris
  1. Cal

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

    • 发布日期:2016-01-24
    • 文件大小:158720
    • 提供者:qhj
  1. cifa

    0下载:
  2. 词法分析程序,用JAVA语言开发,完整运行,界面良好,对句子完成完整的分析。-Lexical analysis procedures, using JAVA language development, complete run, a good interface, complete a full analysis of the sentence.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:184773
    • 提供者:yr
  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. learning-spark-master

    0下载:
  2. 将逻辑回归应用于二元分类的情况。这里以垃圾邮件分类为例,即是否为垃圾邮件两种情况。然后,根据词频把每个文件中的文本转换为特征向量,训练出一个可以把两类消息分开的逻辑回归模型,判断输入测试语句是否为垃圾邮件。(Spark MLlib (Java): Input: spam.txt; normal.txt; text sentence. Output:1.0(spam), 0.0(normal email))
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:112640
    • 提供者:
搜珍网 www.dssz.com