From 6268c2d7d9c87720dfcecf9dde12fb7443bf3200 Mon Sep 17 00:00:00 2001 From: "ra.monique" Date: Sun, 5 Dec 2010 19:51:19 +0000 Subject: added syntax to api translation module --- src/runtime/haskell/PGF.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/runtime/haskell/PGF.hs') diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index 42ef8aaff..197f10ab9 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -126,7 +126,10 @@ module PGF( readProbabilitiesFromFile, -- * Browsing - browse + browse, + -- * ToAPI + exprToAPI, + stringToAPI ) where import PGF.CId @@ -141,6 +144,7 @@ import PGF.Expr (Tree) import PGF.Morphology import PGF.Data import PGF.Binary +import PGF.ToAPI import qualified PGF.Forest as Forest import qualified PGF.Parse as Parse -- cgit v1.2.3