Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[de] add AP AI_DE_GGEC_REPLACEMENT_PUNCTUATION #9254

Merged
merged 2 commits into from
Sep 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1688,6 +1688,15 @@ To ignore a remote rule match, set the <marker> so that it exactly covers the te
</pattern>
<example correction="">Das ist ein grünes Haus<marker>“</marker>.</example>
</rule>
<rule>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ich würde die Regeln vielleicht noch durchnummerieren, aber sonst passt es :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stimmt, danke, mache ich :-)

<pattern>
<token postag="SENT_START"/>
<marker>
<token regexp="yes">[~—−–]</token>
</marker>
</pattern>
<example correction=""><marker>–</marker> Hier wird ein Spiegelstrich verwendet.</example>
</rule>
</rulegroup>

<rulegroup id="AI_DE_GGEC_REPLACEMENT_ORTHOGRAPHY_OTHERCASE" name="">
Expand Down