core.model.scdmatrix
SCD Matrix Modules
See To Extend or not to Extend? Context-specific Corpus Enrichment for more information about the idea.
Concrete Models
View Source
""" # SCD Matrix Modules See [To Extend or not to Extend? Context-specific Corpus Enrichment](http://ifis.uni-luebeck.de/uploads/tx_wapublications/public_AI2019_paper_79.pdf) for more information about the idea. ## Concrete Models - `core.model.scdmatrix.models.iSCDMatrix` - `core.model.scdmatrix.models.MPSCDMatrix` """ from core.model.scdmatrix.models import ( iSCDMatrix, MPSCDMatrix )