<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My radiant canvas by Mark Torrance</title>
      <link>https://padlet.com/m_s_torrance/yeylttommhgl</link>
      <description>Made with ♥</description>
      <language>en-us</language>
      <pubDate>2017-10-17 12:56:51 UTC</pubDate>
      <lastBuildDate>2023-03-02 06:21:36 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>m_s_torrance</author>
         <link>https://padlet.com/m_s_torrance/yeylttommhgl/wish/197753661</link>
         <description><![CDATA[<div>library(tokenizers)<br><br># put this script and your text file in the same folder then...<br>x = readLines('2_TEXT.TXT')<br>gsub("[^[:alpha:]]", " ",x) -&gt; x<br>unlist(tokenize_ngrams(x, n = 2)) -&gt; x1<br>data.frame(table(x1)) -&gt; x2 <br>with(x2, x2[order(Freq, x1),]) -&gt; x2<br>table(x2$Freq) -&gt; t1<br>100*round(t1/sum(t1),2)</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-17 13:01:01 UTC</pubDate>
         <guid>https://padlet.com/m_s_torrance/yeylttommhgl/wish/197753661</guid>
      </item>
      <item>
         <title>analyse letter pairs (digraphs)</title>
         <author>m_s_torrance</author>
         <link>https://padlet.com/m_s_torrance/yeylttommhgl/wish/197764879</link>
         <description><![CDATA[<div>x = readLines('11_TEXT.TXT');x <br>gsub("[^[:alpha:]]", " ",x) -&gt; x;x<br>unlist(tokenize_character_shingles(x, n = 2)) -&gt; c1<br>data.frame(table(c1)) -&gt; c2 <br><br>#digraph list<br>with(c2, c2[order(Freq, c1),]) -&gt; c2 ; c2<br>table(c2$Freq) -&gt; t1<br><br># percent of digraphs with with specified frequencies<br>100*round(t1/sum(t1),2)</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-17 13:19:19 UTC</pubDate>
         <guid>https://padlet.com/m_s_torrance/yeylttommhgl/wish/197764879</guid>
      </item>
      <item>
         <title></title>
         <author>m_s_torrance</author>
         <link>https://padlet.com/m_s_torrance/yeylttommhgl/wish/710056236</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/40983254/57d4ba3707c6870c18f2104216c9cab6/drawing.png" />
         <pubDate>2020-08-31 20:18:36 UTC</pubDate>
         <guid>https://padlet.com/m_s_torrance/yeylttommhgl/wish/710056236</guid>
      </item>
   </channel>
</rss>
