1.0.1 • Published 9 years ago

natural-gutenberg v1.0.1

Weekly downloads
7
License
CC0
Repository
github
Last release
9 years ago

natural-gutenberg by @RichardLitt

Full texts from Project Gutenberg used in the NLTK Python example corpus

Installation

bash $ npm install natural-gutenberg

### Usage
```javascript
var naturalGutenberg = require('natural-gutenberg');

console.log(naturalGutenberg['austen-emma']);
// [Emma by Jane Austen 1816]
// 
// VOLUME I
// 
// CHAPTER I
//
//
// Emma Woodhouse, handsome, clever, and rich, with a comfortable home
// and happy disposition, seemed to unite some of the best blessings
// of existence; and had lived nearly twenty-one years in the world
// with very little to distress or vex her.
1.0.1

9 years ago

1.0.0

10 years ago