3454a55636
cffconvert / validate (push) Has been cancelled
ci-workflow / pre-commit (push) Has been cancelled
ci-workflow / Minimal NLTK Download Test (macos-latest) (push) Has been cancelled
ci-workflow / Minimal NLTK Download Test (ubuntu-latest) (push) Has been cancelled
ci-workflow / Minimal NLTK Download Test (windows-latest) (push) Has been cancelled
ci-workflow / Python 3.10 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.11 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.12 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.13 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.14 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.14t on macos-latest (push) Has been cancelled
ci-workflow / Python 3.10 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.11 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.12 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.13 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.14 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.14t on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.10 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.11 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.12 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.13 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.14 on windows-latest (push) Has been cancelled
65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
# https://github.com/actions/labeler
|
|
CI:
|
|
- changed-files:
|
|
- any-glob-to-any-file: [".github/workflows/*", ".github/labeler.yml"]
|
|
|
|
classifier:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/classify/**/*"
|
|
|
|
cli:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/cli.py"
|
|
|
|
cluster:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/cluster/**/*"
|
|
|
|
corpus:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/corpus/**/*"
|
|
|
|
GUI:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/app/**/*"
|
|
|
|
internals:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/internals.py"
|
|
|
|
language-model:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/lm/**/*"
|
|
|
|
metrics:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/metrics/**/*"
|
|
|
|
parsing:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/parse/**/*"
|
|
|
|
sentiment:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/sentiment/**/*"
|
|
|
|
stem/lemma:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/stem/**/*"
|
|
|
|
tagger:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/tag/**/*"
|
|
|
|
tokenizer:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/tokenize/**/*"
|
|
|
|
twitter:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/twitter/**/*"
|
|
|
|
wordnet:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "nltk/wordnet/**/*"
|