junk

Purpose

Finds documents that contain junk words, such as ones containing non-alphabetic characters or unusually high percentage of consonants.

Syntax

junk([term_1, term_2…​])

Arguments

The arguments are optional.

Returned Value

Documents matching the query.

Examples

junk() matches junk words, such as 58e875, c42397, Grrls, 1-for-8;

junk(term(mylist)) matches junk words from the worclass "mylist".