Chemspot
Synopsis
Looks for mentions of chemicals and molecule names using Chemspot .
Description
Chemspot runs Chemspot on the sections content, then creates an annotation for each chemical mention in the layer targetLayer . Each annotation will have the feature chemTypeFeature set to the chemical mention type, and one feature for each type of identifier.
Snippet
<chemspot class="Chemspot">
<chemspotDir></chemspotDir>
</chemspot>
Mandatory parameters
chemspotDir
Chemspot install directory.
Optional parameters
constantAnnotationFeatures
Constant features to add to each annotation created by this module.
casFeature
Feature where to store the CAS identifier.
chebFeature
Feature where to store the CHEB identifier.
chemTypeFeature
Feature where to store the chemical type (SYSTEMATIC, IDENTIFIER, FORMULA, TRIVIAL, ABBREVIATION, FAMILY, MULTIPLE, UNKNOWN).
chidFeature
Feature where to store the CHID identifier.
documentFilter
Only process document that satisfy this expression.
drugFeature
Feature where to store the DRUG identifier.
fdaDateFeature
Feature where to store the FDA_DATE identifier.
fdaFeature
Feature where to store the FDA identifier.
hmdbFeature
Feature where to store the HMBD identifier.
inchFeature
Feature where to store the INCH identifier.
javaHome
Root directory of the Java implementation.
kegdFeature
Feature where to store the KEGD identifier.
keggFeature
Feature where to store the KEGG identifier.
meshFeature
Feature where to store the MESH identifier.
noDict
Do not use lexicons, only the CRF classifier. Uses less memory.
pubcFeature
Feature where to store the PUBC identifier.
pubsFeature
Feature where to store the PUBS identifier.
sectionFilter
Process only sections that satisfy this expression.
targetLayer
Name of the layer where to store annotations created by Chemspot .
Deprecated parameters
casFeatureName
Deprecated alias for casFeature .
chebFeatureName
Deprecated alias for chebFeature .
chemTypeFeatureName
Deprecated alias for chemTypeFeature .
chidFeatureName
Deprecated alias for chidFeature .
drugFeatureName
Deprecated alias for drugFeature .
fdaDateFeatureName
Deprecated alias for fdaDateFeature .
fdaFeatureName
Deprecated alias for fdaFeature .
hmdbFeatureName
Deprecated alias for hmdbFeature .
inchFeatureName
Deprecated alias for inchFeature .
kegdFeatureName
Deprecated alias for kegdFeature .
keggFeatureName
Deprecated alias for keggFeature .
meshFeatureName
Deprecated alias for meshFeature .
pubcFeatureName
Deprecated alias for pubcFeature .
pubsFeatureName
Deprecated alias for pubsFeature .
targetLayerName
Deprecated alias for targetLayer .