https://github.com/kelu124/ultrasound-patents
Where patents on ultrasound first technos are mined.
https://github.com/kelu124/ultrasound-patents
patents ultrasound
Last synced: 8 months ago
JSON representation
Where patents on ultrasound first technos are mined.
- Host: GitHub
- URL: https://github.com/kelu124/ultrasound-patents
- Owner: kelu124
- License: other
- Created: 2016-03-26T08:51:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T17:48:31.000Z (over 4 years ago)
- Last Synced: 2025-01-16T16:59:06.555Z (9 months ago)
- Topics: patents, ultrasound
- Language: Jupyter Notebook
- Homepage:
- Size: 125 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Use
## Content
* [NLTK-Patents.ipynb](/NLTK-Patents.ipynb): to parse the patents with NLTK.
* [2020: Pandas!](/20180318-Pandas.ipynb): getting the database and parsing it into a df. [Compressed](/AllPatentsStructure.csv.gz).## Parsing the different patents
Using:
python us_patents.py
In yellow, the scraped patents, in white, the connected patents, but not scrapped yet. _It's interesting to note that the central patent is common to the three scrapped patents, but was not identified as being relevant for the moment._

## Features
* Getting patents and caching them in a .cache folder
* Save a DB of patents, including backward and forward patents
* Save images of patents## Plotting graphs


# Changelog
* 2018-05-06: [playing with NLTK](NLTK-Patents.ipynb)
* 2018-04-29: adding [plotting graphs](CreateMD.ipynb)
* 2018-03-18: [get and save patents](20180318-Patents.ipynb)