You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* save
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
* save
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
* extend alignment for itn
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
---------
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+14-25Lines changed: 14 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,38 +2,27 @@
2
2
3
3
Add a one line overview of what this PR aims to accomplish.
4
4
5
-
**Collection**: [Note which collection this PR will affect]
6
-
7
-
# Changelog
8
-
- Add specific line by line info of high level changes in this PR.
9
-
10
-
# Usage
11
-
* You can potentially add a usage example below
12
-
13
-
```python
14
-
# Add a code snippet demonstrating how to use this
15
-
```
16
5
17
6
# Before your PR is "Ready for review"
18
7
**Pre checks**:
19
-
-[ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
20
-
-[ ] Did you write any new necessary tests?
21
-
-[ ] Did you add or update any necessary documentation?
22
-
-[ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
23
-
-[ ] Reviewer: Does the PR have correct import guards for all optional libraries?
8
+
-[ ] Have you signed your commits? Use ``git commit -s`` to sign.
9
+
-[ ] Do all unittests finish successfully before sending PR?
10
+
1)``pytest`` or (if your machine does not have GPU) ``pytest --cpu`` from the root folder (given you marked your test cases accordingly `@pytest.mark.run_only_on('CPU')`).
-[ ] If you are adding a new feature: Have you added test cases for both `pytest` and Sparrowhawk [here](tests/nemo_text_processing).
13
+
-[ ] Have you added ``__init__.py`` for every folder and subfolder, including `data` folder which has .TSV files?
14
+
-[ ] Have you followed codeQL results and removed unused variables and imports (report is at the bottom of the PR in github review box) ?
15
+
-[ ] Have you added the correct license header `Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.` to all newly added Python files?
16
+
-[ ] If you copied [nemo_text_processing/text_normalization/en/graph_utils.py](nemo_text_processing/text_normalization/en/graph_utils.py) your header's second line should be `Copyright 2015 and onwards Google, Inc.`. See an example [here](https://github.com/NVIDIA/NeMo-text-processing/blob/main/nemo_text_processing/text_normalization/en/graph_utils.py#L2).
17
+
-[ ] Remove import guards (`try import: ... except: ...`) if not already done.
18
+
-[ ] If you added a new language or a new feature please update the [NeMo documentation](https://github.com/NVIDIA/NeMo/blob/main/docs/source/nlp/text_normalization/wfst/wfst_text_normalization.rst) (lives in different repo).
19
+
-[ ] Have you added your language support to [tools/text_processing_deployment/pynini_export.py](tools/text_processing_deployment/pynini_export.py).
24
20
21
+
22
+
25
23
**PR Type**:
26
24
-[ ] New Feature
27
25
-[ ] Bugfix
28
26
-[ ] Documentation
29
27
30
28
If you haven't finished some of the above items you can still open "Draft" PR.
31
-
32
-
33
-
## Who can review?
34
-
35
-
Anyone in the community is free to review the PR once the checks have passed.
36
-
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
**NeMo Text Processing**
2
2
==========================
3
3
4
-
**This repository is under development, please refer to https://github.com/NVIDIA/NeMo/tree/main/nemo_text_processing for full functionality. See [documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/nlp/text_normalization/wfst/wfst_text_normalization.html) for details.**
0 commit comments