Skip to content

Commit

Permalink
Term semiring.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansche committed Apr 7, 2016
1 parent b644f83 commit 72caa7a
Show file tree
Hide file tree
Showing 2 changed files with 811 additions and 0 deletions.
9 changes: 9 additions & 0 deletions festus/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,12 @@ cc_library(
hdrs = ["hash.h"],
deps = ["@farmhash//:farmhash"],
)

cc_library(
name = "term-semiring",
hdrs = ["term-semiring.h"],
deps = [
"@openfst//:base",
":expression",
],
)
Loading

0 comments on commit 72caa7a

Please sign in to comment.