Wikifunctions:Catalogue/Natural language operations/English
Appearance
Sentence and fragment generation
- English article-less instantiating sentence (Z26088): E.g. "Berlin is a city." or "Water is a substance."
- English article-ful instantiating sentence (Z23410): E.g. "An aircraft carrier is a ship." or "A tiger is a mammal."
- English simple copular sentence (Z21765): Returns a simple copular sentence in English.
- State location using entity and class (Z26570): Forms a sentence stating the location and class of a given entity. E.g. "Seoul is a city in South Korea."
- intro for year in English (Z20597): creates the intro sentences for articles about years, similar to the English Wikipedia's style
- English short description for album (Z28784): Given an album, returns a short description using the year and performer, e.g. "1968 album by The Beatles"
Verbs
Morphology
Possessives
- English possessive (Z11302): makes a noun or pronoun (either subjective or objective) possessive, but use a different function for possessive determiners. see https://en.wikipedia.org/wiki/English_possessive
- English plural possessive (Z19125): Returns the form for a plural possessive or genitive based on the lemma form, e.g. dog → dogs'
Grammatical Number
- English plural (Z11089): return the plural of an English word; see https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2023-09-08 for context
- English count plurality (Z11218): takes a natural number and the plural and singular cases of a count noun and returns the correct plurality
- English -ed form (regular) (Z13177): Create the past participle of an English verb
- is lexeme form plural? (Z22490): tests if the lexeme form or parent lexeme, has a grammatical feature/number of Q146786 (plural)
Other
- an or a? (English) (Z21739): Based on an English word, returns whether "a" or "an" should be the indefinite article.
- English verb to agent noun (Z11390): morpheme which takes a verb and returns the agent that does that verb
- English adjective to adverb (Z11646): Creates an English adverb from an adjective.
- English comparative adjective (Z11795): morpheme which takes an adjective and returns the comparative adjective
- English regular superlative form (Z12203): regular superlative form of an English adjective or flat adverb
- English -ing form (Z13087): create the gerund / present participle form of an English verb
- English -ion base form (Z13280): The transformation of a verb into an agent noun by adding the suffix "-ion"
- English -er form (Z13262): English verb to agent noun ending in -er
- suffix English word (Z13254): add any suffix to an English word with regular changes to spelling (monosyllabic or final-syllable stress is generally assumed)
Numbers
- English cardinal (Z13587): expresses a natural number in English words
- English ordinal (Z14526): converts a natural number to a standard English text string
- English name of month (Z13596): transforms Gregorian month to the English name of the month
- English denominator to fractional ordinal (Z14726): converts the natural number N in the denominator of a fraction into the singular name of (1/Nth)
- Natural number with English ordinal suffix (Z14531): Description missing
- English cardinal to ordinal (Z14523): Converts standard English cardinal forms like “twenty-three” to the corresponding ordinal form, like “twenty-third”.