Paul O'Leary McCann
Paul O'Leary McCann
I tried switching to setuptools_scm for my package [fugashi](https://github.com/polm/fugashi) for v0.1.7 but when installing from pip the version is shown as 0.0.0. I saw the notes about conflicting settings in...
The example for the link type ([section 5.2](http://oembed.com/#section5.2)) gives a 404. It seems iamcal.com no longer supports oembed, or at least not with the old url scheme - is that...
Hello. It has been many years since my last PR (#30); thanks for integrating it and doing a release. I have another small change. The change in this PR makes...
Cutlet has been out for a few years now, and while I consider it basically functionally complete, the API is a little awkward as it's evolved over time. Since it's...
Hello, I am the maintainer of mecab-python3. Users of your library have been opening issues at my repo because they have trouble building MeCab. They should not have to build...
Came up in #55, but odoriji across word boundaries do not work. The logic for handling odoriji is there, but currently the romaji word conversion doesn't have access to the...
This adds tests and a fix for the issue in #56. This actually isn't an ideal solution for original example in #55, though I'm not sure why オクト is used...
Came up in #55, but prefixes like `oct-` or `bio-` are not handled correctly due to the extra hyphen, and result in the empty string. This should be fixed.
If you install mecab-python3 on Windows and get an error like this: ImportError: DLL load failed while importing _MeCab: the specified module could not be found The recommended solution is...
Sometimes this error happens on Windows: ImportError: DLL load failed while importing fugashi: the specified module could not be found From experience, this can always be fixed by **using a...