-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the template for typing issues.
Added a note about the Google form for reporting typing issues. #1056 #typingquality PiperOrigin-RevId: 670078434
- Loading branch information
1 parent
2711a6d
commit 86d54ef
Showing
1 changed file
with
6 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,18 @@ | ||
--- | ||
name: Typing issue | ||
about: Out-of-vocabulary, ranking issues, etc. | ||
about: Please use [the Google form](https://forms.gle/oXgwbqzvSyVHNBSc7) for reporting typing issues | ||
title: 'Typing issue: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Category of the typing issue | ||
Choose one of them (delete rest of them) | ||
1. Out-of-vocabulary (e.g. "夕日" is not in the candidate list at all). | ||
2. Word ranking issue (e.g. "夕日" is in the list, but ranking is lower than expected). | ||
3. Conversion issue (e.g. "夕日がきれい" is not converted as expected). | ||
4. Others | ||
Please use the Google Form for reporting typing issues. | ||
|
||
https://forms.gle/oXgwbqzvSyVHNBSc7 | ||
|
||
## Issues | ||
Write issues to the following table. (It's in the markdown format) | ||
The filled reports are available at | ||
|
||
| input [e.g.ゆうひ] | expected [e.g. 夕日] | actual [e.g. ユウヒ] | | ||
| ------------ | ------------ | ------------| | ||
| (write here) | (write here) | (optional, write here) | | ||
https://docs.google.com/spreadsheets/d/1AAK8wiTfIhj339Rb98lIRwgGfHndVz-jFXFNXZNQyeo/pubhtml?gid=649291758&single=true | ||
|
||
|
||
## Version or commit-id | ||
[e.g. Mozc-2.28.4960.100+24.11.oss or d50a8b9ae28c4fba265f734b38bc5ae392fe4d25] | ||
You can get the version string by converting "Version" or "ばーじょん". | ||
|
||
|
||
## Additional context | ||
Add any other context about the problem here. | ||
|
||
> [!NOTE] | ||
> | ||
> Typing issues will be closed when the entries are added to test cases and | ||
> evaluations. | ||
> | ||
> https://github.com/google/mozc/blob/master/src/data/test/quality_regression_test/oss.tsv | ||
> https://github.com/google/mozc/blob/master/src/data/dictionary_oss/evaluation.tsv | ||
See https://github.com/google/mozc/issues/1056 |