Example #1
0
 static bool RecognizeKeyword(Token token, out string keyword)
 {
     return(TagsPredicate.ParseKeyword(token.value, out keyword));
 }