diff --git a/package.json b/package.json index a8a960b..081088f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.3.1", + "version": "0.3.2", "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", diff --git a/src/library.ts b/src/library.ts index d2a7cb4..80d0d6c 100644 --- a/src/library.ts +++ b/src/library.ts @@ -32,6 +32,7 @@ import { removeFVariants, } from "./lib/p-text-helpers"; import { standardizePashto } from "./lib/standardize-pashto"; +import { phoneticsToDiacritics } from "./lib/phonetics-to-diacritics"; import { convertAfToPkSpelling, convertPkToAfSpelling, @@ -78,6 +79,7 @@ export { validateEntry, isNounAdjOrVerb, simplifyPhonetics, + phoneticsToDiacritics, // protobuf helpers readDictionary, writeDictionary,