scala.util.automata
WordBerrySethi
class
WordBerrySethi extends BaseBerrySethi
Inherits
- BaseBerrySethi
- AnyRef
- Any
Value Members
-
def
automatonFrom(pat: RegExp, finalTag: Int): NondetWordAutom[_labelT]
-
val
emptySet: Set[Int]
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
-
def
toString(): String
-
def
traverse(r: RegExp): Unit
Instance constructors
-
new
WordBerrySethi()
This class turns a regexp into a NondetWordAutom using the celebrated position automata construction (also called Berry-Sethi or Glushkov)