Skip to content

Commit 4f12e72

Browse files
author
Jacob Foard
committed
Fixed README
1 parent 1774343 commit 4f12e72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Open powershell in windows (run->powershell)
2828
### Run/Test
2929
Run syntax:
3030
> java -cp '.\bin\*;..\GATEFiles\lib\*;..\GATEFILES\bin\gate.jar;.\lib\*' code4goal.antony.resumeparser.ResumeParserProgram <input_file> [output_file]
31-
31+
3232
Test:
3333
> java -cp '.\bin\*;..\GATEFiles\lib\*;..\GATEFILES\bin\gate.jar;.\lib\*' code4goal.antony.resumeparser.ResumeParserProgram .\UnitTests\AntonyDeepakThomas.pdf antony_thomas.json
3434

@@ -43,7 +43,7 @@ Open terminal
4343

4444
### Run
4545
```bash
46-
java -cp 'bin/*:../GATEFiles/lib/*:../GATEFILES/bin/gate.jar:lib/*' code4goal.antony.resumeparser.ResumeParserProgram <input_file> [output_file]
46+
java -cp 'bin/*:../GATEFiles/lib/*:../GATEFiles/bin/gate.jar:lib/*' code4goal.antony.resumeparser.ResumeParserProgram <input_file> [output_file]
4747
```
4848

4949
## Parser Capabilities
@@ -122,11 +122,11 @@ java -cp 'bin/*:../GATEFiles/lib/*:../GATEFILES/bin/gate.jar:lib/*' code4goal.an
122122
]
123123
}
124124
```
125-
125+
126126
## Pros
127127
1. Very powerful semantic parsing of resumes. I did not syntactically parse based on common styles or appearances of sections because these approaches do not scale.
128128
2. Relies on proven grammar engines (GATE) and open source projects.
129-
129+
130130
## Everything is not perfect
131131
I tried my best to not blow in the face of user, but these are some gotchas:
132132

0 commit comments

Comments
 (0)