Skip to content

This Python repository contains a Terminal/CLI-based automated grammatical gender detector for Polish-language nouns. The tool covers singular and plural genders, including less frequent categories.

Notifications You must be signed in to change notification settings

chriseborowski/Polish-gender-checker

Repository files navigation

polish-gender-checker

Gender checker for Polish-language words.

This is a program that checks the grammatical gender of the input noun in Polish. The source code was last reviewed and updated on 4.9.2023.

This version of the program works for nouns in the following categories:
(a) masculine singular,
(b) feminine singular,
(c) neuter singular,
(d) masculine (virile) plural,
(e) nonmasculine (virile) plural.

Version history
v. 1.0 - basic version of the program developed
v. 1.1 - masculine and neuter gender exceptions added
v. 1.2 - feminine exceptions added
v. 1.3 - masculine plural nouns added (virile and non-virile)
v. 1.4.1 - source code simplified and reduced by ~30% to optimize performance
v. 1.4.2 - neuter category updated
v. 1.5.0 - 2-step algorithm adopted (singular vs. plural), updated plural categories to increase gender recognition

About

This Python repository contains a Terminal/CLI-based automated grammatical gender detector for Polish-language nouns. The tool covers singular and plural genders, including less frequent categories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published