diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-12 20:45:17 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-12 20:45:17 +0100 |
commit | 4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699 (patch) | |
tree | c326180ad8e5431026cd2f46da571307d226aa38 /Pipfile | |
parent | 7c1927dd2800069b74bbe2f561127122daa0870f (diff) | |
parent | 30eab70787584a333714b18f1d64f362e4768730 (diff) | |
download | fuzzycat-4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699.tar.gz fuzzycat-4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699.zip |
Merge branch 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat into bnewbold-bnewbold-sandcrawler
* 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat:
sandcrawler slugify: yet more unicode corner-cases
add sandcrawler-style title key method
cluster: count empty keys (and don't return them)
pipenv: explicit regex dependency
gitignore: add .swp (vim)
make: run pytest over fuzzycat/ to catch inline tests
add support for key denylist
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ importlib-metadata = "==1.7.0" tokenizers = "*" spacy = "*" nltk = "*" +regex = "*" [requires] python_version = "3.7" |