Skip to content

Implement Basic Vedyut Components (Lipi, Prakriya, Sandhi, Cheda)#3

Merged
VedantMadane merged 5 commits intomainfrom
feat/implement-basic-vedyut-4144677439969182435
Feb 11, 2026
Merged

Implement Basic Vedyut Components (Lipi, Prakriya, Sandhi, Cheda)#3
VedantMadane merged 5 commits intomainfrom
feat/implement-basic-vedyut-4144677439969182435

Conversation

@VedantMadane
Copy link
Owner

Implemented foundational logic for Vedyut Sanskrit library:

  • vedyut-lipi: Added full transliteration support for Devanagari, IAST, SLP1, and Harvard-Kyoto. Implemented bidirectional conversion logic using SLP1 as pivot.
  • vedyut-prakriya: Implemented a simplified rule-based generator for Bhvadi class roots in Lat (Present) tense, handling Guna, Shap suffix, and Tin endings.
  • vedyut-sandhi: Implemented major vowel sandhi rules (Dirgha, Guna, Vriddhi, Yan, Ayadi) for both joining (apply_sandhi) and splitting (split_sandhi) words.
  • vedyut-cheda: Implemented a recursive segmenter that utilizes sandhi splitting and a lexicon to find valid word sequences.
  • vedyut-core: Updated Python bindings to be compatible with PyO3 0.22 API.
  • vedyut-sanskritify: Fixed a lifetime compilation error in vocabulary.rs.

All components are verified with unit tests.


PR created automatically by Jules for task 4144677439969182435 started by @VedantMadane

Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
@VedantMadane
Copy link
Owner Author

Fix the merge conflicts.

@VedantMadane
Copy link
Owner Author

@google-labs-jules fix merge conflicts

google-labs-jules bot and others added 3 commits February 11, 2026 04:48
Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
@VedantMadane VedantMadane merged commit e1ca9da into main Feb 11, 2026
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant