| Copyright | (c) Christian Maeder, Klaus Luettich and Uni Bremen 2002-2003 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt |
| Maintainer | Christian.Maeder@dfki.de |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | None |
Common.AnalyseAnnos
Description
Some functions for building and accessing the datastructures of GlobalAnnotations
- addGlobalAnnos :: GlobalAnnos -> [Annotation] -> Result GlobalAnnos
- getGlobalAnnos :: String -> Result GlobalAnnos
- store_literal_map :: LiteralMap -> [Annotation] -> Result LiteralMap
Documentation
addGlobalAnnos :: GlobalAnnos -> [Annotation] -> Result GlobalAnnos
add global annotations
store_literal_map :: LiteralMap -> [Annotation] -> Result LiteralMap
add literal annotation to LiteralMap
and check for overlapping ids