natural-gutenberg

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i natural-gutenberg

Weekly Downloads

1

Version

1.0.1

License

CC0

Last publish

Collaborators

  • richardlitt