https://github.com/konn/mecab-haskell
MeCab haskell biding
https://github.com/konn/mecab-haskell
Last synced: 2 months ago
JSON representation
MeCab haskell biding
- Host: GitHub
- URL: https://github.com/konn/mecab-haskell
- Owner: konn
- License: bsd-3-clause
- Created: 2011-05-01T17:16:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-12T15:58:24.000Z (almost 14 years ago)
- Last Synced: 2025-01-23T17:19:00.487Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
* Known Bugs
Storable instance for MeCabNode isn't written appropriately.
e.g. `length' field of MeCabNode is filed with strange lengthFor now, I use c_length C-function instead.
I'm investigating why.* Known bugs
- Support N-best answers.
- Pointer becomes null when used from compiled program.
From ghci, it works correctly.