Pendrokar commited on
Commit
bc1e093
·
verified ·
1 Parent(s): e660a3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;