public class RegionRecognizer extends Object
| Constructor and Description |
|---|
RegionRecognizer() |
RegionRecognizer(String file) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RegionMention> |
extractRegion(String text) |
static void |
main(String[] args) |
HashMap<String,ArrayList<String>> |
readRegions()
function to read chromosomal regions and associated genes into a hash
|
public RegionRecognizer()
throws IOException
IOExceptionpublic RegionRecognizer(String file) throws IOException
IOExceptionpublic HashMap<String,ArrayList<String>> readRegions() throws IOException
IOExceptionpublic ArrayList<RegionMention> extractRegion(String text)
public static void main(String[] args) throws IOException
IOExceptionCopyright © 2016. All rights reserved.