From cb0fb4f0b241732c443909d0c58604787129aa67 Mon Sep 17 00:00:00 2001 From: Eyob Yirdaw Date: Thu, 28 Feb 2019 19:35:56 +0300 Subject: [PATCH] updated readme 2 --- docs/USERGUIDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/USERGUIDE.md b/docs/USERGUIDE.md index 9b36964..17a4996 100644 --- a/docs/USERGUIDE.md +++ b/docs/USERGUIDE.md @@ -4,6 +4,9 @@ Below is available list of topic analysis methods that have been implemented so far. +In all the cases of the specified topic analysis methods, running +each method would return a link which points to a page that would show the status of the analysis if its not finished yet or the results of the analysis if the analysis has completed. + ## Probabilistic Latent Semantic Analysis (PLSA) @@ -19,4 +22,3 @@ the `(number of documents)/topic_divider` Here are sample json files to try with this algorithm, either from the snet client or the dApp: [longer sample](../docs/tests/topic_analysis.json), [shorter sample](../docs/tests/topic_analysis_2.json) . -