Home > mecab-haskell

mecab-haskell

Mecab-haskell is a project mainly written in HASKELL and C, based on the BSD-3-Clause license.

MeCab haskell biding

  • Known Bugs Storable instance for MeCabNode isn't written appropriately. e.g. `length' field of MeCabNode is filed with strange length

For 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.
Previous:Appetude2