telugu-language-tools 5.0.4__py3-none-any.whl → 5.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of telugu-language-tools might be problematic. Click here for more details.
- telugu_engine/__init__.py +15 -4
- telugu_engine/grammar.py +178 -325
- telugu_engine/transliterator.py +327 -645
- {telugu_language_tools-5.0.4.dist-info → telugu_language_tools-5.1.0.dist-info}/METADATA +52 -13
- telugu_language_tools-5.1.0.dist-info/RECORD +13 -0
- telugu_language_tools-5.0.4.dist-info/RECORD +0 -13
- {telugu_language_tools-5.0.4.dist-info → telugu_language_tools-5.1.0.dist-info}/WHEEL +0 -0
- {telugu_language_tools-5.0.4.dist-info → telugu_language_tools-5.1.0.dist-info}/licenses/LICENSE +0 -0
- {telugu_language_tools-5.0.4.dist-info → telugu_language_tools-5.1.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: telugu-language-tools
|
|
3
|
-
Version: 5.0
|
|
3
|
+
Version: 5.1.0
|
|
4
4
|
Summary: Modern Telugu v3.0 compliant library with present continuous tense, modern pronouns, comprehensive validation, and 100% test coverage
|
|
5
5
|
Author-email: Telugu Library Contributors <support@telugulibrary.org>
|
|
6
6
|
License: MIT
|
|
@@ -36,16 +36,16 @@ Requires-Dist: pytest; extra == "test"
|
|
|
36
36
|
Requires-Dist: pytest-cov; extra == "test"
|
|
37
37
|
Dynamic: license-file
|
|
38
38
|
|
|
39
|
-
# Telugu Library v5.0
|
|
39
|
+
# Telugu Library v5.1.0 - Modern Telugu Engine
|
|
40
40
|
|
|
41
41
|
[](https://www.python.org/downloads/)
|
|
42
42
|
[](LICENSE)
|
|
43
|
-
[](https://github.com/yourusername/telugu_lib)
|
|
44
44
|
[](V3_STANDARD.md)
|
|
45
45
|
|
|
46
46
|
A comprehensive Python library for **Modern Telugu** (v3.0) processing. Features full v3.0 compliance, present continuous tense support, modern pronouns and grammar, comprehensive validation, and production-ready testing.
|
|
47
47
|
|
|
48
|
-
## 🎯 v5.0
|
|
48
|
+
## 🎯 v5.1.0 Highlights
|
|
49
49
|
|
|
50
50
|
- **v3.0 Compliant**: Full compliance with Modern Telugu v3.0 standards
|
|
51
51
|
- **100% Test Pass Rate**: Comprehensive test suites with 100% pass rate
|
|
@@ -102,7 +102,7 @@ pip install build
|
|
|
102
102
|
python -m build
|
|
103
103
|
|
|
104
104
|
# Install
|
|
105
|
-
pip install dist/telugu_engine-5.0
|
|
105
|
+
pip install dist/telugu_engine-5.1.0-py3-none-any.whl
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
## 🚀 Quick Start
|
|
@@ -304,7 +304,7 @@ for text in texts:
|
|
|
304
304
|
|
|
305
305
|
## 📊 Version History
|
|
306
306
|
|
|
307
|
-
### v5.
|
|
307
|
+
### v5.1.0 (Current) - 2025-11-10
|
|
308
308
|
- ✅ Complete v3.0 implementation
|
|
309
309
|
- ✅ Present continuous tense support
|
|
310
310
|
- ✅ Enhanced tense engine with all 16 sections
|
|
@@ -313,18 +313,57 @@ for text in texts:
|
|
|
313
313
|
- ✅ Comprehensive test suites
|
|
314
314
|
- ✅ Translation challenges solved
|
|
315
315
|
- ✅ Error prevention checklist
|
|
316
|
+
- ✅ Corrected verb root mappings (v3.1 grammar)
|
|
317
|
+
- ✅ Case-sensitive retroflex consonant support (v4.0.8 transliterator)
|
|
316
318
|
|
|
317
|
-
###
|
|
319
|
+
### v5.0.0 - 2025-11-09
|
|
320
|
+
- ✅ Complete v3.0 implementation
|
|
321
|
+
- ✅ Present continuous tense support
|
|
322
|
+
- ✅ Enhanced tense engine with all 16 sections
|
|
323
|
+
- ✅ 100% test pass rate
|
|
324
|
+
- ✅ Modern pronoun detection
|
|
325
|
+
- ✅ Comprehensive test suites
|
|
326
|
+
- ✅ Translation challenges solved
|
|
327
|
+
- ✅ Error prevention checklist
|
|
328
|
+
|
|
329
|
+
## 📝 Changelog
|
|
330
|
+
|
|
331
|
+
### v5.1.0 (2025-11-10) - Grammar and Transliteration Improvements
|
|
332
|
+
- **Grammar Engine v3.1 Updates**:
|
|
333
|
+
- ✅ Corrected critical verb root mappings ('come' → 'vachhu', not 'vaddu')
|
|
334
|
+
- ✅ Fixed 'know' → 'telisukovu' (not 'mariyu')
|
|
335
|
+
- ✅ Fixed 'think' → 'alochinchu' (not '脑li')
|
|
336
|
+
- ✅ Modern verb patterns (Past Participle + Person Marker)
|
|
337
|
+
- ✅ Updated 4-case system (Nominative, Accusative, Dative, Locative)
|
|
338
|
+
|
|
339
|
+
- **Transliterator v4.0.8 Updates**:
|
|
340
|
+
- ✅ Critical fix: Removed .lower() to preserve case distinction for retroflex consonants (T, D, N, S)
|
|
341
|
+
- ✅ Corrected 'nd' → 'ండ' (retroflex) in nasal_map per lexical convention
|
|
342
|
+
- ✅ Removed redundant R+vowel shortcut for FST stability
|
|
343
|
+
- ✅ Cleaned up base consonants ('ksha', 'jna' now handled via clusters)
|
|
344
|
+
- ✅ Fixed syntax errors in list initialization
|
|
345
|
+
|
|
346
|
+
- **Infrastructure Updates**:
|
|
347
|
+
- ✅ Fixed import issues in main __init__.py
|
|
348
|
+
- ✅ Added fallback functions for transliteration compatibility
|
|
349
|
+
- ✅ Connected validation functions to proper modules
|
|
350
|
+
|
|
351
|
+
### v5.0.0 (2025-11-09) - Enhanced Tense and v3.0 Compliance
|
|
352
|
+
- ✅ Complete v3.0 implementation with all 16 sections
|
|
353
|
+
- ✅ Present continuous tense support ("I am going" → నేను వెళ్తున్నాను)
|
|
354
|
+
- ✅ Enhanced tense engine with comprehensive conjugation
|
|
355
|
+
- ✅ Modern pronouns: నేను, వాళ్ళు (NOT archaic forms)
|
|
356
|
+
- ✅ 4-case system (Nominative, Accusative, Dative, Locative)
|
|
357
|
+
- ✅ SOV syntax conversion
|
|
358
|
+
- ✅ v3.0 compliance validation
|
|
359
|
+
- ✅ 100% test pass rate
|
|
360
|
+
|
|
361
|
+
### v3.0.0 (2025-11-08) - Initial v3.0 Rewrite
|
|
318
362
|
- ✅ Initial v3.0 rewrite
|
|
319
363
|
- ✅ Modern script compliance
|
|
320
364
|
- ✅ Core transliteration
|
|
321
365
|
- ✅ Basic grammar support
|
|
322
366
|
|
|
323
|
-
### v4.0.3 (Legacy) - Previous
|
|
324
|
-
- ❌ Archaic pronouns
|
|
325
|
-
- ❌ Incomplete v3.0 support
|
|
326
|
-
- ❌ Lower test coverage
|
|
327
|
-
|
|
328
367
|
## 🏗️ Architecture
|
|
329
368
|
|
|
330
369
|
### Core Modules
|
|
@@ -395,4 +434,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
395
434
|
|
|
396
435
|
---
|
|
397
436
|
|
|
398
|
-
**Telugu Library v5.
|
|
437
|
+
**Telugu Library v5.1** - Modern Telugu for the Modern World 🌟
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
telugu_engine/__init__.py,sha256=A6QWYDMO33F1_HHnegaOhIKigJz41E4tCR1tPsSjHA0,4988
|
|
2
|
+
telugu_engine/cli.py,sha256=3Rb-7fEKToaQe7CAzBwwAgAt0B1BwZy8DQun2UnbCew,2859
|
|
3
|
+
telugu_engine/enhanced_tense.py,sha256=V9IkNw-vC2Xr8pRBwze72u5sSjwxjqAju6CGGRDd-Wk,28149
|
|
4
|
+
telugu_engine/grammar.py,sha256=lFL4pyazltiF7I5JuJV09Diy1g4ycue48wcQj1xxkeU,12521
|
|
5
|
+
telugu_engine/phonetic_matrix.py,sha256=TRXS077d9MXxKKAFMYcOSFJhB4PqUxAj4MwUv33ey4M,1920
|
|
6
|
+
telugu_engine/tense_engine.py,sha256=zN3ee2gBIkB1mHkYV9XWync4rVALdQvfA935kUve1bE,11217
|
|
7
|
+
telugu_engine/transliterator.py,sha256=duPMWFoZPTd5gQ1wXuk3K0L_HkBtVGae34i8Nz-hVLk,15228
|
|
8
|
+
telugu_engine/v3_validator.py,sha256=MphzfF1LXLmaaN8CZEglnUV4Aa_dkSq9vsEuxi9wcGs,11780
|
|
9
|
+
telugu_language_tools-5.1.0.dist-info/licenses/LICENSE,sha256=pzHqJCLFLc62QxKlBp3oQAo1JQJ3two0K1bSsSEFvoo,1067
|
|
10
|
+
telugu_language_tools-5.1.0.dist-info/METADATA,sha256=Q6Tloikow65vndw4STEYSv3IjwW7rFqzD0QieCPwNtg,15154
|
|
11
|
+
telugu_language_tools-5.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
telugu_language_tools-5.1.0.dist-info/top_level.txt,sha256=3S-8k6ZwOSHbYDTIgbZKspac6uG6gjiTzp2RmUvZVWA,14
|
|
13
|
+
telugu_language_tools-5.1.0.dist-info/RECORD,,
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
telugu_engine/__init__.py,sha256=kO72UvPgyyplAymmlN2epolXUhGjMYvZgTSO7iL1uFY,4590
|
|
2
|
-
telugu_engine/cli.py,sha256=3Rb-7fEKToaQe7CAzBwwAgAt0B1BwZy8DQun2UnbCew,2859
|
|
3
|
-
telugu_engine/enhanced_tense.py,sha256=V9IkNw-vC2Xr8pRBwze72u5sSjwxjqAju6CGGRDd-Wk,28149
|
|
4
|
-
telugu_engine/grammar.py,sha256=f7RssUiB_Nl368W6vZ7iZ_mwaQlOkd5EqUTYZUxkJLs,14937
|
|
5
|
-
telugu_engine/phonetic_matrix.py,sha256=TRXS077d9MXxKKAFMYcOSFJhB4PqUxAj4MwUv33ey4M,1920
|
|
6
|
-
telugu_engine/tense_engine.py,sha256=zN3ee2gBIkB1mHkYV9XWync4rVALdQvfA935kUve1bE,11217
|
|
7
|
-
telugu_engine/transliterator.py,sha256=RS_n4L-nJYhthGw_OpNNNA_bqZ0YrkkNYBCmIc2-pnw,20678
|
|
8
|
-
telugu_engine/v3_validator.py,sha256=MphzfF1LXLmaaN8CZEglnUV4Aa_dkSq9vsEuxi9wcGs,11780
|
|
9
|
-
telugu_language_tools-5.0.4.dist-info/licenses/LICENSE,sha256=pzHqJCLFLc62QxKlBp3oQAo1JQJ3two0K1bSsSEFvoo,1067
|
|
10
|
-
telugu_language_tools-5.0.4.dist-info/METADATA,sha256=98vY0DTw4C9K4QU0GJNMiV98QJMuwQvUMOUQRmYTT_c,13210
|
|
11
|
-
telugu_language_tools-5.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
-
telugu_language_tools-5.0.4.dist-info/top_level.txt,sha256=3S-8k6ZwOSHbYDTIgbZKspac6uG6gjiTzp2RmUvZVWA,14
|
|
13
|
-
telugu_language_tools-5.0.4.dist-info/RECORD,,
|
|
File without changes
|
{telugu_language_tools-5.0.4.dist-info → telugu_language_tools-5.1.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{telugu_language_tools-5.0.4.dist-info → telugu_language_tools-5.1.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|