Constituency Parsing
RadText uses the Bllip parser to obtain the parse tree. The Bllip parser was trained on the biomedical text.
Options
Option name |
Default |
Description |
|---|---|---|
–bllip_model |
|
Bllip parser model path |
Example Usage
$ radext-parse -i /path/to/input.xml -o /path/to/output.xml
from radtext.models.bllipparser import BioCParserBllip
processor = BioCParserBllip(model_dir=argv['--bllip_model'])