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
IOException
public RegionRecognizer(String file) throws IOException
IOException
public HashMap<String,ArrayList<String>> readRegions() throws IOException
IOException
public ArrayList<RegionMention> extractRegion(String text)
public static void main(String[] args) throws IOException
IOException
Copyright © 2016. All rights reserved.