diff options
| author | ra.monique <ra.monique@gmail.com> | 2010-12-05 19:51:19 +0000 |
|---|---|---|
| committer | ra.monique <ra.monique@gmail.com> | 2010-12-05 19:51:19 +0000 |
| commit | 6268c2d7d9c87720dfcecf9dde12fb7443bf3200 (patch) | |
| tree | 9b222d22b20cc4d0d52adf2b7a5550730972aead /src/runtime/haskell/PGF.hs | |
| parent | 18e368783266f1667b5093e94c1d0c0e50937315 (diff) | |
added syntax to api translation module
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
| -rw-r--r-- | src/runtime/haskell/PGF.hs | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
