Is the function "preprocessText" from the Text Analytics Toolbox tutorials a built-in MATLAB function?
Afficher commentaires plus anciens
The function "preprocessText" is mentioned in two examples in the Text Analytics Toolbox:
- To view the example on creating a simple text model for classification, run the following command in the MATLAB R2020a command window to access the release-specific documentation:>> web(fullfile(docroot, 'textanalytics/ug/create-simple-text-model-for-classification.html'))
- For the example on preparing text data for analysis, execute the following command to open the relevant documentation:>> web(fullfile(docroot, 'textanalytics/ug/prepare-text-data-for-analysis.html'))
The examples mention: "Create a function which tokenizes and preprocesses the text data so it can be used for analysis. The function preprocessText performs the following steps..."
Is "preprocessText" an internal MATLAB function or does it have to be implemented by the user?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Text Data Preparation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!