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
This commit is contained in:
parent
7ac4b79e82
commit
d8a7d04a29
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "SoMaJo";
|
pname = "SoMaJo";
|
||||||
version = "2.0.4";
|
version = "2.0.5";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tsproisl";
|
owner = "tsproisl";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "126jaslg8cfap2is3sy3v13xpl9drb80yc5lfsm1nw5s2xcxklqw";
|
sha256 = "01zvmqilnndh2b257z7bhcc7av5vhjm1g8gmdiiw15gcd2xfmqjs";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ regex ];
|
propagatedBuildInputs = [ regex ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user