diff options
| author | krasimir <krasimir@chalmers.se> | 2015-04-20 11:56:13 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-04-20 11:56:13 +0000 |
| commit | 8c697b72a486ec3fd80734e999ac465cd251372c (patch) | |
| tree | 5898912af42a734f8c74945b110ce153f4614199 /src/runtime/haskell/PGF.hs | |
| parent | 5d7633fdb49e1460079642b41c46d454d4160c69 (diff) | |
drop the dependency to FST
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
| -rw-r--r-- | src/runtime/haskell/PGF.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index d2e70166c..07c14324f 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -119,9 +119,6 @@ module PGF( -- extra: morphoKnown, isInMorpho, - -- ** Tokenizing - mkTokenizer, - -- ** Visualizations graphvizAbstractTree, graphvizParseTree, @@ -165,7 +162,6 @@ import PGF.Expr (Tree) import PGF.Morphology import PGF.Data import PGF.Binary() -import PGF.Tokenizer import qualified PGF.Forest as Forest import qualified PGF.Parse as Parse import PGF.Utilities(replace) |
