Spaces:
Sleeping
Sleeping
Ryan
commited on
Commit
·
6806e70
1
Parent(s):
c435293
update
Browse files- .idea/workspace.xml +2 -4
- ui/analysis_screen.py +1 -1
.idea/workspace.xml
CHANGED
@@ -4,9 +4,7 @@
|
|
4 |
<option name="autoReloadType" value="SELECTIVE" />
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
-
<list default="true" id="8e67814c-7f04-433c-ab7a-2b65a1106d4c" name="Changes" comment=""
|
8 |
-
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
-
</list>
|
10 |
<option name="SHOW_DIALOG" value="false" />
|
11 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
12 |
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -55,7 +53,7 @@
|
|
55 |
<option name="presentableId" value="Default" />
|
56 |
<updated>1745170754325</updated>
|
57 |
<workItem from="1745170755404" duration="245000" />
|
58 |
-
<workItem from="1745172030020" duration="
|
59 |
</task>
|
60 |
<servers />
|
61 |
</component>
|
|
|
4 |
<option name="autoReloadType" value="SELECTIVE" />
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
+
<list default="true" id="8e67814c-7f04-433c-ab7a-2b65a1106d4c" name="Changes" comment="" />
|
|
|
|
|
8 |
<option name="SHOW_DIALOG" value="false" />
|
9 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10 |
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
53 |
<option name="presentableId" value="Default" />
|
54 |
<updated>1745170754325</updated>
|
55 |
<workItem from="1745170755404" duration="245000" />
|
56 |
+
<workItem from="1745172030020" duration="11341000" />
|
57 |
</task>
|
58 |
<servers />
|
59 |
</component>
|
ui/analysis_screen.py
CHANGED
@@ -10,7 +10,7 @@ from processors.bow_analysis import compare_bow
|
|
10 |
# from processors.metrics import calculate_similarity
|
11 |
# from processors.diff_highlighter import highlight_differences
|
12 |
# Add this import at the top
|
13 |
-
from
|
14 |
|
15 |
def create_analysis_screen():
|
16 |
"""
|
|
|
10 |
# from processors.metrics import calculate_similarity
|
11 |
# from processors.diff_highlighter import highlight_differences
|
12 |
# Add this import at the top
|
13 |
+
from processors.text_classifiers import classify_formality, classify_sentiment, classify_complexity, compare_classifications
|
14 |
|
15 |
def create_analysis_screen():
|
16 |
"""
|