--- title: Feminine Inflection Patterns --- import { defaultTextOptions as opts, Examples, InlinePs, grammarUnits, removeFVarients, InflectionsTable, inflectWord, } from "@lingdocs/pashto-inflector"; import shuffle from "../../lib/shuffle-array"; import InflectionCarousel from "../../components/InflectionCarousel"; import { words } from "../../words/words"; import Link from "../../components/Link"; import Table from "../../components/Table"; import { startingWord } from "../../lib/starting-word"; import { isFemNoun, isPattern6FemNoun, isPattern7FemNoun, } from "../../lib/type-predicates"; export const femNouns = words.nouns.filter(w => isFemNoun(w)); The 5 basic patterns in the last chapter work with both masculine and feminine words (nouns and adjectives). There are also a few more patterns that are only for **feminine nouns**. ## Feminine Nouns Ending in **Note:** This only works with **inanimate nouns**. (ie. words for people like will not inflect like this.)