You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
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
3
3
4
4
###System:###
5
-
Windows 8.1 (tested . Should also run in Windows 7)
5
+
Windows 8.1 (tested) . Should also run in Windows 7)
6
6
7
7
###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/>
10
10
11
11
###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/>
16
16
17
17
18
18
###Installation:###<br />
@@ -23,9 +23,10 @@ Open powershell in windows (run->powershell) <br />
23
23
4) $env:GATE_HOME="..\GATEFiles" (beware: you are giving a relative path for ease.)<br />
0 commit comments