https://github.com/radarsu/polish-word-variations
Utility library to define and obtain word variations for polish words - singular and plural forms (dependant on count) for various polish cases.
https://github.com/radarsu/polish-word-variations
dictionary dual form grammar plural polish singular variations word
Last synced: 21 days ago
JSON representation
Utility library to define and obtain word variations for polish words - singular and plural forms (dependant on count) for various polish cases.
- Host: GitHub
- URL: https://github.com/radarsu/polish-word-variations
- Owner: radarsu
- License: mit
- Created: 2021-04-08T18:53:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T09:20:04.000Z (over 3 years ago)
- Last Synced: 2025-02-13T06:40:18.265Z (over 1 year ago)
- Topics: dictionary, dual, form, grammar, plural, polish, singular, variations, word
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
polish-word-variations
Utility library to define and obtain word variations for polish words - singular and plural forms (dependant on count) for various polish cases.
[](https://www.buymeacoffee.com/radarsu)
## Table of contents
1. [Getting Started](#getting-started)
2. [Usage](#usage)
3. [Features](#features)
## Getting Started
`npm i polish-word-variations`
## Usage
### General
```ts
import { wordVariations } from 'polish-word-variations';
```
### Browser
In browser wordVariations package is wrapped twice `wordVariations.wordVariations`.
```html
console.log(wordVariations.wordVariations);
```
## Features
Based on:
- http://free.of.pl/g/grzegorj/gram/pl/gram04.html
- https://rjp.pan.pl/index.php?option=com_content&view=article&id=1011:skadnia-liczebnikow-70&catid=44&Itemid=145