Bug 52168 - Дублирование опции -l для nltk tokenize -h
Summary: Дублирование опции -l для nltk tokenize -h
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-nltk (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Stanislav Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-25 10:42 MSK by Vladislav Glinkin
Modified: 2024-11-25 13:57 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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