1
0
forked from GitHub/gf-core

command ai in the shell now shows the probability of the tree

This commit is contained in:
krasimir
2010-11-24 12:51:54 +00:00
parent ee85111d38
commit 0b80b3ef0a
2 changed files with 10 additions and 7 deletions

View File

@@ -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