Commit Graph

13 Commits

Author SHA1 Message Date
Sandro Jäckel
60bf249d13 nltk-data: 0-unstable-2024-07-29 -> 0-unstable-2026-07-01
Diff: cfe82914f3...550b6625bc
2026-07-23 21:48:08 +02:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Benjamin Sparks
547dc4736e nltk-data: add all downloadables 2025-05-23 01:24:27 +02:00
Benjamin Sparks
f2f2eab113 treewide: nltk-data.snowball_data -> nltk-data.snowball-data 2025-05-23 01:24:27 +02:00
Benjamin Sparks
a4c3b3eff2 treewide: nltk-data.averaged_perceptron_tagger_eng -> nltk-data.averaged-perceptron-tagger-eng 2025-05-23 01:24:27 +02:00
Benjamin Sparks
00bd671646 treewide: nltk-data.averaged_perceptron_tagger -> nltk-data.averaged-perceptron-tagger 2025-05-23 01:24:26 +02:00
Benjamin Sparks
198faa882b treewide: nltk-data.punkt_tab -> nltk-data.punkt-tab 2025-05-23 01:24:26 +02:00
Benjamin Sparks
86575951b6 nltk-data: skip fixupPhase to avoid needless patching attempts
There are no scripts in the `package` folder, only datasets, models, etc.
2025-05-23 01:24:25 +02:00
Benjamin Sparks
293e194753 nltk-data: add bengsparks to maintainers 2025-05-23 01:24:24 +02:00
Anton Mosich
63bf01db86 nltk-data: add averaged_perceptron_tagger_eng 2025-04-02 15:40:45 +02:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Kaleo
73b46d8e7f nltk-data: add wordnet 2024-10-17 11:40:54 +08:00
Leona Maroni
21df4b072b nltk-data: 5db857e -> cfe8291, cleanup 2024-08-25 22:01:09 +02:00