Content-Length: 212291 | pFad | http://github.com/USPTO/PatentPublicData/issues/51

40 Applicant assignee org-name incorrectly in first-name field · Issue #51 · USPTO/PatentPublicData · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applicant assignee org-name incorrectly in first-name field #51

Open
bgfeldm opened this issue Feb 3, 2017 · 1 comment
Open

Applicant assignee org-name incorrectly in first-name field #51

bgfeldm opened this issue Feb 3, 2017 · 1 comment

Comments

@bgfeldm
Copy link
Contributor

bgfeldm commented Feb 3, 2017

Applicant application has incorrectly written assignee org-name in first-name field

US20130007834A1 : <first-name>INDEX SYSTEMS, INC.</first-name>
US20130033624A1 : <first-name>DIGITALOPTICS CORPORATION EUROPE LIMITED</first-name>
US20140015965A1 : <first-name>HTC CORPORATION</first-name>
US20140043537A1 : <first-name>SONY CORPORATION</first-name>
US20140049657A1 : <first-name>OLYMPUS CORPORATION</first-name>
US20150201196A1 : <first-name>SONY CORPORATION</first-name>
US20150042743A1 : <first-name>Samsung Electronics, Ltd.</first-name>
US20140078382A1 : <first-name>RESEARCH IN MOTION LIMITED</first-name>
US20140063332A1 : <first-name>CANON KABUSHIKI KAISHA</first-name>
  1. does not have last-name
  2. multiple-words
  3. match known common company suffix
company
corporation
incorporated
limited

co
corp
inc
ltd

llc
pllc
gmbh
ag
sa
@thomasopsomer
Copy link

Hi,
Are you working on a fix for this issue ?

I guess we could change

if (addressBook.getPersonName() != null) {
    assigneeName = addressBook.getPersonName();
} else {
    assigneeName = addressBook.getOrgName();
}

in AssigneeNode.java, to start with the addressBook.getOrgName() instead of addressBook.getPersonName()

And then in AddressBookNode.java, add more check in the getOrgName method. For instance, if there isn't any orgname, then check if there is a first-name that matches an orgname ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/USPTO/PatentPublicData/issues/51

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy