User: show me some data where number of characters is less than 36
Parsed: lengthfilter chars less than 36 and show [E]

User: display data with anything other than 5 sentences
Parsed: lengthfilter sents not equal to 5 and show [E]

User: show me data where text length is shorter than 46 words
Parsed: lengthfilter words less than 46 and show [E]

User: show me some instances where number of words is more than 74
Parsed: lengthfilter words greater than 74 and show [E]