moved PGF.ToApi to GF.Compile.ToAPI

This commit is contained in:
aarne
2010-12-07 18:05:13 +00:00
parent a27dd5fef4
commit 1b24f4490c
8 changed files with 12 additions and 10 deletions

View File

@@ -20,11 +20,11 @@ import PGF.Macros
import PGF.Data ----
import PGF.Morphology
import PGF.Printer
import PGF.ToAPI
import PGF.Probabilistic -- (getProbsFromFile,prProbabilities,defaultProbabilities)
import PGF.Generate (generateRandomFrom) ----
import PGF.Tree (Tree(Fun), expr2tree, tree2expr)
import GF.Compile.Export
import GF.Compile.ToAPI
import GF.Compile.ExampleBased
import GF.Infra.Option (noOptions, readOutputFormat)
import GF.Infra.UseIO