惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家
V
Visual Studio Blog
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
大猫的无限游戏
大猫的无限游戏
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
D
Docker
MyScale Blog
MyScale Blog
小众软件
小众软件
云风的 BLOG
云风的 BLOG
美团技术团队
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 【当耐特】

ebook | 酷 壳 - CoolShell

Python 和 PyGame 的一些示例 | 酷 壳 - CoolShell 一些有意思的文章和资源 | 酷 壳 - CoolShell 一些有意思的贴子和工具 | 酷 壳 - CoolShell (麻省理工免费课程)计算机科学和编程导论 | 酷 壳 - CoolShell 几篇技术文章 | 酷 壳 - CoolShell 两本电子书 | 酷 壳 - CoolShell 一些非常不错的资料 | 酷 壳 - CoolShell 一些非常有意思的杂项资源 | 酷 壳 - CoolShell 实用Android开发工具和资源精选 | 酷 壳 - CoolShell 免费电子书列表 | 酷 壳 - CoolShell (免费在线)新书推荐:搜索的用户界面 | 酷 壳 - CoolShell Linux/Unix 新手和专家教程 | 酷 壳 - CoolShell 电子书:编译器设计基础 | 酷 壳 - CoolShell 免费电子书:Ruby Complete | 酷 壳 - CoolShell
Python 自然语言处理 | 酷 壳 - CoolShell
mailper · 2009-07-15 · via ebook | 酷 壳 - CoolShell
Python 自然语言处理

Python 自然语言处理

评论 9 条评论 21,975 人阅读

推荐一本免费的在线电子书,《用Python进行自然语言处理》, 用NLP 工具包(开源免费,Python)来进行文本分析。特别适合初学计算语言学的学生。好像没有好的中文切词。当然,免不了需要提一下 Dan Jurafsky 教授,大家可以搜索一下,找找他的讲义。

简要翻译一下提纲:

(书的主站点:http://www.nltk.org/

  • 序言
  • 用Python进行语言处理
  • 使用文本语料库和辞典资源
  • 处理原始文本
  • 结构化变成
  • 词语的分类和标签
  • 学习文本分类
  • 从文本中信息抽取
  • 分析句法结构
  • 创建基于特征的语法
  • 分析句子的意思
  • 管理语言学数据
  • 后记:直面语言带来的挑战

Natural Language Processing with Python
— Analyzing Text with the Natural Language Toolkit

Steven Bird, Ewan Klein, and Edward Loper

0. Preface (extras)
1. Language Processing and Python (extras)
2. Accessing Text Corpora and Lexical Resources (extras)
3. Processing Raw Text
4. Writing Structured Programs (extras)
5. Categorizing and Tagging Words
6. Learning to Classify Text (extras)
7. Extracting Information from Text
8. Analyzing Sentence Structure (extras)
9. Building Feature Based Grammars
10. Analyzing the Meaning of Sentences (extras)
11. Managing Linguistic Data
12. Afterword: Facing the Language Challenge

相关文章

Loading...