Maintainer | bastiaan.heeren@ou.nl |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | Safe |
Language | Haskell98 |
Recognize.Data.StringLexerOptions
Description
Documentation
data StringLexerOptions Source #
Parameters for Recognize.Parsing.MathLexer
Instances
Semigroup StringLexerOptions Source # | |
Defined in Recognize.Data.StringLexerOptions Methods (<>) :: StringLexerOptions -> StringLexerOptions -> StringLexerOptions # sconcat :: NonEmpty StringLexerOptions -> StringLexerOptions # stimes :: Integral b => b -> StringLexerOptions -> StringLexerOptions # | |
Monoid StringLexerOptions Source # | |
Defined in Recognize.Data.StringLexerOptions Methods mempty :: StringLexerOptions # mappend :: StringLexerOptions -> StringLexerOptions -> StringLexerOptions # mconcat :: [StringLexerOptions] -> StringLexerOptions # |
variableWhitelist :: StringLexerOptions -> [String] Source #
Almost all natural language is removed. If some words need to be seen as variables then add them here