asreview.models.feature_extraction.SBERT.transform

SBERT.transform(texts)[source]

Transform a list of texts.

Parameters:

texts (numpy.ndarray) – A sequence of texts to be transformed. They are not yet tokenized.

Returns:

numpy.ndarray – Feature matrix representing the texts.