ffreemt commited on
Commit
d9e51b3
·
1 Parent(s): 60bfca3

Update info message (kofi link)

Browse files
Files changed (1) hide show
  1. st_mlbee/utils.py +3 -1
st_mlbee/utils.py CHANGED
@@ -30,7 +30,7 @@ msg = dedent(
30
  ).strip()
31
  msg = dedent(
32
  """
33
- a multilingual (50+ language pairs) dualtext
34
  aligner based on machine learning
35
 
36
  It takes about 1-2 s to process a pair of blocks (be it
@@ -38,6 +38,8 @@ msg = dedent(
38
  Extremely long blocks will likely have a negative impact
39
  on aligning.
40
  On a powerful computer such as an instance on huggingface spaces, the running time can be reduced by a factor of 10-20.
 
 
41
  """
42
  ).strip()
43
 
 
30
  ).strip()
31
  msg = dedent(
32
  """
33
+ mlbee: A multilingual (50+ languages) dualtext
34
  aligner based on machine learning
35
 
36
  It takes about 1-2 s to process a pair of blocks (be it
 
38
  Extremely long blocks will likely have a negative impact
39
  on aligning.
40
  On a powerful computer such as an instance on huggingface spaces, the running time can be reduced by a factor of 10-20.
41
+
42
+ st-mlbee 0.1.0a2 is faster and handles more languages. Head to https://ko-fi.com/mlbee if you would like to buy me a coffee or two:).
43
  """
44
  ).strip()
45