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

gate.fsm.fsmtestgrammar.jape Maven / Gradle / Ivy

Go to download

ANNIE is a general purpose information extraction system that provides the building blocks of many other GATE applications.

The newest version!
// fsmtestgrammar.jape
// Valy, 14/Apr/00

Phase:	first
Rule:	One
      (({A})?:a ({B})+:b ({C})*:c)*:abc 
  -->
	:abc.Group = {Type = "AB&C" }

Rule: Two
			({A}):a | ({B}):b
	-->
	{}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy