User Portlet
| Discussions |
|---|
| Hello everyone, I am trying to get frequency of the second letter based on the first letter. I explored reference and found such solutons for one letter. alist = DictionaryLookup["a" ~~ ___]; secondchars = StringTake[alist,{2}]; ... |