diff options
| author | krasimir <krasimir@chalmers.se> | 2010-11-24 12:51:54 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-11-24 12:51:54 +0000 |
| commit | 0b80b3ef0aa2daaef66f642fdff984c4eb7709f0 (patch) | |
| tree | 0a278483170ad262a60355a1010426b431b47f95 /src/runtime/haskell | |
| parent | ee85111d382fd7bf2055a2bf149d60deacb70802 (diff) | |
command ai in the shell now shows the probability of the tree
Diffstat (limited to 'src/runtime/haskell')
| -rw-r--r-- | src/runtime/haskell/PGF/Probabilistic.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/haskell/PGF/Probabilistic.hs b/src/runtime/haskell/PGF/Probabilistic.hs index 873f17be4..1a75b60a6 100644 --- a/src/runtime/haskell/PGF/Probabilistic.hs +++ b/src/runtime/haskell/PGF/Probabilistic.hs @@ -7,8 +7,8 @@ module PGF.Probabilistic , showProbabilities -- :: Probabilities -> String , readProbabilitiesFromFile -- :: FilePath -> PGF -> IO Probabilities - , probTree -- :: Probabilities -> Tree -> Double - , rankTreesByProbs -- :: Probabilities -> [Tree] -> [Tree] + , probTree + , rankTreesByProbs ) where import PGF.CId |
