expose phonetics to diacritics
This commit is contained in:
parent
3c6f3aaec5
commit
c660df909b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"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",
|
||||||
|
|
|
@ -32,6 +32,7 @@ import {
|
||||||
removeFVariants,
|
removeFVariants,
|
||||||
} from "./lib/p-text-helpers";
|
} from "./lib/p-text-helpers";
|
||||||
import { standardizePashto } from "./lib/standardize-pashto";
|
import { standardizePashto } from "./lib/standardize-pashto";
|
||||||
|
import { phoneticsToDiacritics } from "./lib/phonetics-to-diacritics";
|
||||||
import {
|
import {
|
||||||
convertAfToPkSpelling,
|
convertAfToPkSpelling,
|
||||||
convertPkToAfSpelling,
|
convertPkToAfSpelling,
|
||||||
|
@ -78,6 +79,7 @@ export {
|
||||||
validateEntry,
|
validateEntry,
|
||||||
isNounAdjOrVerb,
|
isNounAdjOrVerb,
|
||||||
simplifyPhonetics,
|
simplifyPhonetics,
|
||||||
|
phoneticsToDiacritics,
|
||||||
// protobuf helpers
|
// protobuf helpers
|
||||||
readDictionary,
|
readDictionary,
|
||||||
writeDictionary,
|
writeDictionary,
|
||||||
|
|
Loading…
Reference in New Issue