Spaces:
Sleeping
Sleeping
Update translations/en.py
Browse files- translations/en.py +1 -11
translations/en.py
CHANGED
@@ -361,15 +361,6 @@ TEXT_TYPES = {
|
|
361 |
# Configuration of the language model for English
|
362 |
NLP_MODEL = 'en_core_web_lg'
|
363 |
|
364 |
-
|
365 |
-
####
|
366 |
-
GRAPH_LABELS = {
|
367 |
-
'concept_network': "Relationships between key concepts",
|
368 |
-
'concept_centrality': "Centrality of key concepts",
|
369 |
-
'entity_relations': "Entity Relationships",
|
370 |
-
'topic_relations': "Topic Relationships"
|
371 |
-
}
|
372 |
-
|
373 |
# Esta línea es crucial:
|
374 |
TRANSLATIONS = {
|
375 |
'COMMON': COMMON,
|
@@ -381,6 +372,5 @@ TRANSLATIONS = {
|
|
381 |
'FEEDBACK': FEEDBACK,
|
382 |
'TEXT_TYPES': TEXT_TYPES,
|
383 |
'CURRENT_SITUATION': CURRENT_SITUATION, # Añadir esta línea
|
384 |
-
'NLP_MODEL': NLP_MODEL
|
385 |
-
'GRAPH_LABELS': GRAPH_LABELS
|
386 |
}
|
|
|
361 |
# Configuration of the language model for English
|
362 |
NLP_MODEL = 'en_core_web_lg'
|
363 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
# Esta línea es crucial:
|
365 |
TRANSLATIONS = {
|
366 |
'COMMON': COMMON,
|
|
|
372 |
'FEEDBACK': FEEDBACK,
|
373 |
'TEXT_TYPES': TEXT_TYPES,
|
374 |
'CURRENT_SITUATION': CURRENT_SITUATION, # Añadir esta línea
|
375 |
+
'NLP_MODEL': NLP_MODEL
|
|
|
376 |
}
|