Skip to content

Commit b45d536

Browse files
author
Leonard Poon
authored
Update README.md
- added note for setting class path in Windows
1 parent 95057b2 commit b45d536

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ The full parameter list is: `StepwiseEMHLTA training_data max_EM_steps num_EM_re
151151

152152
Where: `data.txt` is the data file.
153153

154+
# Class Path in Windows
155+
156+
It seems that the delimiter used in class path in Windows is `;` rather than `:`. So you may need to run a command like
157+
158+
```
159+
java -cp HLTA.jar;HLTA-deps.jar tm.pdf.ExtractText papers extracted
160+
```
154161

155162
# Enquiry
156163

0 commit comments

Comments
 (0)