Safe Haskell | Safe-Infered |
---|
Text.MeCab
Documentation
class MeCabString str whereSource
Instances
parse :: MeCabString str => MeCab -> str -> IO strSource
parseNBest :: MeCabString str => MeCab -> Int -> str -> IO strSource
parseNBestInit :: MeCabString str => MeCab -> str -> IO ()Source
next :: MeCabString str => MeCab -> IO (Maybe str)Source
nextNode :: MeCabString str => MeCab -> IO [Node str]Source
Constructors
Node | |
Fields
|
parseToNode :: MeCabString str => MeCab -> str -> IO [Node str]Source
getPartial :: MeCab -> IO BoolSource
setPartial :: MeCab -> Bool -> IO ()Source
getLatticeLevel :: MeCab -> IO IntSource
setLatticeLevel :: MeCab -> Int -> IO ()Source
getAllMorphs :: MeCab -> IO IntSource
setAllMorphs :: MeCab -> Int -> IO ()Source