AIdeaText commited on
Commit
3bdddab
·
verified ·
1 Parent(s): 02f0aac

Update modules/text_analysis/morpho_analysis.py

Browse files
modules/text_analysis/morpho_analysis.py CHANGED
@@ -117,7 +117,7 @@ def highlight_repeated_words(doc, word_colors):
117
 
118
  #################################################################################################
119
 
120
- def generate_arc_diagram(doc, lang_code):
121
  sentences = list(doc.sents)
122
  arc_diagrams = []
123
  for sent in sentences:
 
117
 
118
  #################################################################################################
119
 
120
+ def generate_arc_diagram(doc):
121
  sentences = list(doc.sents)
122
  arc_diagrams = []
123
  for sent in sentences: