pub async fn segmentations(
session: &SessionArg,
corpus: &str,
state: &GlobalAppState,
) -> Result<Vec<String>>Expand description
List all segmentions (in addition to the token layer) for a given corpus.
pub async fn segmentations(
session: &SessionArg,
corpus: &str,
state: &GlobalAppState,
) -> Result<Vec<String>>List all segmentions (in addition to the token layer) for a given corpus.