Skip to content

Commit 73af67a

Browse files
Changed the grouping of chunked sentence complexity and adapted the mapping to the complexity labels
1 parent b596984 commit 73af67a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

classifiers/reference_quality/chunked_sentence_complexity/config.py renamed to classifiers/reference_complexity/chunked_sentence_complexity/config.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ def get_config():
1414
type="python_function",
1515
available_for=["refinery", "common"],
1616
part_of_group=[
17-
"reference_quality",
17+
"reference_complexity",
1818
"text_analysis"
1919
], # first entry should be parent directory
2020
# bricks integrator information
2121
cognition_init_mapping={
22-
"very easy": "null",
23-
"easy": "null",
24-
"fairly easy": "null",
25-
"standard": "null",
26-
"fairly difficult": "Needs fix",
27-
"difficult": "Needs fix",
28-
"very difficult": "Needs fix",
22+
"very easy": "Low",
23+
"easy": "Low",
24+
"fairly easy": "Low",
25+
"standard": "Medium",
26+
"fairly difficult": "Medium",
27+
"difficult": "High",
28+
"very difficult": "High",
2929
},
3030
integrator_inputs={
3131
"name": "chunked_sentence_complexity",

0 commit comments

Comments
 (0)