Skip to content

Commit 307bc3d

Browse files
committed
Update README.md
1 parent e1f40d5 commit 307bc3d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
Resume Parser using a hybrid **machine-learning** and **rule-based** approach that focuses on semantic rather than syntactic parsing. This is a console based application
33

44
###System:###
5-
Windows 8.1 (tested . Should also run in Windows 7)
5+
Windows 8.1 (tested) . Should also run in Windows 7)
66

77
###Framework:###
8-
GATE (https://gate.ac.uk/) - Open source language processing framework.
9-
Apache Tikka (http://tika.apache.org/) - Open source format handling framework
8+
GATE (https://gate.ac.uk/) - Open source language processing framework.<br/>
9+
Apache Tikka (http://tika.apache.org/) - Open source format handling framework<br/>
1010

1111
###Pre-requisites:###
12-
Windows
13-
Powershell
14-
git
15-
Latest Java (jre8 tested)
12+
Windows<br/>
13+
Powershell<br/>
14+
git<br/>
15+
Latest Java (jre8 tested)<br/>
1616

1717

1818
###Installation:###<br />
@@ -23,9 +23,10 @@ Open powershell in windows (run->powershell) <br />
2323
4) $env:GATE_HOME="..\GATEFiles" (beware: you are giving a relative path for ease.)<br />
2424

2525
###Run\Test:###<br />
26-
Syntax: <br/>
27-
> java -cp '.\bin\*;..\GATEFiles\lib\*;..\GATEFILES\bin\gate.jar;.\lib\*' code4goal.antony.resumeparser.ResumeParserProgram <input_file> [output_file] <br\>
28-
java -cp '.\bin\\\*;..\GATEFiles\lib\\\*;..\GATEFILES\bin\gate.jar;.\lib\\\*' code4goal.antony.resumeparser.ResumeParserProgram .\UnitTests\AntonyDeepakThomas.pdf antony_thomas.json
26+
Syntax:
27+
> java -cp '.\bin\*;..\GATEFiles\lib\*;..\GATEFILES\bin\gate.jar;.\lib\*' code4goal.antony.resumeparser.ResumeParserProgram <input_file> [output_file]
28+
29+
> java -cp '.\bin\\\*;..\GATEFiles\lib\\\*;..\GATEFILES\bin\gate.jar;.\lib\\\*' code4goal.antony.resumeparser.ResumeParserProgram .\UnitTests\AntonyDeepakThomas.pdf antony_thomas.json
2930

3031
###Parser Capabilities:###
3132

0 commit comments

Comments
 (0)