AIdeaText commited on
Commit
664634b
·
verified ·
1 Parent(s): 619d85b

Update translations/en.py

Browse files
Files changed (1) hide show
  1. translations/en.py +1 -1
translations/en.py CHANGED
@@ -353,7 +353,7 @@ NLP_MODEL = 'en_core_web_lg'
353
  ####
354
  GRAPH_LABELS = {
355
  'concept_network': "Relationships between key concepts",
356
- 'concept_centrality': "Concept Centrality",
357
  'entity_relations': "Entity Relationships",
358
  'topic_relations': "Topic Relationships"
359
  }
 
353
  ####
354
  GRAPH_LABELS = {
355
  'concept_network': "Relationships between key concepts",
356
+ 'concept_centrality': "Centrality of key concepts",
357
  'entity_relations': "Entity Relationships",
358
  'topic_relations': "Topic Relationships"
359
  }