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