Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antiboredom/patent-generator

Transforms literary/philosophical texts into patent applications
https://github.com/antiboredom/patent-generator

Last synced: 13 days ago
JSON representation

Transforms literary/philosophical texts into patent applications

Awesome Lists containing this project

README

        

Patent Generator
================

Transforms literary/philosophical texts into patent applications.

Read the blog post here: http://lav.io/2014/05/transform-any-text-into-a-patent-application/

### Repository Contents
* "machine.py" generates patents
* "search.py" searches texts for parts of speech and hypernym combinations (among other things)
* "get_illustrations.py" scrapes Bing for patent illustrations
* "scraper.py" downloads the full text of patent applications based on keywords

### Dependencies
The script requires [pattern](https://github.com/clips/pattern). If you have pip installed, just run:
```
pip install pattern
```

### Using it
To run the patent generator:
```
python machine.py < text.txt
```