-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcodemeta.json
More file actions
57 lines (57 loc) · 1.69 KB
/
codemeta.json
File metadata and controls
57 lines (57 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Text Summarizer",
"description": "A robust web application leveraging multiple NLP algorithms (SpaCy, NLTK, Gensim, Sumy) to summarize textual content and URL sources, featuring a comparative analysis interface for evaluating summarization quality.",
"identifier": "TEXT-SUMMARIZER",
"license": "https://spdx.org/licenses/MIT.html",
"programmingLanguage": [
"Python"
],
"author": [
{
"@type": "Person",
"givenName": "Amey",
"familyName": "Thakur",
"id": "https://orcid.org/0000-0001-5644-1575",
"affiliation": {
"@type": "Organization",
"name": "Terna Engineering College"
}
},
{
"@type": "Person",
"givenName": "Mega",
"familyName": "Satish",
"id": "https://orcid.org/0000-0002-1844-9557",
"affiliation": {
"@type": "Organization",
"name": "Terna Engineering College"
}
}
],
"dateReleased": "2022-08-09",
"codeRepository": "https://github.com/Amey-Thakur/TEXT-SUMMARIZER",
"developmentStatus": "complete",
"runtimePlatform": [
"Python 3.6+",
"Flask",
"SpaCy",
"NLTK",
"Gensim",
"Sumy"
],
"applicationCategory": "Natural Language Processing",
"keywords": [
"Text Summarization",
"NLP",
"Flask",
"SpaCy",
"NLTK",
"Gensim",
"Sumy",
"TextRank",
"LexRank",
"Computer Engineering"
]
}