用 Java 实现的最佳模式匹配算法

发布于 2024-11-06 05:39:00 字数 220 浏览 2 评论 0原文

我是 Java 新手。我的问题是我必须选择整个文件的行(大小小于 70MB)来匹配我的模式(例如 )。目前我正在使用基本的字符串匹配算法,这需要时间,所以我想使用“Boyer-Moore 算法”。好用吗?我们还有其他更好的解决方案吗?如果是,请告诉我,代码也是 Java 语言。

I am new to Java . My problem is I have to select the rows of an entire file (Size less than 70MB) to match my pattern (e.g.<subject> <Predicate> <Object>). Currently I am using basic string matching algorithm bit it takes time so I want to use "Boyer-Moore algorithm". Is it good to use? Do we have some other better solution? If yes Please let me know and the code also in Java.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

叫思念不要吵 2024-11-13 05:39:00

Google 快速返回:

也许您只是尝试一下并查看结果。

A quick Google returned:

Maybe you simply give it a try and see the results.

灵芸 2024-11-13 05:39:00

很久以前我在这方面做了一些工作。我发现 Knuth-Morris-Pratt 算法比 Boyer-Moore 算法更快。

I did some work on this a long time ago.I found the Knuth-Morris-Pratt algorithm faster than Boyer-Moore.

汹涌人海 2024-11-13 05:39:00

JEval 是一个高级库,用于添加高性能、数学、
对 Java 应用程序进行布尔和函数表达式解析和评估

JEval is an advanced library for adding high-performance, mathematical,
Boolean and functional expression parsing and evaluation to your Java applications

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文