Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ minimal_transformer = minimal.Transformer()
|
|
| 13 |
|
| 14 |
def parse(lojban):
|
| 15 |
"""
|
| 16 |
-
Parse the Lojban text and convert it to a textual parse tree.
|
| 17 |
|
| 18 |
Args:
|
| 19 |
lojban: string;
|
|
|
|
| 13 |
|
| 14 |
def parse(lojban):
|
| 15 |
"""
|
| 16 |
+
Parse the Lojban text and convert it to a textual parse tree. If the input is invalid, the output will be "[NOT PARSEABLE]".
|
| 17 |
|
| 18 |
Args:
|
| 19 |
lojban: string;
|