AIdeaText commited on
Commit
6245978
·
verified ·
1 Parent(s): 141b371

Update modules/__init__.py

Browse files
Files changed (1) hide show
  1. modules/__init__.py +0 -2
modules/__init__.py CHANGED
@@ -25,7 +25,6 @@ def load_current_situation_functions():
25
  from .studentact.current_situation_analysis import (
26
  analyze_text_dimensions,
27
  analyze_clarity,
28
- analyze_reference_clarity,
29
  analyze_vocabulary_diversity,
30
  analyze_cohesion,
31
  analyze_structure,
@@ -46,7 +45,6 @@ def load_current_situation_functions():
46
  'show_recommendations': show_recommendations,
47
  'analyze_text_dimensions': analyze_text_dimensions ,
48
  'analyze_clarity': analyze_clarity,
49
- 'analyze_reference_clarity': analyze_reference_clarity,
50
  'analyze_vocabulary_diversity': analyze_vocabulary_diversity,
51
  'analyze_cohesion': analyze_cohesion,
52
  'analyze_structure': analyze_structure,
 
25
  from .studentact.current_situation_analysis import (
26
  analyze_text_dimensions,
27
  analyze_clarity,
 
28
  analyze_vocabulary_diversity,
29
  analyze_cohesion,
30
  analyze_structure,
 
45
  'show_recommendations': show_recommendations,
46
  'analyze_text_dimensions': analyze_text_dimensions ,
47
  'analyze_clarity': analyze_clarity,
 
48
  'analyze_vocabulary_diversity': analyze_vocabulary_diversity,
49
  'analyze_cohesion': analyze_cohesion,
50
  'analyze_structure': analyze_structure,