| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The following collection of scripts performs pre- and post-processing on patent data as part of the patent inventor disambiguation process. Raw patent data is obtained from Google Bulk Patent Download.
For a high-level overview of the patentprocessor toolchain, please see our technical report.
For a description of configuration of the patentprocessor toolchain, please see this technical report.
To follow development, subscribe to RSS feed.
There are several steps in the patentprocessor toolchain:
For the preliminary disambiguations, you need the location database. File requires 7zip to unpack.
The python-based preprocessor is tested on Ubuntu 12.04 and MacOSX 10.6. Any flavor of Unix with the following installed should work, though it is possible to get the toolchain running on Windows.
If you have pip installed, you can simplify the installation process by just running sudo pip install -r requirements.txt from within the patentprocessor directory.
Please file an issue if you find another dependency.
sudo apt-get update sudo apt-get install python-dev sudo apt-get install python-setuptools sudo easy_install -U distribute sudo apt-get install -y python-Levenshtein make libmysqlclient-dev python-mysqldb python-pip python-zmq python-numpy gfortran libopenblas-dev liblapack-dev g++ sqlite3 libsqlite3-dev python-sqlite redis-server sudo pip install -r requirements.txt
| Back | FazBrowse Home | New Git URL |