Commit graph

11 commits

Author SHA1 Message Date
Daniël de Kok 37d0864970 python3Packages.somajo: 2.1.2 -> 2.1.3
Changelog:
https://github.com/tsproisl/SoMaJo/releases/tag/v2.1.3
2021-03-06 08:16:19 +01:00
Sandro Jäckel 98ce12a8fe
pythonPackages.somajo: Disable tests on darwin because they are stuck 2021-02-02 13:37:56 +01:00
Daniël de Kok 49232e8757 python3Packages.somajo: update license to gpl3Plus 2021-01-29 09:49:20 +01:00
Daniël de Kok e61406e2f0 python3Packages.somajo: 2.1.1 -> 2.1.2
Changelog:

https://github.com/tsproisl/SoMaJo/releases/tag/v2.1.2
2021-01-29 08:36:48 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Daniël de Kok 27aa4d0d8b python3Packages.somajo: 2.1.0 -> 2.1.1
Changelog:

https://github.com/tsproisl/SoMaJo/releases/tag/v2.1.1
2020-06-30 17:28:14 +02:00
Daniël de Kok 209ab7c8b4 python3Packages.somajo: 2.0.6 -> 2.1.0
Changelog:

https://github.com/tsproisl/SoMaJo/releases/tag/v2.1.0
2020-06-27 23:03:06 -07:00
Daniël de Kok d6d07f262b python3Packages.somajo: 2.0.5 -> 2.0.6
Changelog:

https://github.com/tsproisl/SoMaJo/releases/tag/v2.0.6
2020-06-13 15:15:40 -07:00
Daniël de Kok d8a7d04a29 python3Packages.somajo: 2.0.4 -> 2.0.5
Changelog:

- Add heuristics for ambiguous quotation marks (issue #11).
- Avoid false positives for emoticons that contain a space (issue
  #12).
- Correctly tokenize obfuscated email addresses that contain spaces.
- Do not split tl;dr and its German variant zl;ng.

https://github.com/tsproisl/SoMaJo/releases/tag/v2.0.5
2020-04-10 00:08:13 -07:00
Daniël de Kok e539eb93f8 python3Packages.somajo: init at 2.0.4 2020-03-14 22:58:02 +01:00