mecab-0.2.0: A Haskell binding to MeCab

Text.MeCab

Documentation

new :: [String] -> IO MeCabSource

new2 :: String -> IO MeCabSource

parse :: MeCab -> Text -> IO TextSource

parseNBest :: MeCab -> Int -> Text -> IO TextSource

next :: MeCab -> IO (Maybe Text)Source

nextNode :: MeCab -> IO [Node]Source

data Node Source

Instances

data Stat Source

Constructors

NOR 
UNK 
BOS 
EOS 

Instances

parseToNode :: MeCab -> Text -> IO [Node]Source

setPartial :: MeCab -> Bool -> IO ()Source

setTheta :: MeCab -> Double -> IO ()Source

setAllMorphs :: MeCab -> Int -> IO ()Source