| 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
Synopsis
- addGlobalAnnos :: GlobalAnnos -> [Annotation] -> Result GlobalAnnos
- getGlobalAnnos :: String -> Result GlobalAnnos
- store_literal_map :: LiteralMap -> [Annotation] -> Result LiteralMap
Documentation
addGlobalAnnos :: GlobalAnnos -> [Annotation] -> Result GlobalAnnos Source #
add global annotations
getGlobalAnnos :: String -> Result GlobalAnnos Source #
store_literal_map :: LiteralMap -> [Annotation] -> Result LiteralMap Source #
add literal annotation to LiteralMap
and check for overlapping ids