Finds documents that contain non-junk (meaningful) words, such as words which do not contain non-alphabetic characters or unusually high percentage of consonants.
Syntax
nojunk([term_1, term_2…])
Arguments
The arguments are optional.
Returned Value
Documents matching the query.
Examples
nojunk() matches all meaningful words, such as "year", "their", "space", but not "c42397", "PM10p0100071", "Grrls", "1-for-8";
nojunk(term(mylist)) matches meaningful words from the worclass "mylist".