Note on advanced queries involving variable length between words |
|
Syntax |
Meaning |
Examples (Click to run) |
Sample matches |
| One "slot" : Make sure there is no space, or it will be interpreted as two consecutive words | |||
|
word |
One exact word |
lad |
|
|
[pos] |
Part
of speech (exact) |
going, using |
|
|
[lemma] |
Lemmas (all forms of a word) |
sing, singing, sang |
|
| [=word] |
Synonyms |
formidable, muscular, fervent |
|
| [user:list] |
Customized lists |
[mark_davies@byu.edu:clothes] |
tie, shirt, blouse |
|
word|word |
Any of these words |
stunning, charming, gorgeous |
|
|
*xx |
Wildcard: * = any # letters |
unlikely, unusually |
|
|
-word |
NOT (followed by PoS, lemma, word, etc. Most useful for "multiple slot" queries; see below) |
the, in, is |
|
| Combinations of preceding (samples) | |||
| You can limit to a particular part of speech by adding a period (full stop) and then the part of speech tag in brackets. This is always optional. Make sure there is no space before or after the period (full stop), or it will be interpreted as two consecutive words | |||
| word.[pos] | Exact word and part of speech | strike.[v*] | strike (only as a verb) |
| word*.[pos] | Substring and part of speech | dis*.[vvd] | discovered, disappeared, discussed |
| [lemma].[pos] | Lemma and part of speech | [strike].[v*] | strike, struck, striking |
|
[word].[pos] |
Synonym and part of speech |
hit, strike, defeat (but not nouns, like rhythm or drumming) |
|
| You can add "lemma" to any other type of search, such as synonym or customized list, to see all forms of the matching words. Just use an extra set of brackets. | |||
|
[[=word]] |
Synonym and lemma |
announced, circulating, publishes, issue (no part of speech specified, so some noun uses) |
|
|
[[user:list]] |
Customized list and lemma |
tie, tying, socks, socked, shirt, blouses (no part of speech specified, hence tying) |
|
| You can also choose lemma and part of speech by combining the preceding symbols | |||
|
[[=word]].[pos] |
Synonym and lemma and part of speech |
mop, scrubs, polishing | |
|
[[user:list]].[pos] |
Customized list and lemma and part of speech |
tie, ties, sock, socks (i.e. just nouns) | |
| Multiple "slots" : Create sequences of words, using any of the preceding query types. Note that in each case, there is a space between the word "slots" in the query. These are just a few examples, from an unlimited number of combinations. Note on advanced queries involving variable length between words. | |||
| of no little | |||
|
fast food rapid transit |
|||
|
pretty smart pretty as (but not pretty girl, pretty picture, etc) |
|||
|
talk him into staying coerced them into buying |
|||
|
.|,|; nevertheless [p*] [v*] (Notice that punctuation can be used like any "word"; just make sure that it is separated from words by a space) |
. Nevertheless it is ; nevertheless he said |
||
|
break the law broke the story |
|||
|
beat the Yankees beaten to death |
|||
|
beautiful woman attractive wife |
|||
|
put on her hat putting on my pants |
|||