Science Score: 67.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
    Found .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 (10.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

UAST CLI

Basic Info
  • Host: GitHub
  • Owner: aneri0x4f
  • License: other
  • Language: Go
  • Default Branch: main
  • Size: 15.6 MB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created about 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation Codeowners

README.md

UAST: Unicode Aware Saṃskṛta Transliteration

Go Reference

A tool for transliterating and typing Saṃskṛta in the easiest computer, language, and human-friendly way

To install this program, you will need to install Go

After that, simply run:

bash go install -ldflags "-w -s" -x -v -trimpath github.com/aneri0x4f/uast-cli/cmd/uast@latest

To remove,

bash make clean

To build in current directory,

bash make

Usage of uast: -from string from schema ([uast raw devanagari iast]) (default "uast") -i string Input file -o string Output file -to string to schema ([uast raw devanagari iast]) (default "devanagari")

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: Aneri Dalwadi
  • Login: aneri0x4f
  • Kind: user
  • Location: Austin, TX, USA

Software Engineering | Distributed Systems | Kaggle Master | Tennis | Painting

Citation (CITATION.cff)

cff-version: 1.2.0
title: "UAST: Unicode Aware Sanskrit Transliteration"
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Aneri
    family-names: Dalwadi
    email: aneri.d@ahduni.edu.in
    orcid: "https://orcid.org/0000-0002-1771-1576"
  - given-names: Dhruvil
    family-names: Dave
    email: dhruvil.d@ahduni.edu.in
    orcid: "https://orcid.org/0000-0003-0616-7277"
identifiers:
  - type: doi
    value: 10.48550/ARXIV.2203.14277
  - type: url
    value: "https://arxiv.org/abs/2203.14277"
repository-code: "https://github.com/dhruvildave/uast"
url: "https://uast.dev"
repository: "https://github.com/aneri0x4f/uast-cli"
keywords:
  - Human-Computer Interaction (cs.HC)
  - "FOS: Computer and information sciences, H.5.2"
license: CC-BY-4.0

GitHub Events

Total
  • Push event: 11
Last Year
  • Push event: 11

Issues and Pull Requests

Last synced: about 3 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 41
proxy.golang.org: github.com/aneri0x4f/uast-cli
  • Versions: 41
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 6.5%
Dependent packages count: 7.0%
Forks count: 7.0%
Average: 7.5%
Dependent repos count: 9.3%
Last synced: 10 months ago

Dependencies

go.mod go
  • golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
  • golang.org/x/text v0.7.0
go.sum go
  • golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
  • golang.org/x/text v0.7.0