• <i id='zuETD'><tr id='zuETD'><dt id='zuETD'><q id='zuETD'><span id='zuETD'><b id='zuETD'><form id='zuETD'><ins id='zuETD'></ins><ul id='zuETD'></ul><sub id='zuETD'></sub></form><legend id='zuETD'></legend><bdo id='zuETD'><pre id='zuETD'><center id='zuETD'></center></pre></bdo></b><th id='zuETD'></th></span></q></dt></tr></i><div id='zuETD'><tfoot id='zuETD'></tfoot><dl id='zuETD'><fieldset id='zuETD'></fieldset></dl></div>
    <legend id='zuETD'><style id='zuETD'><dir id='zuETD'><q id='zuETD'></q></dir></style></legend>

      <small id='zuETD'></small><noframes id='zuETD'>

      • <bdo id='zuETD'></bdo><ul id='zuETD'></ul>
      1. <tfoot id='zuETD'></tfoot>

        使用 PHP 的 NLP 编程工具?

        NLP programming tools using PHP?(使用 PHP 的 NLP 编程工具?)
          <bdo id='eK12X'></bdo><ul id='eK12X'></ul>

              <tbody id='eK12X'></tbody>
          1. <i id='eK12X'><tr id='eK12X'><dt id='eK12X'><q id='eK12X'><span id='eK12X'><b id='eK12X'><form id='eK12X'><ins id='eK12X'></ins><ul id='eK12X'></ul><sub id='eK12X'></sub></form><legend id='eK12X'></legend><bdo id='eK12X'><pre id='eK12X'><center id='eK12X'></center></pre></bdo></b><th id='eK12X'></th></span></q></dt></tr></i><div id='eK12X'><tfoot id='eK12X'></tfoot><dl id='eK12X'><fieldset id='eK12X'></fieldset></dl></div>
            • <legend id='eK12X'><style id='eK12X'><dir id='eK12X'><q id='eK12X'></q></dir></style></legend>

                <small id='eK12X'></small><noframes id='eK12X'>

                <tfoot id='eK12X'></tfoot>

                  本文介绍了使用 PHP 的 NLP 编程工具?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  自从大型 Web 应用程序问世以来,搜索数据(并以闪电般的速度和准确度进行)一直是 Web 应用程序中最重要的问题之一.有一段时间,我一直在使用 Lucene.NET,它是 Lucene 项目.

                  Since big web applications came into existence, searching for data (and doing it lightning fast and accurate) has been one of the most important problems in web applications. For a while, I've worked using Lucene.NET, which is a C# port of the Lucene project.

                  我还通过 Zend Framework 的 Lucene API 使用 PHP,这让我我的问题.大多数时候,为了提供良好的索引,我们需要执行一些 NLP 工具,例如 tokenizinglemmatizing 等等,问题是:

                  I also work using PHP using Zend Framework's Lucene API, which brings me to my question. Most times for providing good indexing we need to perform some NLP tools like tokenizing, lemmatizing, and many more, the question is:

                  你知道任何使用 PHP 的优秀 NLP 编程框架/工具集吗?

                  Do you know of any good NLP programming framework/toolset using PHP?

                  PS:我非常了解用于 Lucene 的 Zend API,但是正确索引数据不仅仅是在 Lucene 中存储和依赖,您需要执行一些额外的任务,例如上面的那些.

                  PS: I'm very aware of the Zend API for Lucene, but indexing data properly is not just storing and relying in Lucene, you need to perform some extra tasks, like those above.

                  推荐答案

                  我建议你看看 Solr,这是 Lucene 的最佳实践实现.Solr 使用基于 REST 的 API,它也有一个非常好的 PHP 客户端.这将允许您利用 Lucene 的强大功能,而无需执行任何低级编程即可获得所需的 NLP 功能.此外,您可能想要获取 Solr 的主干版本,因为 NLP 开发现在非常活跃,并且每天都在添加新功能.

                  I would suggest that you look at Solr, which is a best practice implementation of Lucene. Solr uses a REST based API that also has a very good PHP client. This will allow you to leverage the power of Lucene without needing to perform any of the low level programming to get the NLP power that you want. Also, you would probably want to grab the trunk version of Solr as the NLP development is very active right now and new capabilities are being added every day.

                  这篇关于使用 PHP 的 NLP 编程工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                      <tbody id='rRUbs'></tbody>
                      <i id='rRUbs'><tr id='rRUbs'><dt id='rRUbs'><q id='rRUbs'><span id='rRUbs'><b id='rRUbs'><form id='rRUbs'><ins id='rRUbs'></ins><ul id='rRUbs'></ul><sub id='rRUbs'></sub></form><legend id='rRUbs'></legend><bdo id='rRUbs'><pre id='rRUbs'><center id='rRUbs'></center></pre></bdo></b><th id='rRUbs'></th></span></q></dt></tr></i><div id='rRUbs'><tfoot id='rRUbs'></tfoot><dl id='rRUbs'><fieldset id='rRUbs'></fieldset></dl></div>
                        <tfoot id='rRUbs'></tfoot>

                            <bdo id='rRUbs'></bdo><ul id='rRUbs'></ul>

                            <small id='rRUbs'></small><noframes id='rRUbs'>

                            <legend id='rRUbs'><style id='rRUbs'><dir id='rRUbs'><q id='rRUbs'></q></dir></style></legend>