Giter VIP home page Giter VIP logo

patentprocessor's Introduction

Python scripts for processing USPTO inventor and patent data

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.

Patentprocessor Overview

There are several steps in the patentprocessor toolchain:

  1. Retrieve/locate parsing target
  2. Execute parsing phase
  3. Run preliminary disambiguations:
    • assignee disambiguation
    • location disambiguation
  4. Prepare input for inventor disambiguation
  5. Disambiguate inventors (external process)
  6. Ingest disambiguated inventors into database

For the preliminary disambiguations, you need the location database. File requires 7zip to unpack.

Installation and Configuration of the Preprocessing Environment

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.

Ubuntu

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

patentprocessor's People

Contributors

gtfierro avatar doolin avatar laironald avatar billyeh avatar vadskye avatar alvinchang avatar jillrabinowitz avatar kevshin2 avatar gabriel-bishop avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.