Spaces:
Runtime error
Runtime error
Commit
·
b6076c4
1
Parent(s):
0132e2e
Update comparativesIdentification.py
Browse files
comparativesIdentification.py
CHANGED
@@ -769,4 +769,4 @@ def comparatives_binding(sentence):
|
|
769 |
return (0, "COMPARATIVES", "more_symbol_comparatives")
|
770 |
|
771 |
except:
|
772 |
-
return (0, "COMPARATIVES", "unknown_error")
|
|
|
769 |
return (0, "COMPARATIVES", "more_symbol_comparatives")
|
770 |
|
771 |
except:
|
772 |
+
return (0, "COMPARATIVES", "unknown_error")
|