mirror of https://github.com/scrapy/scrapy.git
improved docstring
This commit is contained in:
parent
31843316bc
commit
c87a29eb9e
|
|
@ -2,9 +2,15 @@
|
|||
This contrib implements an automatic extraction library based on an Instance
|
||||
Based Learning (IBL) algorithm, as described in the following papers:
|
||||
|
||||
A hierarchical approach to wrapper induction
|
||||
A hierarchical approach to wrapper induction
|
||||
http://portal.acm.org/citation.cfm?id=301191
|
||||
|
||||
Extracting web data using instance based learning
|
||||
Extracting web data using instance based learning
|
||||
http://portal.acm.org/citation.cfm?id=1265174
|
||||
|
||||
This code has some additional dependencies too:
|
||||
|
||||
* numpy
|
||||
* nltk
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue