dictparser-0.3.0.0: Parsec parsers for the DICT format produced by dictfmt -t
NLP.DictParser.Internal
separator :: [Char]Source
manyTill1 :: Stream s m t => ParsecT s u m a -> ParsecT s u m end -> ParsecT s u m [a]Source
line1 :: ParsecT [Char] u Identity [Char]Source
line :: ParsecT [Char] u Identity [Char]Source
acceptedHeaders :: [String]Source
headerP :: ParsecT [Char] u Identity (String, String)Source
dashLine :: ParsecT [Char] u Identity [Char]Source
equalLine :: ParsecT [Char] u Identity [Char]Source
parseString :: String -> (Dict String, [String])Source
isRight :: Either t t1 -> BoolSource
tryParse :: Stream a Identity t => Parsec a () b -> a -> Either a bSource
strip :: [Char] -> [Char]Source
lstrip :: [Char] -> [Char]Source
rstrip :: [Char] -> [Char]Source
defP :: GenParser Char st (Def String)Source
withPOS :: GenParser Char st (String, [(Translation, [Example])])Source
textline :: ParsecT [Char] u Identity [Char]Source
pos :: ParsecT [Char] u Identity [Char]Source
translation :: GenParser Char st (Translation, [Example])Source
example :: GenParser Char st ExampleSource