Ronald B. Wilkinson

Results 11 issues of Ronald B. Wilkinson

Trying to serialize medspacy documents using the SpaCy doc.to_bytes() or doc_bin.add() methods fails when the doc contains Sections. The error message is: TypeError: can not serialize 'Section' object My understanding...

Trying to save a model using the serialization methods nlp.to_disk or nlp.to_bytes fails if one of the model components is the medspacy_sectionizer. In particular, these serialization methods make use of...

With the version of MedSpacy prior to support of the SpaCy 3 use of pipe names to add pipes, I used the following syntax to add a QuickUMLS pipe with...

Hello Alec, Your post processing suggestion took care of that problem. However, I believe I have found a problem that is more fundamental. Attached is a Notebook in which I...

I have some section rules where where two distinct literals map to a single category and that common category is the parent of some subcategories. The Sectionizer allows this but...

I would like the text "Qual" to be flagged as "qualitative lab result" only if the text occurs in a Section with the section_category "lab_results". The TargetMatcher pattern I tried...

The following text is a fragment of a clinical note: "HEENT: Tympanic membranes are normal bilaterally. Oropharynx is normal, no exudate no erythema. Neck is supple no anterior cervical lymphadenopathy....

Specifying the section_parent attribute for ents in DocConsumer results in a table in which all the attributes of the section_parent are listed in one cell. ![image](https://user-images.githubusercontent.com/11411901/120503697-855beb00-c391-11eb-824a-256abb6a27c5.png) ![image](https://user-images.githubusercontent.com/11411901/120503858-a3c1e680-c391-11eb-9ce4-16adb8b47b29.png) Is there a...

The MedSpaCy notebook on Span Groups says that SpaCy's displacy does not support Span Groups, which is why MedSpacy's visualizers which are built on displacy do not support them. Actually,...

documentation
enhancement