登录
首页 » Java » KeywordSpotting

KeywordSpotting

于 2021-04-27 发布 文件大小:3228KB
0 191
下载积分: 1 下载次数: 241

代码说明:

  多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:。 程序将识别出的关键词用方括号括上,输出到output.txt中(AC multi-string matching algorithm/multi-string match/multi-string test/multi-string identification/Aho-Corasick automata/ahocorasick automata/AC automaton./Java implementation This program is highly efficient, can handle large Unicode character text (including text and key words to detect the text) is a match program, so the program is to be detected input.txt input text, keywords. txt for the Keyword text, folders test1, test2, test3 were three groups set their own input and keywords, can add their own arbitrary deletion, run the program before the first set of copies to D: . Program will identify the key words in square brackets, and output to output.txt in)

文件列表:

code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1
    说明:  javaweb 新闻管理系统 新闻管理系统 新闻管理系统 新闻管理系统(javaweb news manager system)
    2017-01-11 16:35:42下载
    积分:1
  • Process
    java进程调度(优先级)进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。如果运行一个时间片后,进程的已占用 CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的 PCB,以便进行检查。  (Java process scheduling)
    2018-11-29 23:13:42下载
    积分:1
  • Server-Component-1
    关于远程调用对象以及EJB的三种类型session bean的运用的实例,十分贴切教材。代码详细正确,运用eclipse luna和jboss6.4.0-eap(Three types of remote invocation object and the EJB session bean using instance, quite proper teaching materials.Detailed correct code, using the eclipse luna and jboss6.4.0- eap)
    2015-03-25 16:16:38下载
    积分:1
  • fsplash
    Social Networking Website (Fsplash) using jsp and Java Servlets.
    2015-02-26 12:19:36下载
    积分:1
  • JSP+SQL超市进销存管理系统
    超市管理系统,可以进行买卖货物,以及库存的统计(Supermarket management system, you can buy and sell goods, as well as inventory statistics)
    2017-06-29 15:03:40下载
    积分:1
  • javaException
    说明:  JAVA中一些常见的异常和发生此异常的原因解释(JAVA some common anomaly interpretation)
    2009-09-01 18:03:32下载
    积分:1
  • springmvc-1
    这是springmvc基础学习资料,也是我开始用的东西,非常实用,能够运行的起来(springmvc 学习资料,基本上个可以满足初学者的需求)
    2015-04-13 10:15:32下载
    积分:1
  • A
    说明:  基于Java Web的后台管理系统, 数据库和源代码都有,是个学习的好资料,强烈推荐! (Java Web-based back-office management systems, databases and source code, is a good learning materials, highly recommended!)
    2014-06-09 21:31:58下载
    积分:1
  • OneToOne
    说明:  一个EJB3.0的onetoone映射的例子,基于eclipse平台编写(Onetoone a mapping of EJB3.0 example, based on the eclipse platform for the preparation of)
    2008-12-06 18:38:05下载
    积分:1
  • Cluster-Building
    Clustering Large Probabilistic Graphs
    2014-02-05 16:36:20下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载