Giter Club home page Giter Club logo

patentsprocessor's Introduction

patentsview

Placeholder Repo for Issues List

patentsprocessor's People

Contributors

ahmademad avatar everst avatar gregtheyoung avatar jotok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

patentsprocessor's Issues

Incorrect parsing of USPC for 1-digit classes

Issue

US patent classifications having single-digit classes are parsed incorrectly. For example, 2/322 is misinterpreted as 23/22.

Explanation

In the source XML files, the US patent classification is represented by a character string of variable length. The first three characters contain the class, and the remaining characters contain the subclass. If the class has less than three characters then it is padded with leading spaces. In particular, if the class has only one digit, then the string should have two leading spaces.

The string containing the US patent classification is cleaned using a number of functions, including xml_util.remove_escape_sequences(string). This function replaces the two leading spaces with a single space, causing the string to be parsed incorrectly.

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.