Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate dummy text of Latin words in the style of Lorem Ipsum
ResourceFunction["LatinizedText"][n] returns a Latin dummy text of length n units. |
| "Unit" | "Word" | determines the unit in which n is given. |
| "GenerateNew" | False | whether to generate all text new or only text going beyond the classic Lorem Ipsum's length. |
Get 50 words of the classic Lorem Ipsum text:
| In[1]:= |
| Out[1]= | ![]() |
Generate new text instead:
| In[2]:= |
| Out[2]= | ![]() |
Change the unit of n:
| In[3]:= |
| Out[3]= | ![]() |
When "GenerateNew"→False, the 10 paragraphs of the classic Lorem Ipsum text are given before generating new text:
| In[4]:= |
| Out[4]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License