Usage
ssslm.model Module
A data model for synonyms.
Functions
|
Append a literal mapping to an existing file. |
Get mapping objects from a dataframe. |
|
|
Get all prefixes appearing in a literal mapping index or iterable of literal mappings. |
|
Aggregate literal mappings by reference. |
|
Lint a literal mappings file. |
|
Get a pandas dataframe from the literal mappings. |
|
Convert literal mappings to gilda terms. |
|
Read Gilda terms from a file. |
Load literal mappings from a file. |
|
|
Use a priority mapping to re-write terms with priority groundings. |
|
Write Gilda terms to a file. |
|
Write literal mappings to a path. |
Classes
|
A data model for literal mappings. |
|
Represents rows in a spreadsheet. |
Variables
The default synonym type predicate was chosen based on the OBO standard - when you don't specify a scope, this is what it infers |
|
A set of permissible predicates |
|
The error policy when converting to/from gilda terms |
|
An index from the reference to a list of mappings that use the reference |
|
Type variable. |
|
Valid writers |
ssslm.io Package
I/O for SSSLM.
Functions
|
Read literal mappings from a SKOS. |
ssslm.ner Module
NER utilities build on literal mappings.
Functions
|
Get a grounder from literal mappings. |
|
Read annotations from a TSV file. |
|
Write annotations to a TSV file. |
Classes
|
Data about an annotation. |
An interface for something that can annotate. |
|
|
An annotator that works via |
|
A grounder and annotator that uses gilda as a backend. |
|
A matcher that uses gilda as a backend. |
|
A combine matcher and annotator. |
|
A match from NER. |
|
An interface for a named entity normalizer. |
|
How should pandas columns be filled. |
|
An annotator that works via spacy. |
|
A matcher that wraps another matcher, allowing for composition. |
Variables
The default model used for GLiNER. |
|
A type for an object can be coerced into a SSSLM-backed grounder via |