| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
NLP.Concraft.Croatian.Request
Request
A request with configuration.
Short
A type of tagging work which is requested.
Arguments
| :: Analyzer | Morphosyntactic analyzer, if analysis needs to be done. |
| -> Concraft | Trained concraft model, needed for tagging. |
| -> Request TagWork | Tagwork of sorts, be it in need of tagging with marginals or tagging with reanalysis. |
| -> IO (Either [Sent Word Tag] [[(Set Tag, Tag)]]) |
Process the short request with or without analysis.