Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Filling in of code templates using NLP techniques
Contributed by: Anton Antonov
Filling in of code templates using NLP techniques
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/NLPTemplateEngine"]
Here generate classifier creation code:
In[1]:= |
Out[1]= |
The pre-loaded templates are for Machine Learning (ML) computational workflow speciations for: Classification, Latent Semantic Analysis, Quantile Regression, Recommendations, Random tabular data generation. The implementations are in Python, R, and WL. Here is example of Python recommender creation spec:
In[2]:= |
Out[2]= |
Load the NLP-Template-Engine:
In[3]:= |
Get the "training" templates data (from CSV file you have created or changed) for a new workflow ("SendMail"):
In[4]:= |
Out[5]= |
Add the ingested data for the new workflow (from the CSV file) into the NLP-Template-Engine:
In[6]:= |
Out[6]= |
Parse natural language specification with the newly ingested and on-boarded workflow ("SendMail"):
In[7]:= |
Out[7]= |
Wolfram Language Version 13.2