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