Difference between revisions of "Corpora"

From Anote2Wiki
Jump to: navigation, search
(User HowTOs)
(User HowTOs)
Line 9: Line 9:
 
== User HowTOs ==
 
== User HowTOs ==
 
[[Annotated Document Default View]]
 
[[Annotated Document Default View]]
 +
 
[[Process Entity Details View]]
 
[[Process Entity Details View]]
 +
 
[[Process Load Annotated Document]]
 
[[Process Load Annotated Document]]
  

Revision as of 11:17, 9 January 2012

About Corpora Plug-in

Central @Note2 plug-in that Define Corpora (Corpus Set) perspective and possibility the integration of extraction processes ( like entity extraction or relation extraction processes). Which Corpus, a set of document, could be composed for processes. Which Corpus Process have Annotation for a document ( entity/event annotations). In this plug-in is already some standard View for Annotated documents.

User HowTOs

Annotated Document Default View

Process Entity Details View

Process Load Annotated Document

MVC AIBench Model:

Data-types:

Corpora: Represents Corpora and contains a Corpus Set. Contains methods for Corpus database management.

Corpus: Represent a set of publications. Contain information about Corpus properties, name, description, database id and list of IEPRocess applied to corpus.

NERDocumentAnnotation: Contains information about document entities annotation resulted by NER processes.

REDocumentAnnotation: Contains information about document entities and event annotation resulted by RE processes.

NERProcess: Represent a NER Process and contain a set of NERDocumentAnnotation.

REProcess: Represent a RE Process and contain a set of REDocumentAnnotation.

Operations:

ChangeClassColor: Operation for changing class color. The color serves to view multi-colors.

CreateCorpusOperationByPublicationManager: Operation that permits corpus creation deriving for Queries of Publication Manager.

ExitOperation: Plug-in exit Operation.

InitProject: Plug-in start operation.

Views:

CorporaView: Corpora view for Corpus visualization. Permit creation of Corpus data-type on clipboard.

CorpusDocumentsView: Corpus View for documents viewer.

CorpusProcessesView: Corpus View for processes viewer. Permits the selection off Processes and put it in clipboard.

NERAnnotatedDocumentView: NERDocumentAnnotation View for document entity annotations visualization.

NERProcessAnnotationDocumentsView: NERProcess View of all document and the creation of NERDocumentAnnotation.

NerStatisticsView: NERProcess View that contains statistics for NERProcess.

REAnnotatedDocumentView: REDocumentAnnotation View for document entity and event annotations visualization.

REProcessAnnotationDocumentsView: REProcess View of all document and the creation of REDocumentAnnotation.