TypeScript/React library for Pashto inflection, verb conjugation, phrase generation, text conversion, and more
Go to file
Bill D 3c6f3aaec5 Bug fix on the ordering of short perfect forms
on the shortest forms of the perfect forms, the insertable particles
should get inserted between the past participle and equative, eg. لیدلی به دې وم
2021-03-18 09:40:08 +04:00
.github/workflows w new g field 2021-03-16 17:35:41 +04:00
public initial commit 2021-03-09 16:39:13 +04:00
src Bug fix on the ordering of short perfect forms 2021-03-18 09:40:08 +04:00
verbs initial commit 2021-03-09 16:39:13 +04:00
.gitignore initial commit 2021-03-09 16:39:13 +04:00
.npmrc bump 2021-03-16 11:58:53 +04:00
LICENSE initial commit 2021-03-09 16:39:13 +04:00
README.md remove console.log 2021-03-10 21:50:45 +04:00
get-verbs.js automated node script for tsc library building 2021-03-16 14:34:34 +04:00
library-post-build.js automated node script for tsc library building 2021-03-16 14:34:34 +04:00
library-tsconfig.json initial commit 2021-03-09 16:39:13 +04:00
netlify.toml initial commit 2021-03-09 16:39:13 +04:00
package.json Bug fix on the ordering of short perfect forms 2021-03-18 09:40:08 +04:00
rollup.config.js bump 2021-03-16 11:58:53 +04:00
tsconfig.json initial commit 2021-03-09 16:39:13 +04:00
yarn.lock automated node script for tsc library building 2021-03-16 14:34:34 +04:00

README.md

pashto-inflector

Netlify Status build

A pashto inflection and verb conjugation engine, as well as functions and components for modifying and displaying Pashto text.

Also includes the Pashto Verb Explorer website.

Development

The Pashto Verb Explorer website can be used to view and play with the verb conjugations and various components.

yarn start

Building

⚠ Don't use yarn build. Use one of the commands below: ⚠

Website

To build the Pashto Verb Explorer website:

yarn build-website

This outputs a site at /build

Library

To build the pashto-inflector library ready for publishing to NPM:

yarn build-library