<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bioontology.org//mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gkparai</id>
	<title>NCBO Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.bioontology.org//mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gkparai"/>
	<link rel="alternate" type="text/html" href="https://www.bioontology.org//wiki/Special:Contributions/Gkparai"/>
	<updated>2026-06-05T21:40:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9666</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9666"/>
		<updated>2010-01-19T20:07:16Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain or requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
'''Inclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''MEDLINE Counts''' [default: all]&lt;br /&gt;
(i.e., MEDLINE count of the concepts retrieved is greater than the specified count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
e.g. 'Result Offset' = 0 'Result Count' = 100 For retrieving the top 100 results.&lt;br /&gt;
&lt;br /&gt;
'''Exclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
&lt;br /&gt;
'''withDefaultStopWords''' true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
&lt;br /&gt;
'''Output Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Unique Column''' (i.e., the unique column on which to group the results. e.g. using Concept will give one row for each unique concept.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
TermName&lt;br /&gt;
The 'unique column' parameters are available only if you choose them in the Output Columns section too.&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9665</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9665"/>
		<updated>2010-01-19T20:04:53Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain or requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
'''Inclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''MEDLINE Counts''' [default: all]&lt;br /&gt;
(i.e., MEDLINE count of the concepts retrieved is greater than the specified count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
e.g. 'Result Offset' = 0 'Result Count' = 100 For retrieving the top 100 results.&lt;br /&gt;
&lt;br /&gt;
'''Exclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
&lt;br /&gt;
'''withDefaultStopWords''' true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
&lt;br /&gt;
'''Output Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Unique Column''' (i.e., the unique column on which to group the results. e.g. using Concept will give one row for each unique concept.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
TermName&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9664</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9664"/>
		<updated>2010-01-19T20:03:59Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain or requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
'''Inclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''MEDLINE Counts''' [default: all]&lt;br /&gt;
(i.e., MEDLINE count of the concepts retrieved is greater than the specified count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
e.g. 'Result Offset' = 0 'Result Count' = 100 For retrieving the top 100 results.&lt;br /&gt;
&lt;br /&gt;
'''Exclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
&lt;br /&gt;
'''withDefaultStopWords''' true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
&lt;br /&gt;
'''Output Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9663</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9663"/>
		<updated>2010-01-19T20:01:55Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain or requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
'''Inclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''MEDLINE Counts''' [default: all]&lt;br /&gt;
(i.e., MEDLINE count of the concepts retrieved is greater than the specified count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
e.g. 'Result Offset' = 0 'Result Count' = 100 For retrieving the top 100 results.&lt;br /&gt;
&lt;br /&gt;
'''Exclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9662</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9662"/>
		<updated>2010-01-19T20:01:11Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain or requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''MEDLINE Counts''' [default: all]&lt;br /&gt;
(i.e., MEDLINE count of the concepts retrieved is greater than the specified count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
e.g. 'Result Offset' = 0 'Result Count' = 100 For retrieving the top 100 results.&lt;br /&gt;
&lt;br /&gt;
'''Exclusion Criteria'''&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9661</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9661"/>
		<updated>2010-01-19T19:14:02Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain or requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''MEDLINE Counts''' [default: all]&lt;br /&gt;
(i.e., MEDLINE count of the concepts retrieved is greater than the specified count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9649</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9649"/>
		<updated>2010-01-15T22:51:45Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain or requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''Pubmed Counts''' [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9648</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9648"/>
		<updated>2010-01-15T22:51:19Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or old data is changed/deleted, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain/requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more context specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''Pubmed Counts''' [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9647</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9647"/>
		<updated>2010-01-15T22:50:05Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The LexiconBuilder project has been undertaken for creating a service that allows building of custom lexicons from bioportal ontologies. The custom lexicons built by our system can be potentially used for a variety of natural language processing and other ontology related tasks.&lt;br /&gt;
&lt;br /&gt;
While generating the custom lexicons, several features of our system can be utilized for ease of creation, integration and maintainence of such lexicons. The users can specify ontology mappings in order to identify and retrieve relevant concepts in other ontologies which they might not even know about, in order to assist in enriching the custom lexicons. It also facilitates the interpretation of datasets using the concept mappings between particular datasets. They can also make use of the visualization services provided by NCBO to view and understand the ontology structure retrieved, which otherwise can be a daunting task. Additionally, users can also retrieve identifiers for concepts etc using the lexicon builder and can then utilize the hierarchy services using those ids to identify and visualize the hierarchies(using the visualization service) in the lexicon and can then subsequently make changes to their lexicon building parameters, until they narrow down to their exact requirements. Our system also simplifies the task of performing version management of the custom lexicons. When changes occur to the underlying data, new data is added to the ontologies or is changed, the users can simply retrieve a newer version of their lexicon using our services. &lt;br /&gt;
&lt;br /&gt;
The custom lexicons generated by using our system can help users in a variety of tasks, some exemplified by the users of our system. These lexicons can be used for domain/requirement specific text annotation tasks. e.g. annotation of protein mutations with disease terms. They can also be very useful for ontology related tasks such as ontology learning especially information extraction and also for the task of ontology enrichment. One of our users want to use our service for compiling a disease dictionary, which has actually served as our driving use case. They can also be employed for the purpose of tagging elements for enhancing the user browsing experience for domain specific information e.g. For the task of assisting the user when they are browsing the Web especially for documents related to the biomedical domain we could possible tag elements related to say Tumors and add more cotext specific information using a Tumor lexicon generated using our system. Another example comes from our user who are using our system to create workflow specific lexicons for concept recognition tasks.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''Pubmed Counts''' [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.png]]&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9452</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9452"/>
		<updated>2009-12-15T16:53:21Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Build lexicons for text annotation according to user requirements.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T000,T047,T048.&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: none]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.)&lt;br /&gt;
&lt;br /&gt;
'''Pubmed Counts''' [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000)&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.)&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9451</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9451"/>
		<updated>2009-12-15T16:51:21Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Code location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Build lexicons for text annotation according to user requirements.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: The prototype is currently in the development phase and constantly undergoing changes.'''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
You can find the list of localOntologyIDs available here: /obs/ontologies)&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
You can retrieve the list of concepts here :/obs/localConceptIDs)&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T047,T048,T191.&lt;br /&gt;
You can find the list of localSemanticTypeIDs available here: /obs/semanticTypes)&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: all]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.&lt;br /&gt;
You can find the list of mapping types available here: /obs/mappingTypes). Note if you use the keyword null in your list, it will disable the mapping expansion component.&lt;br /&gt;
&lt;br /&gt;
'''Pubmed Counts''' [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.) [default: all]&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9450</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9450"/>
		<updated>2009-12-15T16:50:43Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Code location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Build lexicons for text annotation according to user requirements.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: The prototype is currently in the development phase and constantly undergoing changes.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
You can find the list of localOntologyIDs available here: /obs/ontologies)&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
You can retrieve the list of concepts here :/obs/localConceptIDs)&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T047,T048,T191.&lt;br /&gt;
You can find the list of localSemanticTypeIDs available here: /obs/semanticTypes)&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: all]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.&lt;br /&gt;
You can find the list of mapping types available here: /obs/mappingTypes). Note if you use the keyword null in your list, it will disable the mapping expansion component.&lt;br /&gt;
&lt;br /&gt;
'''Pubmed Counts''' [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.) [default: all]&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9449</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9449"/>
		<updated>2009-12-15T16:45:22Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Build lexicons for text annotation according to user requirements.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Ontologies'''   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
You can find the list of localOntologyIDs available here: /obs/ontologies)&lt;br /&gt;
&lt;br /&gt;
'''Parent Concept''' [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
You can retrieve the list of concepts here :/obs/localConceptIDs)&lt;br /&gt;
&lt;br /&gt;
'''Synonyms''' true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
'''Semantic Types For Concepts''' [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T047,T048,T191.&lt;br /&gt;
You can find the list of localSemanticTypeIDs available here: /obs/semanticTypes)&lt;br /&gt;
&lt;br /&gt;
'''Mapping Types For Mapped Concepts''' [default: all]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.&lt;br /&gt;
You can find the list of mapping types available here: /obs/mappingTypes). Note if you use the keyword null in your list, it will disable the mapping expansion component.&lt;br /&gt;
&lt;br /&gt;
'''Pubmed Counts''' [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000&lt;br /&gt;
&lt;br /&gt;
'''Result Offset''' [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
'''stopWords''' [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
'''Output Columns''' (i.e., the columns you want in the results.) [default: all]&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
'''Output Format''' (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;br /&gt;
&lt;br /&gt;
'''Compressed Output''' (Yes: Dictionary as a compressed ZIP file. No: Dictionary displayed on browser. ) [default: No]&lt;br /&gt;
Yes&lt;br /&gt;
No&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9419</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9419"/>
		<updated>2009-11-22T08:18:04Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Build lexicons for text annotation according to user requirements.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Ontologies To Expand   [default: all]&lt;br /&gt;
(i.e., list of ontologies you want to use to expand separated with comma (without spaces) e.g., SNOMEDCT,NCI,MSH.&lt;br /&gt;
You can find the list of localOntologyIDs available here: /obs/ontologies)&lt;br /&gt;
&lt;br /&gt;
Concepts Under Parent Concept [default: all]&lt;br /&gt;
(i.e. localConceptID of the concept to retrieve children concepts.&lt;br /&gt;
You can retrieve the list of concepts here :/obs/localConceptIDs)&lt;br /&gt;
&lt;br /&gt;
Synonyms true false [default: true]&lt;br /&gt;
(i.e., do you want the synonyms of the concept too?)&lt;br /&gt;
&lt;br /&gt;
Semantic Types For Concepts [default: all]&lt;br /&gt;
(i.e., list of UMLS semantic types you want to use separated with comma (without spaces) e.g., T047,T048,T191.&lt;br /&gt;
You can find the list of localSemanticTypeIDs available here: /obs/semanticTypes)&lt;br /&gt;
&lt;br /&gt;
Mapping Types For Mapped Concepts [default: all]&lt;br /&gt;
(i.e., list of mapping types you want to use for the mapping expansion component separated with comma (without spaces) e.g., inter-cui,from-mrrel.&lt;br /&gt;
You can find the list of mapping types available here: /obs/mappingTypes). Note if you use the keyword null in your list, it will disable the mapping expansion component.&lt;br /&gt;
&lt;br /&gt;
Pubmed Counts [default: all]&lt;br /&gt;
(i.e., PUBMED count of the concepts retrieved is greater than given count e.g. 10000&lt;br /&gt;
&lt;br /&gt;
Result Offset [default: None]&lt;br /&gt;
(i.e., Retrieve results starting from this result. If Result Offset and NO Result Count then returns the top 'Result Offset' results)&lt;br /&gt;
Result Count [default: None]&lt;br /&gt;
(i.e., Number of results you want to retrieve starting from the offset.)&lt;br /&gt;
Exclusion Criteria&lt;br /&gt;
&lt;br /&gt;
stopWords [default: empty]&lt;br /&gt;
(i.e., list of stop words to use (i.e., not to use for annotation) separated with comma (without spaces) e.g., in,am,be,is.&lt;br /&gt;
withDefaultStopWords true false [default: false]&lt;br /&gt;
(i.e., do you want to use our default stop word list available here: /obs/stopwords . This cancel the above one.)&lt;br /&gt;
Output Criteria&lt;br /&gt;
&lt;br /&gt;
Output Columns (i.e., the columns you want in the results.) [default: all]&lt;br /&gt;
LocalConceptID&lt;br /&gt;
LocalOntologyID&lt;br /&gt;
OntologyName&lt;br /&gt;
OntologyVersion&lt;br /&gt;
OntologyDescription&lt;br /&gt;
TermName&lt;br /&gt;
LocalSemanticTypeID&lt;br /&gt;
LocalSemanticTypeName&lt;br /&gt;
MappedLocalConceptID&lt;br /&gt;
MappingType&lt;br /&gt;
&lt;br /&gt;
Output Format (i.e., the format of the results.) [default: asXml]&lt;br /&gt;
asXML&lt;br /&gt;
asText&lt;br /&gt;
asTabDelimited&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9418</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9418"/>
		<updated>2009-11-22T08:16:10Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Build lexicons for text annotation according to user requirements.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9417</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9417"/>
		<updated>2009-11-22T08:15:34Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Build lexicons for text annotation according to user requirements.&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9416</id>
		<title>Lexicon Builder</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Lexicon_Builder&amp;diff=9416"/>
		<updated>2009-11-22T05:53:46Z</updated>

		<summary type="html">&lt;p&gt;Gkparai: /* Code location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Code location ==&lt;br /&gt;
&lt;br /&gt;
https://bmir-gforge.stanford.edu/gf/project/lexicon_builder/&lt;br /&gt;
&lt;br /&gt;
Home page: http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilder/&lt;br /&gt;
&lt;br /&gt;
The Service end point:    http://ncbolabs-dev1.stanford.edu:8080/LexiconBuilderService/&lt;/div&gt;</summary>
		<author><name>Gkparai</name></author>
	</entry>
</feed>