Difference between revisions of "Corpus loaders"

From Anote2Wiki
Jump to: navigation, search
(Created page with "__TOC__ == About Corpora Plug-in == Central @Note2 plug-in that Define Corpora (Corpus Set) perspective and possibility the integration of extraction processes ( like entity...")
 
(Operations:)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
== About Corpora Plug-in ==
+
== About Corpus Loaders 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).
+
Plug-in that contains operations for Anote2 corpus creation derived from existent corpora. In this plug-in it is possible to create a corpus for Genia Event, Yapex Protein and @Notev1. With the loading of the corpora it is possible to include annotation schemas in NER or RE 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.
+
* Genia Event ( Entities and Relations)
 +
* AIMED Protein ( Entities )  
 +
* @Note v1.0 Loader (Entities)
  
 
== User HowTOs ==
 
== User HowTOs ==
  
== MVC AIBench Model: ==
+
[[Create Corpus By AIMED Corpus]]
 
 
=== '''''Data-types:''''' ===
 
  
'''''Corpora''''': Represents Corpora and contains a Corpus Set. Contains methods for Corpus database management.
+
[[Create Corpus By AnoteV1 Corpus]]
  
'''''Corpus''''':  Represent a set of publications. Contain information about Corpus properties, name, description, database id and list of IEPRocess applied to corpus.
+
[[Create Corpus By Genia Event Corpus]]
  
'''''NERDocumentAnnotation''''': Contains information about document entities annotation resulted by NER processes.
+
== MVC AIBench Model: ==
 
 
'''''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:''''' ===
 
=== '''''Operations:''''' ===
  
'''''ChangeClassColor''''': Operation for changing class color. The color serves to view multi-colors.
+
'''''CreateCorpusByAIMEDProteinCorpus''''': To load an AIMED corpus generating a NERProcess with protein annotations in documents.
 
 
'''''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.
+
'''''CreateCorpusByAnotev1Corpus''''': To load an @Notev1 corpus generating a NERProcess with entity annotations in documents..
  
'''''REProcessAnnotationDocumentsView''''': REProcess View of all document and the creation of REDocumentAnnotation.
+
'''''CreateCorpusByGeniaEventCorpus''''': To load Genia Event corpus generating a NERProcess with entity annotations and a REProcess with relations annotated in documents.

Latest revision as of 14:56, 28 March 2012

About Corpus Loaders Plug-in

Plug-in that contains operations for Anote2 corpus creation derived from existent corpora. In this plug-in it is possible to create a corpus for Genia Event, Yapex Protein and @Notev1. With the loading of the corpora it is possible to include annotation schemas in NER or RE Processes.

  • Genia Event ( Entities and Relations)
  • AIMED Protein ( Entities )
  • @Note v1.0 Loader (Entities)

User HowTOs

Create Corpus By AIMED Corpus

Create Corpus By AnoteV1 Corpus

Create Corpus By Genia Event Corpus

MVC AIBench Model:

Operations:

CreateCorpusByAIMEDProteinCorpus: To load an AIMED corpus generating a NERProcess with protein annotations in documents.

CreateCorpusByAnotev1Corpus: To load an @Notev1 corpus generating a NERProcess with entity annotations in documents..

CreateCorpusByGeniaEventCorpus: To load Genia Event corpus generating a NERProcess with entity annotations and a REProcess with relations annotated in documents.