-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
36 lines (23 loc) · 839 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
PREVIOUS:
bmVerify compares the consolidated results with an existing benchmark
compressBlk takes a "disambiguated" dataset and consolidates it into a new dataset.
fwork.py are Python scripts I reuse
CURRENT:
(I) DATASET PREPARATION
(1) XML Parsing
a. Open XMLParse2008.py
b. Set variable flder = <folder that contains all XML raw files>
c. Run XMLParse2008.py
(2) Data Cleaning
- scripts_v2.py should be in same directory as all sqlite3 files from XML Parsing step.
a. Run scripts_v2.py
(3) Table Consolidation
a. Run invpat.py
b.
(II) RESULTS ANALYSIS
From the command line, run bmVerify_v3.py.
Use python bmVerify_v3.py ? or python bmVerify_v3.py help for more information.
(III) Other scripts
Run from command line to create files:
python patentYear.py [year] [src]
python createFullSet.py [start_year] [end_year]