Difference between revisions of "Resources"

From Anote2Wiki
Jump to: navigation, search
(User HowTOs)
 
(28 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: Represent a Dictionary Set
+
 
DictionaryAibench: Represent a Dictionary.
+
'''''Dictionaries''''': Represents a Dictionary Set.
LookupTables: Represent a Lookup Table Set
+
 
LookupTableAibench: Represent a Lookup Table
+
'''''DictionaryAibench:''''' Represents a Dictionary.
Ontologies: Represent an Ontology Set
+
 
OntologyAibench: Represent na Ontology
+
'''''LookupTables:''''' Represents a Lookup Table Set.
Resources: Contains information about all lexical resources presents in @Note and permit adding a new resource (Dictionary, lookup tables, rules or ontologies) to system.
+
 
RulesSet: Represent Rules Set. Permit Rules Set creation.
+
'''''LookupTableAibench:''''' Represents a Lookup Table.
RulesAibench: Represent a Rule Set a permits a creation of a new rule and changing rules priority.
+
 
 +
'''''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).
  
'''Operations'''
+
'''''LexicalWordsSetView:''''' LexicalWordsSet View that shows available Lexical Words and allows loading LexicalWords to clipboard.
InitResources: Plug-in Starting
 
ExitResources: Exit Plug.in.
 
CreateDictionary: Create a new Dictionary
 
MergeDictionary: Merging Dictionaries
 
UploadDicionary: Import new elements and synonyms, from database flat file, for dictionaries.
 
UpdateDictionaryBiowareHouse: Import new elements and synonyms, from local BiowareHouse database, for dictionaries.
 
AddTermToLookupTable: Adding a new Element for Lookup Table
 
CreateLookupTable: Create Lookup Table
 
LoadLookupTableCSV: Import data, form .cvs file, to Lookup Table.
 
MergeLookupTable: Merging Lookup Tables.
 
SaveLookupTableCSV: Save LookupTable in csv file.
 
CreateOntology: Create a new Ontology
 
CreateRulesSet: Create a new Rules Set
 
MergeRuleSet: Merging Rule Set
 
NewRule: Create a new Rule Set
 
  
'''Views'''
+
'''''LexicalWordsAibenchView:''''' LexicaWordsAibench View showing Lexical words information and available operations.
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.
 
LookupTablesView: LookupTables View that show LookupTable available and permits selection adding LookupTable in clipboard.
 
LookupTableView: LookupTableAibench View that show LookupTable information.
 
RulesSetView: RulesSet View that show RuleSet available and permits selection adding RuleSet in clipboard.
 
RulesView: RulesAibench View that shows Rules information and permits priority changing.
 

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.