An open API service indexing awesome lists of open source software.

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.

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.

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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