freemt commited on
Commit
60e422a
·
1 Parent(s): ac70c21

Update app.py pd.set_option("display.precision", 2)

Browse files
Files changed (1) hide show
  1. litbee/utils.py +1 -1
litbee/utils.py CHANGED
@@ -27,7 +27,7 @@ msg = dedent("""
27
 
28
  * dzbee: german-chinese, fast para-align
29
 
30
- * bumblebee: other language pairs, normal para-align
31
 
32
  The algorithm for fast para-align is home-brewn. Two sent-align algorithms are used: one based on Gale-Church, the other machine learning.
33
  """
 
27
 
28
  * dzbee: german-chinese, fast para-align
29
 
30
+ * xbee/bumblebee: other language pairs, normal para-align
31
 
32
  The algorithm for fast para-align is home-brewn. Two sent-align algorithms are used: one based on Gale-Church, the other machine learning.
33
  """