Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
369dc03
1 Parent(s): ce1209f

sdg app info

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +3 -3
appStore/sdg_analysis.py CHANGED
@@ -37,13 +37,13 @@ def app():
37
  extracting the keyphrase per SDG label - developed by GIZ Data \
38
  and the Sustainable Development Solution Network. \n
39
  """)
40
- st.write("""Document Processing: The Uploaded/Selected document is \
41
  automatically cleaned and split into paragraphs with a maximum \
42
  length of 120 words using a Haystack preprocessing pipeline. The \
43
  length of 120 is an empirical value which should reflect the length \
44
  of a “context” and should limit the paragraph length deviation. \
45
  However, since we want to respect the sentence boundary the limit \
46
- can breach and hence this limit of 120 is tentative.\n
47
 
48
  SDG cLassification: The application assigns paragraphs to 15 of \
49
  the 17 United Nations Sustainable Development Goals (SDGs). SDG 16 \
@@ -61,7 +61,7 @@ def app():
61
  partnerships and growing community of researchers and institutions \
62
  interested in the classification of research according to the \
63
  Sustainable Development Goals. The summary table only displays \
64
- paragraphs with a calculated relevancy score above 85%.\n
65
 
66
  Keyphrase Extraction: The application extracts 15 keyphrases from \
67
  the document, calculates a respective relevancy score, and displays \
 
37
  extracting the keyphrase per SDG label - developed by GIZ Data \
38
  and the Sustainable Development Solution Network. \n
39
  """)
40
+ st.write("""**Document Processing:** The Uploaded/Selected document is \
41
  automatically cleaned and split into paragraphs with a maximum \
42
  length of 120 words using a Haystack preprocessing pipeline. The \
43
  length of 120 is an empirical value which should reflect the length \
44
  of a “context” and should limit the paragraph length deviation. \
45
  However, since we want to respect the sentence boundary the limit \
46
+ can breach and hence this limit of 120 is tentative. \n
47
 
48
  SDG cLassification: The application assigns paragraphs to 15 of \
49
  the 17 United Nations Sustainable Development Goals (SDGs). SDG 16 \
 
61
  partnerships and growing community of researchers and institutions \
62
  interested in the classification of research according to the \
63
  Sustainable Development Goals. The summary table only displays \
64
+ paragraphs with a calculated relevancy score above 85%. \n
65
 
66
  Keyphrase Extraction: The application extracts 15 keyphrases from \
67
  the document, calculates a respective relevancy score, and displays \