| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Text.MoeDict
Documentation
data Pronunciation Source
Constructors
| Radical | |
Fields
| |
Constructors
| Entry | |
Fields
| |
Constructors
| Heteronym | |
Fields | |
data Definition Source
Constructors
| Definition | |
parseMoeDictFile :: FilePath -> IO [Entry] Source
type RadicalLetter = Char Source
Constructors
| Cluster | |
Fields
| |
entriesToMap :: [Entry] -> Map RadicalLetter EntryMap Source
splitHeteronym :: Entry -> [Entry] Source