abydos icon indicating copy to clipboard operation
abydos copied to clipboard

Abydos NLP/IR library for Python

Results 66 abydos issues
Sort by recently updated
recently updated
newest added

The latest version of sphinxcontrib-bibtex (2.4.1), and probably some older versions too, requires `conf.py` to define `bibtext_bibfiles`. This patch does this (and nothing else).

Removed syllabipy dependency as per this [issue](https://github.com/chrislit/abydos/issues/268) and replacing with nltk equivalent.

Hi! The author of SyllabiPy has deprecated the package in favour of nltk. Both of the algorithms in SyllabiPy have now been ported to nltk (as of version 3.6, some...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

`setup.py` specifies an install_requires dependency on `deprecation`; however, nowhere in the package is the `deprecation` module ever imported, so this could be removed.

As [documented](https://abydos.readthedocs.io/en/latest/abydos.util.html), Abydos comes with a number of installable packages. I am particularly intrigued by the qgram packages for various languages: ``` abydos.util.list_available_packages() [...] ('qgram_corpora', 'Q-Gram corpora', ['de_qgram', 'en_GB_qgram', 'en_qgram',...

The documents cannot be processed with plain PDFLaTeX because they have wide UTF-8 characters in them. So I tried using LuaLaTeX instead, but the references were not properly processed. I...

Dependabot couldn't authenticate with https://pypi.org/simple/. You can provide authentication details in your [Dependabot dashboard](https://app.dependabot.com/accounts/chrislit) by clicking into the account menu (in the top right) and selecting 'Config variables'. [View the...

This should (perhaps?) be a separate class from Jaccard to maintain a more consistent api.

refactoring