--- title: Feminine Inflection Patterns --- <!-- Copyright (c) 2021 lingdocs.com The content of the chapters/book is licensed by a Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0) https://creativecommons.org/licenses/by-sa/4.0/ https://creativecommons.org/licenses/by-sa/4.0/legalcode --> import { defaultTextOptions as opts, Examples, InlinePs, grammarUnits, removeFVarients, InflectionsTable, inflectWord, typePredicates as tp, } 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"; export const femNouns = nouns.filter(tp.isFemNounEntry); The <Link to="/inflection/inflection-patterns/">5 basic patterns in the last chapter</Link> 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 <InlinePs opts={opts} ps={{ p: "ي", f: "ee" }} /> <InflectionCarousel items={startingWord(femNouns.filter(tp.isPattern6FemEntry), "آزادي")} /> **Note:** This only works with **inanimate nouns**. (ie. words for people like <InlinePs opts={opts} ps={{ p: "باجي", f: "baajée", e: "older sister" }} /> will not inflect like this.)