⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gender.xml.svn-base

📁 XML Copy Editor is free software released under the GNU General Public License. It is available in C
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ruleset.xsd">
  <title>Gender</title>
  <rule>
    <report>author, mayor, manager, poet</report>
    <regex>
      <find>\b((?:auth|may)or|manager|poet)ess\b</find>
      <replace tentative="true">\1</replace>
    </regex>
  </rule>
  <rule>
    <report>actor, sculptor</report>
    <regex>
      <find>\b(act|sculpt)ress\b</find>
      <replace adjustcase="true" tentative="true">\1or</replace>
    </regex>
  </rule>
  <rule>
    <report>flight attendant (not stewardess)</report>
    <regex>
      <find>\bstewardesse?(s?)\b</find>
      <replace adjustcase="true" tentative="true">flight attendant\1</replace>
    </regex>
  </rule>
  <rule>
    <report>phrases to avoid</report>
    <regex>
      <find>\b(?:best man for the job|man in the street|man to man|no man's land|one[- ]man show|every man for himself)\b</find>
      <replace tentative="true">---</replace>
    </regex>
  </rule>
  <rule>
    <report>chair (not chairman), firefighter (not fireman), etc.</report>
    <regex>
      <find>\b(?:air(?:|craft)|anchor|bar|boat|business|chair|congress|council|door|dust|Dutch|English|French|fire|fresh|lay|mail|middle|militia|milk|news(?:|paper)|police|post|press|spokes|Ulster|weather)m[ae]n\b</find>
      <replace tentative="true">---</replace>
    </regex>
  </rule>
  <rule>
    <report>fair play (not sportsmanship), skill (not craftsmanship), etc.</report>
    <regex>
      <find>\b(?:brink|crafts|draughts|horse|pen|sea|show|sports|works)manship\b</find>
      <replace tentative="true">---</replace>
    </regex>
  </rule>
  <rule>
    <report>fair (not sportsmanlike)</report>
    <regex>
      <find>\b(?:|un)sportsmanlike\b</find>
      <replace tentative="true">---</replace>
    </regex>
  </rule>
  <rule>
    <report>humankind</report>
    <regex>
      <find>\b(mankind)\b</find>
      <replace adjustcase="true" tentative="true">hu\1</replace>
    </regex>
  </rule>
  <rule>
    <report>artificial (not man-made)</report>
    <regex>
      <find>\bman-made\b</find>
      <replace adjustcase="true" tentative="true">artificial</replace>
    </regex>
  </rule>
  <rule>
    <report>working hours (not manhours), etc.</report>
    <regex>
      <find>\bman(?:hours|hunt|power)\b</find>
      <replace tentative="true">---</replace>
    </regex>
  </rule>
</ruleset>


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -