prashant
commited on
Commit
•
a3c251d
1
Parent(s):
9de136f
links
Browse files- appStore/sdg_analysis.py +3 -3
appStore/sdg_analysis.py
CHANGED
@@ -44,8 +44,8 @@ def app():
|
|
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 |
-
st.
|
49 |
to 15 of the 17 United Nations Sustainable Development Goals (SDGs).\
|
50 |
SDG 16 “Peace, Justice and Strong Institutions” and SDG 17 \
|
51 |
“Partnerships for the Goals” are excluded from the analysis due to \
|
@@ -63,7 +63,7 @@ def app():
|
|
63 |
Sustainable Development Goals. The summary table only displays \
|
64 |
paragraphs with a calculated relevancy score above 85%. \n""")
|
65 |
|
66 |
-
st.
|
67 |
keyphrases from the document, calculates a respective relevancy \
|
68 |
score, and displays the results in a summary table. The keyphrases \
|
69 |
are extracted using using [Textrank](https://github.com/summanlp/textrank)\
|
|
|
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 |
+
st.write("""**SDG cLassification:** The application assigns paragraphs \
|
49 |
to 15 of the 17 United Nations Sustainable Development Goals (SDGs).\
|
50 |
SDG 16 “Peace, Justice and Strong Institutions” and SDG 17 \
|
51 |
“Partnerships for the Goals” are excluded from the analysis due to \
|
|
|
63 |
Sustainable Development Goals. The summary table only displays \
|
64 |
paragraphs with a calculated relevancy score above 85%. \n""")
|
65 |
|
66 |
+
st.write("""**Keyphrase Extraction:** The application extracts 15 \
|
67 |
keyphrases from the document, calculates a respective relevancy \
|
68 |
score, and displays the results in a summary table. The keyphrases \
|
69 |
are extracted using using [Textrank](https://github.com/summanlp/textrank)\
|