File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Open powershell in windows (run->powershell) <br />
20
20
1 ) Git clone https://github.com/antonydeepak/ResumeParser.git <br />
21
21
2 ) cd ResumeParser <br />
22
22
3 ) cd ResumeTransducer <br />
23
- 4 ) $env: GATE_HOME ="..\GATEFiles" (beware: you are giving a relative path for ease.)<br />
23
+ 4 ) $env: GATE_HOME ="..\GATEFiles" * (beware: you are giving a relative path for ease.)* <br />
24
24
25
25
###Run\Test:###
26
26
Run syntax:
@@ -96,13 +96,13 @@ I tried my best to not blow in the face of user, but these are some gotchas:<br/
96
96
97
97
###SourceCode structure:###
98
98
\ResumeParser<br />
99
- \ANNIEGazetterFiles<br />
99
+ - \ANNIEGazetterFiles<br />
100
100
Contains all the compiled lists for common resume section titles<br />
101
- \GATEFiles<br />
101
+ - \GATEFiles<br />
102
102
Contains all the GATE libraries needed for NL processing<br />
103
- \JAPEGrammars<br />
103
+ - \JAPEGrammars<br />
104
104
Contains all the JAPE grammars for resume parsing.<br />
105
- \ResumeTransducer<br />
105
+ - \ResumeTransducer<br />
106
106
Console application written in JAVA <br />
107
107
108
108
###How does the parse work?###
You can’t perform that action at this time.
0 commit comments