Skip to content

Commit

Permalink
nominalization was necessary after all
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Feb 27, 2024
1 parent e17357c commit 49c1a31
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class NOM(override val Q: TSA, override val init: Set<Σᐩ>, override val final
}

val flattenedTriples by lazy {
Q.map { (a, _, c) -> a to { _: Σᐩ -> true } to c }.toSet()
// Q.map { (a, b, c) -> a to b.predicate() to c }.toSet()
Q.map { (a, b, c) -> a to b.predicate() to c }.toSet()
}

override fun recognizes(str: List<Σᐩ>): Boolean =
Expand Down

0 comments on commit 49c1a31

Please sign in to comment.