Used to filter results based on part-of-speech tags as annotated in the corpus source files. Tags may vary between corpora and languages.
Regular Expressions
Filter results using a regular expression that is applied on a word level. Regular expressions should be
given in Python's regular expression syntax and are case-insensitive. More information can be found in the official documentation. See also pythex and regexpal for interactive experimentation with regular expressions.