A bundled version of fugashi created for the purposes of vendoring fugashi into an Anki addon. Since Anki addons aren't installed with a package manager, it becomes necessory to vendor in dependencies, but fugashi both uses Cython and an external library (mecab) so it becomes difficult to support all platforms and abi versions Anki works with.
You may notice there are no
Releases
yet. This is because I don't currently have an Apple Developer
account, as
I'm short on funds, and therefore I can't sign my build of
mecab.dylib
or the MacOS Cython builds of fugashi.pyx for each
supported ABI version.
The bundle published by CI should work flawlessly for Linux and Windows, but on MacOS you will get popups saying that you can't run files when you try to import the library. If you go into your System Preferences and allow each file that fails to load (it will take two tries and two files), the bundled fugashi will work properly, but there's no way to get around this without signing or requiring users to perform overly technical tasks.
fugashi-bundled is, like fugashi, released under the terms of the MIT license. Please copy it far and wide.
fugashi is a wrapper for MeCab, and the fugashi bundles include MeCab
binaries. MeCab is copyrighted free software by Taku Kudo
<taku@chasen.org>
and Nippon Telegraph and Telephone Corporation,
and is redistributed under the BSD License.