Weighted Search Package
Posted on August 29, 2021
Tags: Haskell
I have packaged up the more interesting bits from the Algebras for Weighted Search paper and put it up on hackage.
You can see it here.
It contains the HeapT
monad, the Monus
class, and an implementation of Dijkstra’s algorithm, the Viterbi
algorithm, and probabilistic parsing.
Check it out!