Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
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
Create a Paclet
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`
L
L
M
T
e
x
t
u
a
l
A
n
s
w
e
r
L
L
M
T
e
x
t
u
a
l
A
n
s
w
e
r
[
t
x
t
,
q
s
]
g
i
v
e
s
a
n
s
w
e
r
s
t
o
t
h
e
q
u
e
s
t
i
o
n
s
q
s
f
o
u
n
d
i
n
t
h
e
t
e
x
t
t
x
t
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
3
)
Basic Examples
(
1
)
Here is a ML classification spec:
I
n
[
1
]
:
=
s
p
e
c
=
"
U
s
e
t
h
e
d
a
t
a
s
e
t
d
s
T
i
t
a
n
i
c
,
s
p
l
i
t
i
t
w
i
t
h
r
a
t
i
o
n
0
.
8
,
a
n
d
m
a
k
e
a
n
e
a
r
e
s
t
n
e
i
g
h
b
o
r
s
c
l
a
s
s
f
i
e
r
;
s
h
o
w
t
h
e
R
O
C
f
u
n
c
t
i
o
n
s
A
C
C
a
n
d
M
C
C
.
"
;
Here the template is generated using LLM-found answers:
I
n
[
2
]
:
=
C
o
n
c
r
e
t
i
z
e
"
C
l
C
o
n
"
,
s
p
e
c
,
M
e
t
h
o
d
L
L
M
T
e
x
t
u
a
l
A
n
s
w
e
r
O
u
t
[
2
]
=
H
o
l
d
[
c
l
O
b
j
=
C
l
C
o
n
U
n
i
t
[
d
s
T
i
t
a
n
i
c
]
⟹
C
l
C
o
n
S
p
l
i
t
D
a
t
a
[
0
.
8
]
⟹
C
l
C
o
n
E
c
h
o
D
a
t
a
S
u
m
m
a
r
y
⟹
C
l
C
o
n
M
a
k
e
C
l
a
s
s
i
f
i
e
r
[
n
e
a
r
e
s
t
n
e
i
g
h
b
o
r
s
]
⟹
C
l
C
o
n
C
l
a
s
s
i
f
i
e
r
M
e
a
s
u
r
e
m
e
n
t
s
[
{
A
C
C
,
M
C
C
}
]
⟹
C
l
C
o
n
E
c
h
o
V
a
l
u
e
⟹
C
l
C
o
n
R
O
C
P
l
o
t
[
{
A
C
C
,
M
C
C
}
]
;
]
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
2
)
S
e
e
A
l
s
o
C
o
n
c
r
e
t
i
z
e
▪
G
e
t
R
a
w
A
n
s
w
e
r
s
"
"