Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`:
Expand Down Expand Up @@ -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:
Expand Down