kmpoon / hlta

Provides functions for hierarchical latent tree analysis on text data for hierarchical topic detection
GNU General Public License v3.0
81 stars 23 forks source link

argument #3

Closed un-lock-me closed 6 years ago

un-lock-me commented 6 years ago

Hi,

May I ask you to give me some guideline how can I run it but not using command line, I want to go through the code and run the code step by step, each file has a couple of argument which is not obvious which files and with which order should I prepare.

I really appreciate your time

kmpoon commented 6 years ago

As for many of the main methods, if you run them without providing any arguments, a brief output message may show what arguments are expected.

un-lock-me commented 6 years ago

many thanks for your explanations, my mistake,

still, it will be very helpful if you could help like give the order should we run the code.

Many thanks for taking the time

kmpoon commented 6 years ago

I have added a quick example on the front page. Please let me know if you have any questions.

un-lock-me commented 6 years ago

I would really appreciate your time and help,

If I want to run the code through tools like intellij or eclipse is it the same the order below:

1.CleanFilesName 2.ExtractText

  1. Convert
  2. PEM
  3. ExtractTopics Many thanks, :)
kmpoon commented 6 years ago

Yes, the order looks good.

un-lock-me commented 6 years ago

I will get back to you when I explored more

Thank you so much