Skip to content

Commit

Permalink
Update the template for typing issues.
Browse files Browse the repository at this point in the history
Added a note about the Google form for reporting typing issues.

#1056

#typingquality

PiperOrigin-RevId: 670078434
  • Loading branch information
hiroyuki-komatsu committed Sep 2, 2024
1 parent 2711a6d commit 86d54ef
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions .github/ISSUE_TEMPLATE/typing_issue.md
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

0 comments on commit 86d54ef

Please sign in to comment.