BOOTStrep REST Web Service |
Item | Description |
Web Service Group | BOOTSTrepWP03Toolkit |
Web Service Name | UoM NER Tool v2.0.1 |
Web Service URI | http://www.nactem.man.ac.uk/nemine/nemine.cgi |
Author | Dr. Yutaka Sasaki, PhD, University of Manchester |
Function | Recognize gene/protein names in text |
Usage | http://www.nactem.ac.uk/nemine/nemine.cgi with POSTDATA (upto 40KB) |
In | Input = a sentence (or sentences with no line breaks) |
Out | Output = List of <NE begin=START_POSITION end=END_POSITION ne=GENE/PROTEIN_NAME type=NE_TYPE prob=PROBABILITY/> |
Example | Given a sentence, "Mutations in IkappaB kinase gamma (IKKgamma) are associated with hypohidrotic ectodermal dysplasia-immune deficiency.", NE outputs will be
<NE start="13" end="33" ne="IkappaB kinase gamma" type="PROTEIN" prob="1.0000"/> |
Demonstration | |
sample client code in Perl | nemine_client.pl (alpha version) |
WSDL (2.0) | nemine.wsdl (alpha version) |
Last updated: 23 January 2008
by Y. Sasaki, Text Mining Group, School of Computer Science, University of Manchester