-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNOTICE
More file actions
44 lines (31 loc) · 1.83 KB
/
NOTICE
File metadata and controls
44 lines (31 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Indic Text Normalization
Copyright 2025 Kenpath Technologies Pvt Ltd
This product is a derivative work based on NVIDIA NeMo Text Processing.
================================================================================
This product contains code from NVIDIA NeMo Text Processing
Copyright 2020-2024 NVIDIA Corporation
Original repository: https://github.com/NVIDIA/NeMo-text-processing
Licensed under the Apache License, Version 2.0
The base text normalization framework, including the English language module
(en/), graph utilities, and core WFST architecture are derived from NVIDIA
NeMo Text Processing.
================================================================================
Portions of this software are derived from Google's text normalization grammars.
Copyright 2015 and onwards Google, Inc.
Specifically, the base graph utilities in en/graph_utils.py contain code
originally developed by Google and subsequently incorporated into NVIDIA NeMo
Text Processing.
================================================================================
Kenpath Technologies Pvt Ltd has contributed:
- Comprehensive Indic language support for 19 Indian languages:
Hindi (hi), Bengali (bn), Marathi (mr), Telugu (te), Kannada (kn),
Bhojpuri (bho), Magahi (mag), Chhattisgarhi (hne), Maithili (mai),
Assamese (as), Bodo (brx), Dogri (doi), Gujarati (gu), Malayalam (ml),
Punjabi (pa), Tamil (ta), Nepali (ne), and Sanskrit (sa)
- Language-specific taggers and verbalizers for each semiotic class
- Native script digit handling and verbalization
- Cultural and linguistic adaptations for Indic languages
- Test cases and validation data for Indic languages
================================================================================
This software is licensed under the Apache License, Version 2.0.
See the LICENSE file for the full license text.