TypeScript/React library for Pashto inflection, verb conjugation, phrase generation, text conversion, and more
Go to file
lingdocs aee3257ea3 very beta functionality for showing the English transations of sentences in the conjugation viewer. To do this you need to have a verb with the 'ec' field showing the English conjugation info from the dictionary. 2021-07-04 12:55:26 +03:00
.github/workflows rename ci job 2021-04-14 14:38:31 +03:00
public initial commit 2021-03-09 16:39:13 +04:00
src very beta functionality for showing the English transations of sentences in the conjugation viewer. To do this you need to have a verb with the 'ec' field showing the English conjugation info from the dictionary. 2021-07-04 12:55:26 +03:00
verbs initial commit 2021-03-09 16:39:13 +04:00
.gitignore urdu ه standardization 2021-06-17 22:46:11 +04:30
.npmrc bump 2021-03-16 11:58:53 +04:00
LICENSE initial commit 2021-03-09 16:39:13 +04:00
README.md Update README.md 2021-04-30 19:30:50 +03: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 very beta functionality for showing the English transations of sentences in the conjugation viewer. To do this you need to have a verb with the 'ec' field showing the English conjugation info from the dictionary. 2021-07-04 12:55:26 +03: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 urdu ه standardization 2021-06-17 22:46:11 +04:30

README.md

pashto-inflector

Netlify Status build 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