public class SETHNER extends Object
seth.ner.SETHNER code written in Scala| Constructor and Description |
|---|
SETHNER(boolean exactGrammar)
Constructor for SETH-NER
|
| Modifier and Type | Method and Description |
|---|---|
List<MutationMention> |
extractMutations(String text)
Extracts mentions of mutations written in the HGVS nomenclature from natural language text
|
public SETHNER(boolean exactGrammar)
exactGrammar - specifies if we allow only exact backus naur grammar (higher precision) or inexact (higher recall).
We recommend inexact as precision is still very highpublic List<MutationMention> extractMutations(String text)
text - Input natural language textMutationMention objectsCopyright © 2016. All rights reserved.