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
DSLTranslation
Symbols
DSLTranslation
AntonAntonov`DSLTranslation`
D
S
L
T
r
a
n
s
l
a
t
i
o
n
D
S
L
T
r
a
n
s
l
a
t
i
o
n
[
c
m
d
]
g
e
n
e
r
a
t
e
s
c
o
d
e
f
r
o
m
t
h
e
D
S
L
s
p
e
c
i
f
i
c
a
t
i
o
n
c
m
d
.
D
S
L
T
r
a
n
s
l
a
t
i
o
n
[
c
m
d
,
l
n
g
]
g
e
n
e
r
a
t
e
s
c
o
d
e
f
o
r
l
a
n
g
u
a
g
e
l
n
g
.
D
S
L
T
r
a
n
s
l
a
t
i
o
n
[
c
m
d
,
f
r
o
m
L
n
g
t
o
L
n
g
]
g
e
n
e
r
a
t
e
s
c
o
d
e
f
o
r
l
a
n
g
u
a
g
e
t
o
L
n
g
f
r
o
m
l
a
n
g
u
a
g
e
f
r
o
m
L
n
g
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
0
)
Basic Examples
(
1
)
Generate Wolfram Language (WL) code for Latent Semantic Analysis (LSA) command:
I
n
[
1
]
:
=
D
S
L
T
r
a
n
s
l
a
t
i
o
n
[
"
u
s
e
a
D
o
c
s
;
c
r
e
a
t
e
d
o
c
u
m
e
n
t
t
e
r
m
m
a
t
r
i
x
;
e
x
t
r
a
c
t
2
0
t
o
p
i
c
s
;
s
h
o
w
t
o
p
i
c
s
t
a
b
l
e
"
]
O
u
t
[
1
]
=
L
S
A
M
o
n
U
n
i
t
[
a
D
o
c
s
]
⟹
L
S
A
M
o
n
M
a
k
e
D
o
c
u
m
e
n
t
T
e
r
m
M
a
t
r
i
x
[
]
⟹
L
S
A
M
o
n
E
x
t
r
a
c
t
T
o
p
i
c
s
[
N
u
m
b
e
r
O
f
T
o
p
i
c
s
2
0
]
⟹
L
S
A
M
o
n
E
c
h
o
T
o
p
i
c
s
T
a
b
l
e
[
]
Translate LSA command from English to Python:
I
n
[
2
]
:
=
D
S
L
T
r
a
n
s
l
a
t
i
o
n
[
"
c
r
e
a
t
e
d
o
c
u
m
e
n
t
t
e
r
m
m
a
t
r
i
x
"
,
"
P
y
t
h
o
n
"
]
O
u
t
[
2
]
=
.
m
a
k
e
_
d
o
c
u
m
e
n
t
_
t
e
r
m
_
m
a
t
r
i
x
(
)
Translate classifier creation command from English to Bulgarian:
I
n
[
3
]
:
=
D
S
L
T
r
a
n
s
l
a
t
i
o
n
[
"
c
r
e
a
t
e
a
r
a
n
d
o
m
f
o
r
e
s
t
c
l
a
s
s
i
f
i
e
r
"
,
"
E
n
g
l
i
s
h
"
"
B
u
l
g
a
r
i
a
n
"
]
O
u
t
[
3
]
=
т
р
е
н
и
р
а
й
к
л
а
с
и
ф
и
к
а
т
о
р
с
м
е
т
о
д
:
r
a
n
d
o
m
f
o
r
e
s
t
S
c
o
p
e
(
1
)
O
p
t
i
o
n
s
(
7
)
A
p
p
l
i
c
a
t
i
o
n
s
(
1
)
S
e
e
A
l
s
o
U
R
L
R
e
a
d
▪
E
x
t
e
r
n
a
l
E
v
a
l
u
a
t
e
"
"