expose parseEc

This commit is contained in:
lingdocs 2021-10-07 13:17:04 -04:00
parent a548a29637
commit a831587ed2
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "1.1.3",
"version": "1.1.4",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -185,17 +185,17 @@ export const equativeEndings: {
[
[{
p: "وم",
f: "wum"
f: "wum",
}],
[{
p: "وو",
f: "woo"
f: "woo",
}]
],
[
[{
p: "وم",
f: "wum"
f: "wum",
}],
[{
p: "وو",

View File

@ -76,6 +76,7 @@ import {
getVerbBlockPosFromPerson,
personIsPlural,
personGender,
parseEc,
} from "./lib/misc-helpers";
import {
simplifyPhonetics,
@ -130,6 +131,7 @@ export {
personIsPlural,
personGender,
addEnglish,
parseEc,
// protobuf helpers
readDictionary,
writeDictionary,