Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
@@ -6,6 +6,7 @@ from ..utils.widget_utils import generate_unique_key
|
|
6 |
from .current_situation_analysis import (
|
7 |
analyze_text_dimensions,
|
8 |
analyze_clarity,
|
|
|
9 |
analyze_vocabulary_diversity,
|
10 |
analyze_cohesion,
|
11 |
analyze_structure,
|
|
|
6 |
from .current_situation_analysis import (
|
7 |
analyze_text_dimensions,
|
8 |
analyze_clarity,
|
9 |
+
analyze_reference_clarity,
|
10 |
analyze_vocabulary_diversity,
|
11 |
analyze_cohesion,
|
12 |
analyze_structure,
|