You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the code to parse data from 2005 to 2012 with data_items:['INVT'], it supposed to return the inventors info, but it returns None.
Furthermore, I am not pretty sure if the parser parsing correctly when there are multiple inventors, I think it may needs to be f'{us_parties_base_path}/inventors' for that type of case(mostly).
The text was updated successfully, but these errors were encountered:
In the original file from 2005 to 2012, the information of inventors tree is like:
I think the branch should be like: ~/applicants/applicant or ~/applicants to parse multiple inventor info
But in parse_xml_v4_file.py, both old and new branch are wrote like:
line49: us_parties_inventors_path = f'{us_parties_base_path}/inventors/inventor'
line52: us_parties_inventors_path_old = f'{us_parties_base_path_old}/inventors/inventor'
Using the code to parse data from 2005 to 2012 with data_items:['INVT'], it supposed to return the inventors info, but it returns None.
Furthermore, I am not pretty sure if the parser parsing correctly when there are multiple inventors, I think it may needs to be f'{us_parties_base_path}/inventors' for that type of case(mostly).
The text was updated successfully, but these errors were encountered: