| ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| Synopsis | ||||||||||||||||||||||||||||
| Documentation | ||||||||||||||||||||||||||||
| type Tags = Map String [TagElem] | ||||||||||||||||||||||||||||
| data TagElem | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| class TagItem t where | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| data TagSite | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| type TagDerivation = [(Char, String, (String, String))] | ||||||||||||||||||||||||||||
| emptyTE :: TagElem | ||||||||||||||||||||||||||||
| ts_synIncomplete :: String | ||||||||||||||||||||||||||||
| ts_semIncomplete :: [Pred] -> String | ||||||||||||||||||||||||||||
| ts_tbUnificationFailure :: String | ||||||||||||||||||||||||||||
| ts_rootFeatureMismatch :: Flist -> String | ||||||||||||||||||||||||||||
| addToTags :: Tags -> String -> TagElem -> Tags | ||||||||||||||||||||||||||||
| tagLeaves :: TagElem -> [(String, UninflectedDisjunction)] | ||||||||||||||||||||||||||||
| setTidnums :: [TagElem] -> [TagElem] | ||||||||||||||||||||||||||||
| Assigns a unique id to each element of this list, that is, an integer between 1 and the size of the list. | ||||||||||||||||||||||||||||
| mapBySem :: TagItem t => [t] -> Map Pred [t] | ||||||||||||||||||||||||||||
| drawTagTrees :: [TagElem] -> String | ||||||||||||||||||||||||||||
| subsumedBy :: Sem -> Pred -> Bool | ||||||||||||||||||||||||||||
| showTagSites :: [TagSite] -> String | ||||||||||||||||||||||||||||
| collect :: Collectable a => a -> Set String -> Set String | ||||||||||||||||||||||||||||
| detectSites :: Tree GNode -> ([TagSite], [TagSite], [TagSite]) | ||||||||||||||||||||||||||||
| Given a tree(GNode) returns a list of substitution or adjunction nodes, as well as remaining nodes with a null adjunction constraint. | ||||||||||||||||||||||||||||
| Produced by Haddock version 0.8 | ||||||||||||||||||||||||||||