Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Code generation by filling in templates using NLP techniques
Contributed by: Anton Antonov
Code generation by filling in templates using NLP techniques
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/NLPTemplateEngine"]
Here we generate classifier creation code:
| In[1]:= | ![]() |
| Out[1]= | ![]() |
Here we generate quantile regression pipeline code:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
The pre-loaded templates are used to produce Machine Learning (ML) computational workflow specifications 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[3]:= | ![]() |
| Out[3]= | ![]() |
Load the NLP-Template-Engine:
| In[4]:= |
Get the "training" templates data (from CSV file you have created or changed) for a new workflow ("SendMail"):
| In[5]:= | ![]() |
| Out[6]= |
Add the ingested data for the new workflow (from the CSV file) into the NLP-Template-Engine:
| In[7]:= |
| Out[7]= |
Parse natural language specification with the newly ingested and on-boarded workflow ("SendMail"):
| In[8]:= | ![]() |
| Out[8]= |
Wolfram Language Version 13.2