Questions tagged [text]
Questions relating to working with textual information: textual analysis, data mining, etc.
380 questions
2 votes
1 answer
167 views
Having defined some text with color how can I extract that color information?
Making the definition text = Style["Text", Darker[Green]]; I need to extract the color from the variable text. Among other things I've tried ...
2 votes
1 answer
258 views
Why is my n-gram statistic so slow?
To learn a bit about the Mathematica language, I set me the task to generate sentences of russian letters randomly which respect letter n-gram probability drawn from a longer russian text. As a text I ...
2 votes
1 answer
157 views
Why is the \[ThickSpace] character defined as 5/18 em instead of 1/4 em as in Unicode?
I recently discovered that the \[ThickSpace] character in Mathematica is represented as $5/18\, \mathrm{em}$ from the documentation, in which I also find that its ...
1 vote
1 answer
81 views
Position text in a plot with varying axis scales
I have the following plot: ...
0 votes
0 answers
79 views
How to preserve symbols under brackets?
Consider, e.g., a symbol =>. In Mathematica, it gets automatically converted into $\ge$. However, if I put the converted symbol inside the "" brackets (...
2 votes
1 answer
257 views
How to get the output of evaluating in place and append the output to the place
I am trying to use MMA for some engineering calculations, and the text cell contains both descriptive text and mathematical formulas. The example is as follows: ...
4 votes
2 answers
1k views
Largest integer between 1 and 1000 with no letter "n"
This problem is easy to solve logically - try it for fun if you want before you run the code and see the answer. ...
0 votes
1 answer
102 views
Coloring text in Mathematica [closed]
Mathematica gives the possibility to write normal text as input in cells. One can use bold (ctrl+b) or italic (ctrl+i) for text, but can one color the text? For example writing some red words?