文本搜索和自然语言处理Outline - TODO

Motivation

Sometimes I fell like giving up, then I remember I have a lot of motherfuckers to prove wrong.

A preparation phase of gathering data for semantic web processing and analyzing.

Audience

myself, anyone who want to review indexes implementation usage, basic concepts of natural language processing for English.

Scope

  • Basic concepts of text processing, indexing and searching.
  • Basic usage of Lucene and related frameworks APIs.
  • Architecture of Solr applications.
  • Basic usage of Solor APIs.
  • Basic concepts of Natural Language Processing.
  • Basic usage of Python NLP Toolkit.

Progress

2015/07/23 init

Content

1 Lucene 基本概念

2 Lucene API: basic usage

3 Lucene相关框架API: basic usage

4 Solr应用架构

5 Solr API: basic usage

6 自然语言处理概念

Python NLP Toolkit: basic usage

References

[1]McCandless M., Hatcher E., Gospodnetic O.著.牛长流等译. Lucene实战(第二版)[M].北京:人民邮电出版社. 2011.
[2]Grainger T., Potter T.. Solr in Action[M].New York:Manning Publication. 2014.
[3]Bird S., Klein E., Loper O.著.陈涛等译. Python自然语言处理[M].北京:人民邮电出版社. 2014.
other materails

你可能感兴趣的:(自然语言处理)