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