freemt commited on
Commit
1b2837a
·
1 Parent(s): 130a100

Update descr

Browse files
Files changed (1) hide show
  1. ubee/__main__.py +1 -1
ubee/__main__.py CHANGED
@@ -196,7 +196,7 @@ def main():
196
 
197
  Align non-sequential dualtexts.
198
 
199
- 可对词、句、段,每个词(或句或段)一行。可对任意语言对(英中、英德、德法、中日……等等)。建议 threshold 门槛值 -- 词: 0.3,句:0.5, 段: 0.7
200
 
201
  """).strip()
202
  )
 
196
 
197
  Align non-sequential dualtexts.
198
 
199
+ 可对词、句、段,每个词(或句或段)一行。可对任意语言对(英中、英德、德法、中日……等等)。建议 threshold 门槛值 -- 词: 0.3,句:0.5, 段: 0.7。如果太多 leftover,可适当调小 threshold。 如果太多误对则可以适当调大 threshold。
200
 
201
  """).strip()
202
  )