runmat-runtime 0.6.0

Core runtime for RunMat with builtins, BLAS/LAPACK integration, and execution APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Text Analytics Toolbox compatibility builtins.

pub mod dependencies;
pub mod details;
pub mod documents;
pub mod embeddings;
pub mod encode;
pub mod encoding;
pub mod entities;
pub mod file_text;
pub mod html;
pub mod lemmas;
pub mod ngrams;
pub mod normalize;
pub mod pos;
pub mod sentiment;
pub mod similarity;
pub mod stopwords;