Arun Prasad

Results 45 issues of Arun Prasad

As title. I am not an expert on Tirhuta, so I might be mistaken.

Aksharamukha uses `LETTER GHA` instead of `LETTER GA` here. I am not knowledgeable enough about Khudawadi to know if this is correct.

KAITHI VOWEL SIGN VOCALIC R is part of the Unicode spec [here](https://unicode.org/charts/PDF/U11080.pdf), so I am curious if it should be used in Aksharamukha.

When using the online converter and transliterating from SLP1 to Gunjala Gondi, `'` seems to be mapped to an empty string. I'm curious if this is intentional and, if so,...

Minimal example: ``` from sanskrit_parser import Parser def api_example(string, output_encoding): buf = [] parser = Parser(output_encoding=output_encoding) buf.append('Splits:') for split in parser.split(string, limit=2): buf.append(f'Lexical Split: {split}') for i, parse in enumerate(split.parse(limit=2)):...

First, thank you for this marvelous library. I'm experimenting with `fst` for my [first ever Rust project](https://github.com/ambuda-org/vidyut), and for my use case, `fst` provides 10x the compression of gzip with...

question

Thank you for the wonderful library. I don't know how to name what I'm looking for, so I'm calling them *polymorphic* bitfields by analogy with a similar concept I've seen...

Using GitHub Actions, add continuous deployment (CD) that automatically pushes to the staging environment whenever a new PR is merged into the repository.

size:small
repo

These changes build on @kvchitrapu's prior work and simplify it slightly. Specifically, this makes the following changes: - collapse the UX from 4 phases (search, check, confirm, submit) to 3...