Bug 52168

Summary: Дублирование опции -l для nltk tokenize -h
Product: Sisyphus Reporter: Vladislav Glinkin <glinkinvd>
Component: python3-module-nltkAssignee: Stanislav Levin <slev>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: slev
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Vladislav Glinkin 2024-11-25 10:42:10 MSK
Версия пакета: python3-module-nltk-3.9.1-alt3.noarch

Шаги воспроизведения:
$ nltk tokenize -h

Фактический результат:
...
  -l, --language TEXT      The language for the Punkt sentence tokenization.
  -l, --preserve-line      An option to keep the preserve the sentence and not
                           sentence tokenize it.
...

Ожидаемый результат:
Опция -l не дублируется.
Comment 1 Stanislav Levin 2024-11-25 13:57:21 MSK
upstream ticket:

https://github.com/nltk/nltk/issues/3342