All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.grammar.ace-to-bbn.jape Maven / Gradle / Ivy

There is a newer version: 8.6
Show newest version

Phase:	AcetoBBN
Input: Per Org Date Time Money Percent Fac GPE Loc
Options: control = appelt debug = false

Rule: Person
(
 {Per}
)+:tag
-->
:tag.Person = {}

Rule: Org
(
 {Org}
)+:tag
-->
:tag.Organization = {}

Rule: Loc
(
 {Loc}
)+:tag
-->
:tag.Location = {}

Rule: Gpe
(
 {GPE}
 )+:tag
 -->
 :tag.Gpe = {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy