Skip to content

Commit b2e02b1

Browse files
committed
Update README.md
1 parent ad71376 commit b2e02b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Open powershell in windows (run->powershell) <br />
2020
1) Git clone https://github.com/antonydeepak/ResumeParser.git <br />
2121
2) cd ResumeParser <br />
2222
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 />
2424

2525
###Run\Test:###
2626
Run syntax:
@@ -96,13 +96,13 @@ I tried my best to not blow in the face of user, but these are some gotchas:<br/
9696

9797
###SourceCode structure:###
9898
\ResumeParser<br/>
99-
\ANNIEGazetterFiles<br/>
99+
- \ANNIEGazetterFiles<br/>
100100
Contains all the compiled lists for common resume section titles<br/>
101-
\GATEFiles<br/>
101+
-\GATEFiles<br/>
102102
Contains all the GATE libraries needed for NL processing<br/>
103-
\JAPEGrammars<br/>
103+
-\JAPEGrammars<br/>
104104
Contains all the JAPE grammars for resume parsing.<br/>
105-
\ResumeTransducer<br/>
105+
-\ResumeTransducer<br/>
106106
Console application written in JAVA <br/>
107107

108108
###How does the parse work?###

0 commit comments

Comments
 (0)