expose parseEc
This commit is contained in:
parent
a548a29637
commit
a831587ed2
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -185,17 +185,17 @@ export const equativeEndings: {
|
||||||
[
|
[
|
||||||
[{
|
[{
|
||||||
p: "وم",
|
p: "وم",
|
||||||
f: "wum"
|
f: "wum",
|
||||||
}],
|
}],
|
||||||
[{
|
[{
|
||||||
p: "وو",
|
p: "وو",
|
||||||
f: "woo"
|
f: "woo",
|
||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[{
|
[{
|
||||||
p: "وم",
|
p: "وم",
|
||||||
f: "wum"
|
f: "wum",
|
||||||
}],
|
}],
|
||||||
[{
|
[{
|
||||||
p: "وو",
|
p: "وو",
|
||||||
|
|
|
@ -76,6 +76,7 @@ import {
|
||||||
getVerbBlockPosFromPerson,
|
getVerbBlockPosFromPerson,
|
||||||
personIsPlural,
|
personIsPlural,
|
||||||
personGender,
|
personGender,
|
||||||
|
parseEc,
|
||||||
} from "./lib/misc-helpers";
|
} from "./lib/misc-helpers";
|
||||||
import {
|
import {
|
||||||
simplifyPhonetics,
|
simplifyPhonetics,
|
||||||
|
@ -130,6 +131,7 @@ export {
|
||||||
personIsPlural,
|
personIsPlural,
|
||||||
personGender,
|
personGender,
|
||||||
addEnglish,
|
addEnglish,
|
||||||
|
parseEc,
|
||||||
// protobuf helpers
|
// protobuf helpers
|
||||||
readDictionary,
|
readDictionary,
|
||||||
writeDictionary,
|
writeDictionary,
|
||||||
|
|
Loading…
Reference in New Issue