Difference between revisions of "Corpora"

From Anote2Wiki
Jump to: navigation, search
(About Corpora Plug-in)
(Data-types:)
Line 29: Line 29:
 
=== '''''Data-types:''''' ===
 
=== '''''Data-types:''''' ===
  
'''''Corpora''''': Represents Corpora and contains a Corpus Set. Contains methods for Corpus database management.  
+
'''''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.  
+
'''''Corpus''''':  Represents a set of publications. Contains information about Corpus properties, name, description, database id and lists of IEPRocess applied to corpus.
  
'''''NERDocumentAnnotation''''':  Contains information about document entities annotation resulted by NER processes.  
+
'''''NERDocumentAnnotation''''':  Contains information about document entities annotations resulting from NER processes..  
  
'''''REDocumentAnnotation''''':  Contains information about document entities and event annotation resulted by RE processes.  
+
'''''REDocumentAnnotation''''':  Contains information about document entities and event annotation resulting from RE processes.  
  
'''''NERProcess''''':  Represent a NER Process and contain a set of NERDocumentAnnotation.  
+
'''''NERProcess''''':  Represents a NER Process and contains a set of ''NERDocumentAnnotation''.
  
'''''REProcess''''':  Represent a RE Process and contain a set of REDocumentAnnotation.
+
'''''REProcess''''':  Represents a RE Process and contains a set of ''REDocumentAnnotations''.
  
 
=== '''''Operations:''''' ===
 
=== '''''Operations:''''' ===

Revision as of 14:34, 28 March 2012

About Corpora Plug-in

Plug-in that defines central data-types for Corpora (Corpus Set). All information extraction processes are applied over a Corpus in @Note2. A Corpus is a set of documents that could be annotated with entities/events in IEProcesses. In this plug-in is already some standard View for Annotated documents.

User HowTOs

Corpora Plugin Management

Corpora Load Corpus

Corpus_Load_Process

Annotated Document Default View

Process Entity Details View

Process Load Annotated Document

Create Corpus By Publication Manager

Process_Relations_view

Process_Relations_Resume_Stats

MVC AIBench Model:

Data-types:

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

Corpus: Represents a set of publications. Contains information about Corpus properties, name, description, database id and lists of IEPRocess applied to corpus.

NERDocumentAnnotation: Contains information about document entities annotations resulting from NER processes..

REDocumentAnnotation: Contains information about document entities and event annotation resulting from RE processes.

NERProcess: Represents a NER Process and contains a set of NERDocumentAnnotation.

REProcess: Represents a RE Process and contains a set of REDocumentAnnotations.

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.

RERelationsViewer: REProcess view of all Relation presents in process.

REProcessRelationsResumeStats REProcess Relations main statistics.