1.0.4 • Published 8 months ago

same-stem v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

same-stem

same-stem is a helper package that contains one function, which compares 2 words of the Polish Language and checks whether they have the same stem.

Usage

import sameStem from 'same-stem';

const word1 = 'jabłko';
const word2 = 'jabłkiem';

const result = sameStem(word1, word2);
console.log(result); // true
1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago