Skip to content

Commit

Permalink
dtd file works | fix arx file to be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
khannatanmai committed Jun 14, 2020
1 parent 2670000 commit 37d8ae2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions samples/apertium-eng-spa.spa-eng.arx
Expand Up @@ -70,6 +70,18 @@
<def-cat n="cop">
<cat-item has-tags="cop"/>
</def-cat>

<def-cat n="adv">
<cat-item has-tags="adv"/>
</def-cat>

<def-cat n="preadv">
<cat-item has-tags="preadv"/>
</def-cat>

<def-cat n="predet">
<cat-item has-tags="predet"/>
</def-cat>

</section-def-cats>

Expand Down
3 changes: 2 additions & 1 deletion src/anaphora.dtd
Expand Up @@ -85,7 +85,8 @@
-->

<!ELEMENT pattern-item EMPTY>
<!ATTLIST pattern-item n IDREF #REQUIRED>
<!ATTLIST pattern-item n IDREF #REQUIRED
head CDATA #IMPLIED>
<!--
Each attribute to be activated is referred to by its name in the def-cats section
-->
Expand Down

0 comments on commit 37d8ae2

Please sign in to comment.