From a6eb220c02b9bb29363b7eea865dbd778fd5f16c Mon Sep 17 00:00:00 2001 From: windseeker Date: Fri, 14 Jun 2019 16:12:03 +0800 Subject: [PATCH] fix typos in README 1. It should be ":" to seperate two jar files; 2. The name of sparse dataset should be "myData.sparse.txt" instead of "myDataset.sparse.txt". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea52eed..78ae9f9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The original HLTA java call associated to the papers: [Old HLTA Page](https://gi If you are in windows, remember to use semicolon instead ``` - java -cp HLTA.jar;HLTA-deps.jar tm.hlta.HTD ./quickstart someName + java -cp HLTA.jar:HLTA-deps.jar tm.hlta.HTD ./quickstart someName ``` The output files include: * `someName.sparse.txt`: the converted data, generated if data conversion is necessary @@ -43,7 +43,7 @@ The original HLTA java call associated to the papers: [Old HLTA Page](https://gi - You can also do ``` - java -cp HLTA.jar;HLTA-deps.jar tm.hlta.HTD documents.txt someName + java -cp HLTA.jar:HLTA-deps.jar tm.hlta.HTD documents.txt someName ``` Your `documents.txt`: @@ -90,7 +90,7 @@ The output files include: - Exract topic from topic model ``` - java -cp HLTA.jar:HLTA-deps.jar tm.hlta.ExtractTopicTree myTopicTree myModel.bif myDataset.sparse.txt + java -cp HLTA.jar:HLTA-deps.jar tm.hlta.ExtractTopicTree myTopicTree myModel.bif myData.sparse.txt ``` The output files include: