Difference between revisions of "Resources"

From Anote2Wiki
Jump to: navigation, search
(User HowTOs)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
Resources (Lexical) is a plug-in for management and grouping some lexical resources in Biomedical Text Mining (BioTM) area. A resource can be defined as a list structured elements that can be used in BioTM processes. Some examples are dictionaries to identify entities in text (by pattern matching) or ontology for the classification of those entities.
+
== About Resources Plug-in ==
  
In this package are included dictionaries, lookup tables, ontologies and syntactic rules.
+
Lexical Resources Plug-in. Allows the management of resources with the possibility to create and edit new resources.
 +
Grouping some lexical resources in Biomedical Text Mining (BioTM) area. A resource can be defined as a list structured elements that can be used in BioTM processes. Some examples are dictionaries to identify entities in text (by pattern matching) or ontology for the classification of those entities.
  
 +
In this plug.in are included dictionaries, lookup tables, ontologies, syntactic rules and lexical words (stop words).
  
 +
== User HowTOs ==
 +
 +
[[Dictionary_Create| Dictionary Create]]
 +
 +
[[Dictionary_Remove| Dictionary Remove]]
 +
 +
[[Dictionary_Management_Content| Dictionary Management Content]]
 +
 +
[[Dictionary_Merge|Dictionary Merge]]
 +
 +
[[Dictionary_Update|Dictionary Update]]
 +
 +
[[LookupTable_Add_Element|LookupTable Add Element]]
 +
 +
[[LookupTable_Create|LookupTable Create]]
 +
 +
[[LookupTable_Remove|LookupTable Remove]]
 +
 +
[[LookupTable_Export_To_CVS_File|LookupTable Export To CVS File]]
 +
 +
[[LookupTable_Import_Element_From_CSV_FIle|LookupTable Import Element From CSV FIle]]
 +
 +
[[LookupTable_Merge|LookupTable Merge]]
 +
 +
[[Ontology_Create | Ontology Create]]
 +
 +
[[Ontology_Update | Ontology Update]]
 +
 +
[[Ontology_Remove | Ontology Remove]]
 +
 +
[[RulesSet_Add_Rule | RulesSet Add Rule]]
 +
 +
[[RulesSet Edit Rule]]
 +
 +
[[RulesSet_Create| RulesSet Create]]
 +
 +
[[RulesSet_Remove| RulesSet Remove]]
 +
 +
[[RulesSet_Merge| RulesSet Merge]]
 +
 +
[[LexicalWords_Add_Element|LexicalWords Add Element]]
 +
 +
[[LexicalWords_Create|LexicalWords Create]]
 +
 +
[[LexicalWords_Remove|LexicalWords Remove]]
 +
 +
[[LexicalWords_Export_To_CVS_File|LexicalWords Export To CVS File]]
 +
 +
[[LexicalWords_Import_Element_From_CSV_FIle|LexicalWords Import Element From CSV FIle]]
 +
 +
[[LexicalWords_Merge|LexicalWords Merge]]
  
 
== MVC AIBench Model: ==
 
== MVC AIBench Model: ==
  
'''''Data-types:'''''
+
=== '''''Data-types:''''' ===
 +
 
 +
'''''Dictionaries''''': Represents a Dictionary Set.
 +
 
 +
'''''DictionaryAibench:''''' Represents a Dictionary.
 +
 
 +
'''''LookupTables:''''' Represents a Lookup Table Set.
 +
 
 +
'''''LookupTableAibench:''''' Represents a Lookup Table.
 +
 
 +
'''''Ontologies:''''' Represents an Ontology Set.
 +
 
 +
'''''OntologyAibench:''''' Represents an Ontology.
 +
 
 +
'''''Resources:''''' Contains information about all lexical resources present in @Note and allows adding a new resource (Dictionary, lookup tables, rules or ontologies).
 +
 
 +
'''''RulesSet:''''' Represent a Rules Set. Allows Rules Set creation.
 +
 
 +
'''''RulesAibench:''''' Represent a Rule Set and allows the creation of a new rule and changing rules priority.
 +
 
 +
'''''LexicalWordsSet:''''' Represent a Lexical Words Set and allows the creation of Lexical Words (List of words without class associated)
 +
 
 +
'''''LexicalWordsAibench:''''' Represent a Lexical Words.
 +
 
 +
=== '''''Operations :'''''===
 +
 
 +
'''''InitResources:''''' Plug-in Starting
  
Dictionaries: Represent a Dictionary Set.
+
'''''ExitResources:''''' Exit Plug.in.
  
DictionaryAibench: Represent a Dictionary.
+
'''''CreateDictionary:''''' Creates a new Dictionary.
  
LookupTables: Represent a Lookup Table Set.
+
'''''MergeDictionary:''''' Merging Dictionaries.
  
LookupTableAibench: Represent a Lookup Table.
+
'''''UploadDicionary:''''' Imports new elements and synonyms, from database flat files, for dictionaries.
  
Ontologies: Represent an Ontology Set.
+
'''''UpdateDictionaryBiowareHouse:''''' Imports new elements and synonyms, from local BiowareHouse database, for dictionaries.
  
OntologyAibench: Represent an Ontology.
+
'''''AddTermToLookupTable:''''' Adding a new Element for Lookup Table.
  
Resources: Contains information about all lexical resources presents in @Note2 and permit adding a new resource (Dictionary, lookup tables, rules or ontologies) to a system.
+
'''''CreateLookupTable:''''' Creates a Lookup Table.
  
RulesSet: Represent Rules Set. Permit Rules Set creation.
+
'''''LoadLookupTableCSV:''''' Imports data, from CSV files, to a Lookup Table.
  
RulesAibench: Represent a Rule Set a permits a creation of a new rule and changing rules priority.
+
'''''MergeLookupTable:''''' Merging Lookup Tables.
  
'''Operations:'''
+
'''''SaveLookupTableCSV:''''' Saves Lookup Tables in a CSV file.
  
InitResources: Plug-in Starting
+
'''''CreateOntology:''''' Creates a new Ontology.
  
ExitResources: Exit Plug.in.
+
'''''CreateRulesSet:''''' Creates a new Rules Set.
  
CreateDictionary: Create a new Dictionary.
+
'''''MergeRuleSet:''''' Merges Rule Sets.
  
MergeDictionary: Merging Dictionaries.
+
'''''NewRule:''''' Creates a new Rule Set.
  
UploadDicionary: Import new elements and synonyms, from database flat file, for dictionaries.
+
'''''LoadResourceStatus:''''' Load Resources Session.
  
UpdateDictionaryBiowareHouse: Import new elements and synonyms, from local BiowareHouse database, for dictionaries.
+
'''''SaveResourceStatus:''''' Save Resources Session.
  
AddTermToLookupTable: Adding a new Element for Lookup Table.
+
'''''AddTermToLexicalWords:''''' Adding a new word to Lexical Words.
  
CreateLookupTable: Create Lookup Table.
+
'''''CreateLexicalWords:''''' Creates a Lexical Words.
  
LoadLookupTableCSV: Import data, form .cvs file, to Lookup Table.
+
'''''LoadLexicalWordsCSV:''''' Imports data, from CSV files, to a Lexical Words.
  
MergeLookupTable: Merging Lookup Tables.
+
'''''MergeLexicalWords:''''' Merging Lookup Tables.
  
SaveLookupTableCSV: Save LookupTable in csv file.
+
'''''SaveLookupTableCSV:''''' Saves Lexical Words in a CSV file.
  
CreateOntology: Create a new Ontology.
+
=== '''''Views:''''' ===
 +
'''''DictionariesView:''''' Dictionaries View that show Dictionaries available and permits selection adding dictionary in clipboard.
  
CreateRulesSet: Create a new Rules Set.
+
'''''DictionaryView:''''' DictionaryAibench View showing dictionary information. This view permits management of dictionary elements.  
  
MergeRuleSet: Merging Rule Set.
+
'''''LookupTablesView:''''' LookupTables View that shows available Lookup Tables and allows selection adding LookupTable in clipboard.
  
NewRule: Create a new Rule Set.
+
'''''LookupTableView:''''' LookupTableAibench View showing LookupTable information.
  
'''''Views:'''''
+
'''''RulesSetView:''''' RulesSet View that shows RuleSet available and allows selection adding RuleSet in clipboard.
DictionariesView: Dictionaries View that show Dictionaries available and permits selection adding dictionary in clipboard.
 
  
DictionaryView: DictionaryAibench View that show dictionary information. This view permits dictionary elements management.  
+
'''''RulesView:''''' RulesAibench View showing Rules information and allowing priority changing.
  
LookupTablesView: LookupTables View that show LookupTable available and permits selection adding LookupTable in clipboard.
+
'''''OntologiesView:''''' Ontologies View that shows available Ontologies and allows loading Ontology to clipboard.
  
LookupTableView: LookupTableAibench View that show LookupTable information.
+
'''''OntologyView:''''' OntolyAibench View showing Ontology information (tree format with synonyms).
  
RulesSetView: RulesSet View that show RuleSet available and permits selection adding RuleSet in clipboard.
+
'''''LexicalWordsSetView:''''' LexicalWordsSet View that shows available Lexical Words and allows loading LexicalWords to clipboard.
  
RulesView: RulesAibench View that shows Rules information and permits priority changing.
+
'''''LexicalWordsAibenchView:''''' LexicaWordsAibench View showing Lexical words information and available operations.

Latest revision as of 16:08, 27 February 2013

About Resources Plug-in

Lexical Resources Plug-in. Allows the management of resources with the possibility to create and edit new resources. Grouping some lexical resources in Biomedical Text Mining (BioTM) area. A resource can be defined as a list structured elements that can be used in BioTM processes. Some examples are dictionaries to identify entities in text (by pattern matching) or ontology for the classification of those entities.

In this plug.in are included dictionaries, lookup tables, ontologies, syntactic rules and lexical words (stop words).

User HowTOs

Dictionary Create

Dictionary Remove

Dictionary Management Content

Dictionary Merge

Dictionary Update

LookupTable Add Element

LookupTable Create

LookupTable Remove

LookupTable Export To CVS File

LookupTable Import Element From CSV FIle

LookupTable Merge

Ontology Create

Ontology Update

Ontology Remove

RulesSet Add Rule

RulesSet Edit Rule

RulesSet Create

RulesSet Remove

RulesSet Merge

LexicalWords Add Element

LexicalWords Create

LexicalWords Remove

LexicalWords Export To CVS File

LexicalWords Import Element From CSV FIle

LexicalWords Merge

MVC AIBench Model:

Data-types:

Dictionaries: Represents a Dictionary Set.

DictionaryAibench: Represents a Dictionary.

LookupTables: Represents a Lookup Table Set.

LookupTableAibench: Represents a Lookup Table.

Ontologies: Represents an Ontology Set.

OntologyAibench: Represents an Ontology.

Resources: Contains information about all lexical resources present in @Note and allows adding a new resource (Dictionary, lookup tables, rules or ontologies).

RulesSet: Represent a Rules Set. Allows Rules Set creation.

RulesAibench: Represent a Rule Set and allows the creation of a new rule and changing rules priority.

LexicalWordsSet: Represent a Lexical Words Set and allows the creation of Lexical Words (List of words without class associated)

LexicalWordsAibench: Represent a Lexical Words.

Operations :

InitResources: Plug-in Starting

ExitResources: Exit Plug.in.

CreateDictionary: Creates a new Dictionary.

MergeDictionary: Merging Dictionaries.

UploadDicionary: Imports new elements and synonyms, from database flat files, for dictionaries.

UpdateDictionaryBiowareHouse: Imports new elements and synonyms, from local BiowareHouse database, for dictionaries.

AddTermToLookupTable: Adding a new Element for Lookup Table.

CreateLookupTable: Creates a Lookup Table.

LoadLookupTableCSV: Imports data, from CSV files, to a Lookup Table.

MergeLookupTable: Merging Lookup Tables.

SaveLookupTableCSV: Saves Lookup Tables in a CSV file.

CreateOntology: Creates a new Ontology.

CreateRulesSet: Creates a new Rules Set.

MergeRuleSet: Merges Rule Sets.

NewRule: Creates a new Rule Set.

LoadResourceStatus: Load Resources Session.

SaveResourceStatus: Save Resources Session.

AddTermToLexicalWords: Adding a new word to Lexical Words.

CreateLexicalWords: Creates a Lexical Words.

LoadLexicalWordsCSV: Imports data, from CSV files, to a Lexical Words.

MergeLexicalWords: Merging Lookup Tables.

SaveLookupTableCSV: Saves Lexical Words in a CSV file.

Views:

DictionariesView: Dictionaries View that show Dictionaries available and permits selection adding dictionary in clipboard.

DictionaryView: DictionaryAibench View showing dictionary information. This view permits management of dictionary elements.

LookupTablesView: LookupTables View that shows available Lookup Tables and allows selection adding LookupTable in clipboard.

LookupTableView: LookupTableAibench View showing LookupTable information.

RulesSetView: RulesSet View that shows RuleSet available and allows selection adding RuleSet in clipboard.

RulesView: RulesAibench View showing Rules information and allowing priority changing.

OntologiesView: Ontologies View that shows available Ontologies and allows loading Ontology to clipboard.

OntologyView: OntolyAibench View showing Ontology information (tree format with synonyms).

LexicalWordsSetView: LexicalWordsSet View that shows available Lexical Words and allows loading LexicalWords to clipboard.

LexicalWordsAibenchView: LexicaWordsAibench View showing Lexical words information and available operations.