进入自然语言处理的最佳途径
目前我是一名 PHP 程序员,我想知道学习 NLP 的最佳方法,从理论到实践。语言没关系。
例如:
理论
- 首先学习基本语法
- 然后学习一阶逻辑、描述逻辑等。
技术
- 学习 PROLOG
- 了解 openCyc
- 对于 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
- Firt learn the Basic grammar
- Then learn about first order logic, Description logic etc.
Technical
- Learn PROLOG
- Learn about openCyc
- For web applications you can use prolog and python with the library pylog.
Is it possible to create a topic based tutorial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
得到一本好书。我推荐 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.
亲自动手。
Get your hands dirty.