| Safe Haskell | None |
|---|
NLP.Concraft
Types
Concraft data.
Tagging
tag :: Concraft -> Sent Tag -> [Tag]Source
Perform disambiguation preceded by context-sensitive guessing.
Training
Arguments
| :: (Functor f, Foldable f) | |
| => Doc f s w | Document format handler |
| -> Int | Numer of guessed tags for each word |
| -> TrainConf | Guessing model training configuration |
| -> TrainConf | Disambiguation model training configuration |
| -> FilePath | Training file |
| -> Maybe FilePath | Maybe eval file |
| -> IO Concraft | Resultant models |
Train guessing and disambiguation models.