Uses of Class
edu.washington.cs.knowitall.regex.RegularExpressionParser
-
Packages that use RegularExpressionParser Package Description edu.washington.cs.knowitall.regex -
-
Uses of RegularExpressionParser in edu.washington.cs.knowitall.regex
Fields in edu.washington.cs.knowitall.regex declared as RegularExpressionParser Modifier and Type Field Description static RegularExpressionParser<java.lang.Character>
RegularExpressionParsers. character
Regular expression over characters, as in java.util.Regex.static RegularExpressionParser<java.lang.String>
RegularExpressionParsers. word
Regular expressions over words where sequences are string representations of words.
-