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

Fixes e.g. `_phonetic.dist('t͡ʃat͡ʃembadet', 'UNK')`, previously handled erroneously.

Numpy 1.24 was released recently, and it looks like there is (at least one) deprecation that abydos relies on. Relevant stack trace snippet below. Opening this for tracking purposes. ```...

I have noticed a bug/deprecation between versions of scikit when trying to run the matcher. This does not appear to be a problem with hmni, but rather version control issues...

[Here on this line, the similarity is 4 / 11](https://github.com/chrislit/abydos/blob/344346a5fceb6acc631b3d24e16b73a303cece2c/tests/distance/test_distance_jaccard.py#L46) Other libraries calculate Jaccard Similarity differently. [For example, see this line](https://github.com/life4/textdistance/blob/d3e1f6d2117ac70f63eb027b1223b8ddf42cd4aa/tests/test_token/test_jaccard.py#L17) [and this line](https://github.com/doukremt/distance/blob/ad7f9dc7e9b0e88a08d0cefd1442f4ab1dd1779b/distance/_simpledists.py#L34) [and this line](https://github.com/Yomguithereal/talisman/blob/86ae55cbd040ff021d05e282e0e6c71f2dde21f8/src/metrics/jaccard.js#L59) So, where is...

Hi `chrislit/abydos`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

This is an impressive project unmatched by any other Python library currently available. Unfortunately, it seems like there have been no updates for a long time. Is the project no...