14 linhas
386 B
XML
Arquivo Executável
14 linhas
386 B
XML
Arquivo Executável
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Document : quantifiers.xml
|
|
Created on : November 7, 2010, 4:29 PM
|
|
Author : felipenmoura
|
|
Description:
|
|
This file describes the words that may be used as quantifiers
|
|
-->
|
|
<root>
|
|
<none>none,zero,0,nothing,noone</none>
|
|
<one>one,1,a</one>
|
|
<many>many,much,some,any,various,n,m,x</many>
|
|
<or>or,/,to,until</or>
|
|
</root> |