prashant
commited on
Commit
·
dacf87d
1
Parent(s):
1b62a9f
errorf ix
Browse files- appStore/coherence.py +1 -1
appStore/coherence.py
CHANGED
@@ -101,7 +101,7 @@ def app():
|
|
101 |
split_by=split_by,
|
102 |
split_length= split_length,
|
103 |
split_overlap=split_overlap,
|
104 |
-
|
105 |
split_respect_sentence_boundary=split_respect_sentence_boundary)
|
106 |
# genre = st.radio( "Select Category",('Climate Change Adaptation', 'Climate Change Mitigation'))
|
107 |
if genre == 'Climate Change Adaptation':
|
|
|
101 |
split_by=split_by,
|
102 |
split_length= split_length,
|
103 |
split_overlap=split_overlap,
|
104 |
+
remove_punc= remove_punc,
|
105 |
split_respect_sentence_boundary=split_respect_sentence_boundary)
|
106 |
# genre = st.radio( "Select Category",('Climate Change Adaptation', 'Climate Change Mitigation'))
|
107 |
if genre == 'Climate Change Adaptation':
|