进入自然语言处理的最佳途径

发布于 2024-11-04 18:14:23 字数 302 浏览 1 评论 0原文

目前我是一名 PHP 程序员,我想知道学习 NLP 的最佳方法,从理论到实践。语言没关系。

例如:

理论

  1. 首先学习基本语法
  2. 然后学习一阶逻辑、描述逻辑等。

技术

  1. 学习 PROLOG
  2. 了解 openCyc
  3. 对于 Web 应用程序,您可以使用 prolog 和 python库 pylog.

是否可以创建基于主题的教程?

Currently I'm a PHP programmer and I would like to know the best way to learn about NLP, from theory to practice. Doesn't matter the language.

For example:

Theory

  1. Firt learn the Basic grammar
  2. Then learn about first order logic, Description logic etc.

Technical

  1. Learn PROLOG
  2. Learn about openCyc
  3. For web applications you can use prolog and python with the library pylog.

Is it possible to create a topic based tutorial?

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

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

发布评论

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

评论(2

夜空下最亮的亮点 2024-11-11 18:14:23

得到一本好书。我推荐 Jurafsky 和 ​​Martin 的语音和语言处理。学习 Java 或更好的 Python 以及众多工具包中的一个或多个自然语言处理。

如果您需要 Prolog,请尝试 Prolog 和自然语言分析,但要认识到,面向逻辑的方法在过去二十年中几乎完全失宠,因为事实证明它太脆弱且太昂贵。统计方法和机器学习现在就是一切,逻辑和统计相结合的方法确实是前沿研究。

Get a good book. I recommend Speech and Language Processing by Jurafsky and Martin. Learn Java, or better, Python, and one or more of the many toolkits for NLP.

If you want Prolog, try Prolog and Natural Language Analysis, but do realize that the logic-oriented approach has almost entirely gone out of favor in the last two decades because it proved too brittle and too expensive. Statistical methods and machine learning are everything now, and approaches that combine logic and statistics are really cutting-edge research.

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