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
it looks as if there are lots of duplicated values/entries in the class file. for example, look at 07012073 in the class.sqlite3. running the following code shows issues:
select count(*) from (select * from class where prim=1 group by patent having count(*)>1);
Translates to: how many of the patents have more than 1 primary class listed?
the answer results to: 139,594 which seems a bit weird!
The text was updated successfully, but these errors were encountered:
it looks as if there are lots of duplicated values/entries in the class file. for example, look at 07012073 in the class.sqlite3. running the following code shows issues:
The text was updated successfully, but these errors were encountered: