Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

UAST - Kotlin

Basic Info
  • Host: GitHub
  • Owner: dhruvildave
  • License: other
  • Language: Kotlin
  • Default Branch: main
  • Homepage: https://uast.dev
  • Size: 9.52 MB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation Codeowners

README.md

UAST: Unicode Aware Sanskrit Transliteration

A tool for transliterating and typing Sanskrit in the easiest computer, language, and human-friendly way

To install this program, you will need to install Java 21

After that, just run

bash make

To run,

bash java -jar build/libs/uast4j-latest.jar

If you use this repository, please cite the following paper:

bibtex @misc{uast_2022, doi = {10.48550/ARXIV.2203.14277}, url = {https://arxiv.org/abs/2203.14277}, author = {Dalwadi, Aneri and Dave, Dhruvil}, keywords = {Human-Computer Interaction (cs.HC), FOS: Computer and information sciences, H.5.2}, title = {UAST: Unicode Aware Sanskrit Transliteration}, publisher = {arXiv}, year = {2022}, copyright = {Creative Commons Attribution 4.0 International} }

poster

Devanagari (IAST: devanāgarī) is the writing system that is adapted by various languages like Sanskrit (IAST: saṃskṛta). International Alphabet of Sanskrit Transliteration (IAST) is a transliteration scheme for romanisation of Sanskrit language. IAST makes use of diacritics to represent various characters. On a computer, these are represented using Unicode standard which differs from how the Sanskrit language behaves at a very fundamental level. This results in an issue that is encountered while designing typesetting software for devanāgarī and IAST. We hereby discuss the problems and provide a solution that solves the issue of incompatibilities between various transliteration and encoding schemes.

Web version URL: https://uast.dev

Click on the encoding name for available options.

Owner

  • Name: Dhruvil Dave
  • Login: dhruvildave
  • Kind: user
  • Location: Dallas, Texas, USA

Playing with music, natural languages, and programming languages :) भारतवर्ष

Citation (CITATIONS.md)

We have invested a lot of time and effort in creating UAST,
please cite it when using it.

A BibTeX entry for LaTeX users is

```bibtex
@misc{uast_2022,
  doi = {10.48550/ARXIV.2203.14277},
  url = {https://arxiv.org/abs/2203.14277},
  author = {Dalwadi, Aneri and Dave, Dhruvil},
  keywords = {Human-Computer Interaction (cs.HC), FOS: Computer and information sciences, H.5.2},
  title = {UAST: Unicode Aware Sanskrit Transliteration},
  publisher = {arXiv},
  year = {2022},
  copyright = {Creative Commons Attribution 4.0 International}
}
```

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

build.gradle.kts maven