10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
-- %c = any language code | -- %c = any language code | ||
-- %p = any part of speech | -- %p = any part of speech | ||
-- %ps = any part of speech (plural) | |||
-- %s = any string | -- %s = any string | ||
------------------------- | ------------------------- | ||
Line 14: | Line 15: | ||
------------------------- | ------------------------- | ||
local pos = { | local pos = { | ||
" | "adjective", | ||
" | "adverb", | ||
" | "article", | ||
" | "conjunction", | ||
" | "determiner", | ||
" | "interjection", | ||
" | "noun", | ||
" | "numeral", | ||
" | "particle", | ||
" | "phrase", | ||
" | "postposition", | ||
" | "preposition", | ||
" | "pronoun", | ||
"proper | "proper noun", | ||
" | "symbol", | ||
" | "verb", | ||
} | } | ||