Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

NLPTemplateEngine

Guides

  • Code generation by templates

Symbols

  • GetComputationalWorkflowTypeClassifier
  • NLPTemplateEngineData
  • Concretize
  • ConvertCSVDataForType
  • ConvertCSVData
  • GetAnswers
  • GetRawAnswers
  • LLMClassify
  • LLMTextualAnswer
  • NLPTemplateEngineAddData
  • NLPTemplateEngineReplaceData
AntonAntonov`NLPTemplateEngine`
Concretize
​
Concretize[cmd]
generates a workflow code based on parameter values found in
cmd
.
​
​
Concretize[wspec_String,cmd]
uses the workflow specified by
wspec
.
​
​
Concretize[cf,cmd]
uses the workflow derived by the
classifier
cf over
cmd
.
​
Details and Options

Examples  
(7)
Basic Examples  
(1)
Generate command for random tabular dataset generation:
In[1]:=
Concretize
["Random dataset with 4 rows and 3 columns, with no more than 6 elements, and Automatic column names."]
Out[1]=
Hold[ResourceFunction[RandomTabularDataset][{4,3},ColumnNamesGeneratorAutomatic,FormWide,MaxNumberOfValues6,MinNumberOfValues6,RowKeysFalse]]
Evaluate the obtained code:
In[2]:=
ReleaseHold[%]
Out[2]=
signatory
decidedly
bulldog
76
wander
—
-25
—
—
54
—
—
96
occult
—
Scope  
(1)

Options  
(5)

SeeAlso
GetAnswers
 
▪
GetRawAnswers
 
▪
CopyToClipboard
RelatedGuides
▪
Code generation by templates
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com