You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2008/05/27 17:14:03 UTC

svn commit: r660553 [1/10] - in /incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy: ./ src/ src/main/ src/main/descriptors/ src/main/groovy/ src/main/groovy/org/ src/main/groovy/org/apache/ src/main/groovy/org/apache/uima/ src/main/groovy/org/apac...

Author: schor
Date: Tue May 27 08:13:37 2008
New Revision: 660553

URL: http://svn.apache.org/viewvc?rev=660553&view=rev
Log:
[UIMA-1047] initial import

Added:
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.classpath   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.project   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/Readme.txt   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/pom.xml   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisCpeTester.xml   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisIndexRdfText.xml
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisRdfProcessor.xml   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTestCollectionReader.xml   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTypes.xml   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTypesStyleMap.xml
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/OpenCalaisAnnotator.xml   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/apache/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/apache/uima/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/apache/uima/annotator/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/apache/uima/annotator/calais_groovy/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/apache/uima/annotator/calais_groovy/CalaisTestCollectionReader.groovy
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/apache/uima/annotator/calais_groovy/CalaisTypes.groovy
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/groovy/org/apache/uima/annotator/calais_groovy/RdfProcessor.groovy
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Base.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Base_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Entity.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/EntityInstance.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/EntityInstance_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Entity_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Instance.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Instance_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/RdfText.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/RdfText_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Relation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/RelationInstance.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/RelationInstance_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/Relation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Anniversary.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Anniversary_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/City.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/City_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Company.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Company_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Continent.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Continent_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Country.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Country_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Currency.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Currency_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/EmailAddress.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/EmailAddress_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/EntertainmentAwardEvent.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/EntertainmentAwardEvent_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Facility.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Facility_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/FaxNumber.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/FaxNumber_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Holiday.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Holiday_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/IndustryTerm.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/IndustryTerm_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/MedicalCondition.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/MedicalCondition_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Movie.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Movie_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/MusicAlbum.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/MusicAlbum_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/MusicGroup.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/MusicGroup_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/NaturalDisaster.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/NaturalDisaster_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/NaturalFeature.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/NaturalFeature_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Organization.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Organization_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Person.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Person_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/PhoneNumber.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/PhoneNumber_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Product.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Product_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/ProvinceOrState.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/ProvinceOrState_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/PublishedMedium.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/PublishedMedium_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Region.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Region_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/SportsEvent.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/SportsEvent_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/SportsGame.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/SportsGame_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/TVShow.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/TVShow_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Technology.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/Technology_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/URL.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/entity/URL_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Acquisition.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Acquisition_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Alliance.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Alliance_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/AnalystEarningsEstimate.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/AnalystEarningsEstimate_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/AnalystRecommendation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/AnalystRecommendation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Bankruptcy.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Bankruptcy_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/BusinessRelation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/BusinessRelation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Buybacks.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Buybacks_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyAffiliates.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyAffiliates_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyCustomer.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyCustomer_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyEarningsAnnouncement.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyEarningsAnnouncement_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyEarningsGuidance.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyEarningsGuidance_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyInvestment.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyInvestment_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyLegalIssues.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyLegalIssues_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyLocation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyLocation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyMeeting.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyMeeting_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyReorganization.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyReorganization_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyTechnology.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CompanyTechnology_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/ConferenceCall.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/ConferenceCall_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CreditRating.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/CreditRating_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/FamilyRelation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/FamilyRelation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/IPO.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/IPO_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/JointVenture.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/JointVenture_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/ManagementChange.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/ManagementChange_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Merger.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Merger_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonEducation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonEducation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonPolitical.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonPoliticalPast.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonPoliticalPast_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonPolitical_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonProfessional.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonProfessionalPast.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonProfessionalPast_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/PersonProfessional_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Quotation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/Quotation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/StockSplit.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/calaisType/relation/StockSplit_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/examples/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/examples/SourceDocumentInformation.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/java/org/apache/uima/examples/SourceDocumentInformation_Type.java   (with props)
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/run-configuration/
    incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/run-configuration/CalaisTester.launch

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.classpath
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.classpath?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.classpath (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.classpath Tue May 27 08:13:37 2008
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="src" path="src/main/groovy"/>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
+	<classpathentry kind="lib" path="/uimaj-core/target/uima-core.jar"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Propchange: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.project
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.project?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.project (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.project Tue May 27 08:13:37 2008
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>OpenCalaisAnnotatorGroovy</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.codehaus.groovy.eclipse.groovyBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.codehaus.groovy.eclipse.groovyNature</nature>
+	</natures>
+</projectDescription>

Propchange: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/Readme.txt
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/Readme.txt?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/Readme.txt (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/Readme.txt Tue May 27 08:13:37 2008
@@ -0,0 +1,59 @@
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+
+This is a demo and test of processing the output from 
+OpenCalais web service.  
+
+It is written mostly in the Groovy language - an extension
+of Java (google groovy for more information).
+
+  - To run you'll need the Groovy runtime.  Easiest way
+    to set this up is to install the Eclipse groovy
+    plugin from 
+    http://dist.codehaus.org/groovy/distributions/updateDev/
+
+It doesn't actually use the service (yet); instead, please
+go to http://opencalais.com/calaisAPI and scroll to the 
+bottom, and click the link to download & unzip the 
+"Preprocessed Content".  The first time the  
+CalaisTestCollectionReader runs, it will generate a 
+subdirectory "text" which contains the source text 
+that go with these.
+
+To run this, use the CPM runner, and specify the 
+CalaisTestCollectionReader and the CalaisRdfProcessor.
+The src/main/run-configuration has a version of the
+runner with the right classpath (assuming you installed
+the Eclipse groovy plugin).
+
+To see the results, use the UIMA Annotation Viewer, 
+specifying for the type system src/main/descriptors/CalaisTypes.xml
+
+Groovy has a maven plugin to allow building this with 
+maven, but it's not yet "ready" - it hits bugs reported
+"fixed" with SNAPSHOT versions.  So, I'll wait a while
+on that part.
+
+
+
+
+** Or ** just ask the CPM runner to load the saved
+Cpe Descriptor called CalaisCpeTester.  These are all
+located in src/main/descriptors.
+
+Set the class path for running to include  
+ 

Propchange: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/Readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/pom.xml?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/pom.xml (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/pom.xml Tue May 27 08:13:37 2008
@@ -0,0 +1,233 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.uima</groupId>
+	<artifactId>OpenCalaisAnnotatorGroovy</artifactId>
+	<packaging>jar</packaging>
+	<version>2.2.2-incubating</version>
+	<name>OpenCalais UIMA Annotator Wrapper - Groovy version</name>
+	<url>http://incubator.apache.org/uima</url>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-core</artifactId>
+			<version>2.2.2-incubating</version>
+			<scope>compile</scope>
+		</dependency>
+		<!--dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>PearPackagingMavenPlugin</artifactId>
+			<version>2.2.2-incubating</version>
+			<scope>provided</scope>
+		</dependency-->
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-test-util</artifactId>
+			<version>2.2.2-incubating</version>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-component-test-util</artifactId>
+			<version>2.2.2-incubating</version>
+			<scope>compile</scope>
+		</dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>1.5.6</version>
+      <scope>compile</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.codehaus.groovy.maven</groupId>
+                <artifactId>gmaven-mojo</artifactId>
+                <version>1.0-rc-2</version>
+            </dependency>
+            <dependency>
+                <groupId>org.codehaus.groovy.maven.runtime</groupId>
+                <artifactId>gmaven-runtime-default</artifactId>
+                <version>1.0-rc-2</version>
+            </dependency>
+
+	</dependencies>
+	<build>
+		<finalName>uima-an-calais-groovy</finalName>
+		<resources>
+			<resource>
+				<directory>desc</directory>
+				<excludes>
+        	  		<exclude>**</exclude>
+		        </excludes>
+			</resource>
+		</resources>
+		<plugins>
+   
+      <plugin>
+        <groupId>org.codehaus.groovy.maven</groupId>
+        <artifactId>gmaven-plugin</artifactId>
+        <version>1.0-rc-2</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>generateStubs</goal>
+              <goal>compile</goal>
+              <goal>generateTestStubs</goal>
+              <goal>testCompile</goal>
+            </goals>
+          </execution>
+       </executions>
+     </plugin>
+      
+		   <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-compiler-plugin</artifactId>
+	        <configuration>
+	          <source>1.5</source>
+	          <target>1.5</target>
+	        </configuration>
+	      </plugin>
+	        
+	      <plugin>
+		      <groupId>org.codehaus.mojo</groupId>
+          <artifactId>buildnumber-maven-plugin</artifactId>
+	        <executions>
+		        <execution>
+		          <phase>process-classes</phase>
+		          <goals>
+		            <goal>create</goal>
+		          </goals>
+		        </execution>
+		      </executions>
+		      <configuration>
+		        <format>{0,date,yyyy-MM-dd HH:mm:ss}</format>
+		        <items>
+		          <item>timestamp</item>
+		        </items>
+		      </configuration>
+	    	</plugin>
+      
+    		<plugin>
+		  		<artifactId>maven-antrun-plugin</artifactId>
+			  	<executions>
+				  	<execution>
+					  	<id>CopyLicenseNoticeDisclaimer</id>
+				  		<phase>process-resources</phase>
+					  	<configuration>
+						  	<tasks>                    
+              		<copy todir="src/main/resources/META-INF">
+              			<fileset dir="." includes="LICENSE NOTICE DISCLAIMER"/>
+              		</copy>
+              		<copy todir="target/classes/META-INF">
+              			<fileset dir="." includes="LICENSE.txt NOTICE.txt DISCLAIMER"/>
+              		</copy>
+							  </tasks>
+						  </configuration>
+						  <goals>
+							  <goal>run</goal>
+						  </goals>
+					  </execution>
+					  <!-- after compilation has been done and the files have been copied to the
+						     target directory, delete them from the source directory. -->
+					  <execution>
+						  <id>DeleteLicenseNoticeDisclaimer</id>
+					  	<phase>package</phase>
+					  	<configuration>
+                <tasks>
+                  <delete dir="src/main/resources/META-INF" deleteOnExit="true" quiet="true"
+                    failOnError="false">
+                    <fileset dir="src/main/resources/META-INF" includes="LICENSE NOTICE DISCLAIMER"/>
+                  </delete>
+                </tasks>
+						  </configuration>
+						  <goals>
+							  <goal>run</goal>
+						  </goals>
+					  </execution>	
+					  <!-- also delete on clean. -->
+					  <execution>
+				  		<id>CleanLicenseNoticeDisclaimer</id>
+				  		<phase>clean</phase>
+					  	<configuration>
+                <tasks>
+                  <delete dir="src/main/resources/META-INF" deleteOnExit="true" quiet="true"
+                          failOnError="false">
+                    <fileset dir="src/main/resources/META-INF" includes="LICENSE NOTICE DISCLAIMER"/>
+                  </delete>
+                </tasks>
+						  </configuration>
+						  <goals>
+							  <goal>run</goal>
+						  </goals>
+					  </execution>	
+				  </executions>
+			  </plugin>
+              
+	      <plugin>
+		      <groupId>org.apache.maven.plugins</groupId>
+		      <artifactId>maven-jar-plugin</artifactId>
+		      <configuration>
+		        <archive>
+              <manifestEntries>
+                <Project-Title>Apache UIMA</Project-Title>
+                <Implementation-Title>${pom.name}</Implementation-Title>
+                <Implementation-Version>${pom.version}</Implementation-Version>
+                <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
+                <Implementation-Url>${pom.url}</Implementation-Url>
+                <Implementation-License>
+                  http://www.apache.org/licenses/LICENSE-2.0.txt</Implementation-License>
+                <Build-Date>${buildNumber}</Build-Date>
+              </manifestEntries>
+		        </archive>
+		      </configuration>
+       	</plugin> 
+      		
+      	<plugin>
+				  <groupId>org.apache.uima</groupId>
+		  		<artifactId>PearPackagingMavenPlugin</artifactId>
+				  <extensions>true</extensions>
+				  <executions>
+					  <execution>
+				  		<phase>package</phase>
+					  	<configuration>
+					  	  <classpath></classpath>
+						    <mainComponentDesc>src/main/descriptors/OpenCalaisAnnotator.xml</mainComponentDesc>
+						    <componentId>OpenCalaisAnnotatorG</componentId>
+						  </configuration>
+						  <goals>
+							  <goal>package</goal>
+						  </goals>
+					  </execution>	
+				  </executions>
+			  </plugin>
+      		
+		</plugins>
+	</build>
+	<repositories>
+		<repository>
+			<id>ApacheIncubatorRepository</id>
+			<url>
+				http://people.apache.org/repo/m2-incubating-repository/
+			</url>
+		</repository>
+	</repositories>
+</project>

Propchange: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisCpeTester.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisCpeTester.xml?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisCpeTester.xml (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisCpeTester.xml Tue May 27 08:13:37 2008
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+  <!--
+   ***************************************************************
+   * Licensed to the Apache Software Foundation (ASF) under one
+   * or more contributor license agreements.  See the NOTICE file
+   * distributed with this work for additional information
+   * regarding copyright ownership.  The ASF licenses this file
+   * to you under the Apache License, Version 2.0 (the
+   * "License"); you may not use this file except in compliance
+   * with the License.  You may obtain a copy of the License at
+         *
+   *   http://www.apache.org/licenses/LICENSE-2.0
+   * 
+   * Unless required by applicable law or agreed to in writing,
+   * software distributed under the License is distributed on an
+   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   * KIND, either express or implied.  See the License for the
+   * specific language governing permissions and limitations
+   * under the License.
+   ***************************************************************
+   -->
+
+<cpeDescription xmlns="http://uima.apache.org/resourceSpecifier">
+    <collectionReader>
+        <collectionIterator>
+            <descriptor>
+                <import location="CalaisTestCollectionReader.xml"/>
+            </descriptor>
+            <configurationParameterSettings>
+                <nameValuePair>
+                    <name>InputDirectory</name>
+                    <value>
+                        <string>C:\a\Eclipse\3.3\apache\OpenCalaisAnnotatorGroovy\data\wikinews</string>
+                    </value>
+                </nameValuePair>
+                <nameValuePair>
+                    <name>ThisMany</name>
+                    <value>
+                        <integer>999</integer>
+                    </value>
+                </nameValuePair>
+            </configurationParameterSettings>
+        </collectionIterator>
+    </collectionReader>
+    <casProcessors casPoolSize="3" processingUnitThreadCount="1">
+        <casProcessor deployment="integrated" name="CalaisRdfProcessor">
+            <descriptor>
+                <import location="CalaisRdfProcessor.xml"/>
+            </descriptor>
+            <deploymentParameters/>
+            <errorHandling>
+                <errorRateThreshold action="terminate" value="0/1000"/>
+                <maxConsecutiveRestarts action="terminate" value="30"/>
+                <timeout max="100000" default="-1"/>
+            </errorHandling>
+            <checkpoint batch="10000" time="1000ms"/>
+        </casProcessor>
+        <casProcessor deployment="integrated" name="Xmi Writer CAS Consumer">
+            <descriptor>
+                <import location="../../../../uimaj-examples/src/main/descriptors/cas_consumer/XmiWriterCasConsumer.xml"/>
+            </descriptor>
+            <deploymentParameters/>
+            <errorHandling>
+                <errorRateThreshold action="terminate" value="0/1000"/>
+                <maxConsecutiveRestarts action="terminate" value="30"/>
+                <timeout max="100000" default="-1"/>
+            </errorHandling>
+            <checkpoint batch="10000" time="1000ms"/>
+        </casProcessor>
+    </casProcessors>
+    <cpeConfig>
+        <numToProcess>-1</numToProcess>
+        <deployAs>immediate</deployAs>
+        <checkpoint batch="0" time="300000ms"/>
+        <timerImpl/>
+    </cpeConfig>
+</cpeDescription>

Propchange: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisCpeTester.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisIndexRdfText.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisIndexRdfText.xml?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisIndexRdfText.xml (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisIndexRdfText.xml Tue May 27 08:13:37 2008
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+  <!--
+   ***************************************************************
+   * Licensed to the Apache Software Foundation (ASF) under one
+   * or more contributor license agreements.  See the NOTICE file
+   * distributed with this work for additional information
+   * regarding copyright ownership.  The ASF licenses this file
+   * to you under the Apache License, Version 2.0 (the
+   * "License"); you may not use this file except in compliance
+   * with the License.  You may obtain a copy of the License at
+         *
+   *   http://www.apache.org/licenses/LICENSE-2.0
+   * 
+   * Unless required by applicable law or agreed to in writing,
+   * software distributed under the License is distributed on an
+   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   * KIND, either express or implied.  See the License for the
+   * specific language governing permissions and limitations
+   * under the License.
+   ***************************************************************
+   -->
+
+<fsIndexCollection xmlns="http://uima.apache.org/resourceSpecifier">
+<name>CalaisRdfText</name>
+<description></description>
+<version>1.0</version>
+<vendor></vendor>
+
+      <fsIndexes>
+        <fsIndexDescription>
+          <label>org.apache.uima.annotator.calais.Rdf</label>
+          <typeName>org.apache.uima.calaisType.RdfText</typeName>
+          <kind>bag</kind>
+        </fsIndexDescription>
+      </fsIndexes>
+    
+</fsIndexCollection>
+

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisRdfProcessor.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisRdfProcessor.xml?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisRdfProcessor.xml (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisRdfProcessor.xml Tue May 27 08:13:37 2008
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8"?>
+  <!--
+   ***************************************************************
+   * Licensed to the Apache Software Foundation (ASF) under one
+   * or more contributor license agreements.  See the NOTICE file
+   * distributed with this work for additional information
+   * regarding copyright ownership.  The ASF licenses this file
+   * to you under the Apache License, Version 2.0 (the
+   * "License"); you may not use this file except in compliance
+   * with the License.  You may obtain a copy of the License at
+         *
+   *   http://www.apache.org/licenses/LICENSE-2.0
+   * 
+   * Unless required by applicable law or agreed to in writing,
+   * software distributed under the License is distributed on an
+   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   * KIND, either express or implied.  See the License for the
+   * specific language governing permissions and limitations
+   * under the License.
+   ***************************************************************
+   -->
+
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.uima.annotator.calais_groovy.RdfProcessor</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>CalaisRdfProcessor</name>
+    <description>Processes the RDF returned from a query to openCalais, and produces entities, relations, and instances of those as annotations and Feature Structures  in the CAS</description>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters/>
+    <configurationParameterSettings/>
+    <typeSystemDescription>
+      <imports>
+        <import location="CalaisTypes.xml"/>
+      </imports>
+    </typeSystemDescription>
+    <typePriorities/>
+    <fsIndexCollection>
+      <imports>
+        <import location="CalaisIndexRdfText.xml"/>
+      </imports>
+    </fsIndexCollection>
+    <capabilities>
+      <capability>
+        <inputs>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.RdfText</type>
+        </inputs>
+        <outputs>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.URL</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Technology</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.TVShow</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.StockSplit</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.SportsGame</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.SportsEvent</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.RelationInstance</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.Relation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Region</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.Quotation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.PublishedMedium</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.ProvinceOrState</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Product</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.PhoneNumber</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.PersonProfessionalPast</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.PersonProfessional</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.PersonPoliticalPast</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.PersonPolitical</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.PersonEducation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Person</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Organization</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.NaturalFeature</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.NaturalDisaster</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.MusicGroup</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.MusicAlbum</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Movie</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.Merger</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.MedicalCondition</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.ManagementChange</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.JointVenture</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.Instance</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.IndustryTerm</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.IPO</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Holiday</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.FaxNumber</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.FamilyRelation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Facility</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.EntityInstance</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.Entity</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.EntertainmentAwardEvent</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.EmailAddress</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Currency</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CreditRating</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Country</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Continent</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.ConferenceCall</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyTechnology</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyReorganization</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyMeeting</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyLocation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyLegalIssues</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyInvestment</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyEarningsGuidance</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyEarningsAnnouncement</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyCustomer</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.CompanyAffiliates</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Company</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.City</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.Buybacks</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.BusinessRelation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.Base</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.Bankruptcy</type>
+          <type allAnnotatorFeatures="true">uima.tcas.Annotation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.entity.Anniversary</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.AnalystRecommendation</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.AnalystEarningsEstimate</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.Alliance</type>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.relation.Acquisition</type>
+        </outputs>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Propchange: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisRdfProcessor.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTestCollectionReader.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTestCollectionReader.xml?rev=660553&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTestCollectionReader.xml (added)
+++ incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTestCollectionReader.xml Tue May 27 08:13:37 2008
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<collectionReaderDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <implementationName>org.apache.uima.annotator.calais_groovy.CalaisTestCollectionReader</implementationName>
+  <processingResourceMetaData>
+    <name>CalaisTestCollectionReader</name>
+    <description>Reads RDF results stored in a directory, sets up sofa and rdftext</description>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>InputDirectory</name>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>true</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>ThisMany</name>
+        <type>Integer</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+    </configurationParameters>
+    <configurationParameterSettings>
+      <nameValuePair>
+        <name>InputDirectory</name>
+        <value>
+          <string>data/wikinews</string>
+        </value>
+      </nameValuePair>
+      <nameValuePair>
+        <name>ThisMany</name>
+        <value>
+          <integer>1</integer>
+        </value>
+      </nameValuePair>
+    </configurationParameterSettings>
+    <typeSystemDescription>
+      <imports>
+        <import location="CalaisTypes.xml"/>
+        <import name="org.apache.uima.examples.SourceDocumentInformation"/>
+      </imports>
+    </typeSystemDescription>
+    <typePriorities/>
+    <fsIndexCollection>
+      <imports>
+        <import location="CalaisIndexRdfText.xml"/>
+      </imports>
+    </fsIndexCollection>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs>
+          <type allAnnotatorFeatures="true">org.apache.uima.calaisType.RdfText</type>
+        </outputs>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>false</multipleDeploymentAllowed>
+      <outputsNewCASes>true</outputsNewCASes>
+    </operationalProperties>
+  </processingResourceMetaData>
+  <resourceManagerConfiguration/>
+</collectionReaderDescription>

Propchange: incubator/uima/sandbox/trunk/OpenCalaisAnnotatorGroovy/src/main/descriptors/CalaisTestCollectionReader.xml
------------------------------------------------------------------------------
    svn:eol-style = native