--- 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 { nouns } from "../../words/words"; import Link from "../../components/Link"; import Table from "../../components/Table"; import { startingWord } from "../../lib/starting-word"; import { isFemNounEntry, isPattern6FemEntry, } from "../../lib/type-predicates"; export const femNouns = nouns.filter(isFemNounEntry); 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.)