Spaces:
Runtime error
Runtime error
Commit ·
34d3a49
1
Parent(s): 87e7bb0
Update comparativesIdentification.py
Browse files
comparativesIdentification.py
CHANGED
|
@@ -748,4 +748,4 @@ def comparatives_binding(sentence):
|
|
| 748 |
return (0, "COMPARATIVES", "more_symbol_comparatives")
|
| 749 |
|
| 750 |
except:
|
| 751 |
-
return (0, "COMPARATIVES", "unknown_error")
|
|
|
|
| 748 |
return (0, "COMPARATIVES", "more_symbol_comparatives")
|
| 749 |
|
| 750 |
except:
|
| 751 |
+
return (0, "COMPARATIVES", "unknown_error")
|