<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CUNY Academic Commons | Daniel Terry | Activity</title>
	<link>https://commons.gc.cuny.edu/members/klapaucius/activity/</link>
	<atom:link href="https://commons.gc.cuny.edu/members/klapaucius/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Daniel Terry.</description>
	<lastBuildDate>Sat, 01 Jan 2050 18:00:18 -0500</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">d0b37b593f3e699aa9d91bad327315ed</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/23/validity-of-results/</link>
				<pubDate>Thu, 23 May 2013 16:28:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>The preliminary results using the standard and modified NLTK bayesian classifier were almost suspiciously high. As a way to double check the results I used an NLTK feature that shows you the features that most [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">96a3a84bc1dddd497a3385b99f3f9c57</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/23/preliminary-results/</link>
				<pubDate>Thu, 23 May 2013 16:08:00 -0400</pubDate>

									<content:encoded><![CDATA[<p>I presented an overview of my results in class, but wanted to take a minute to discuss my preliminary results here. My most meaningful set so far has been an attempt to classify author using the complete works of [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8cb012b7e4c76cfc7f4e93d6d95b96d</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/22/python-performance/</link>
				<pubDate>Thu, 23 May 2013 02:49:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>Python has been very easy to work with, but larger datasets are starting to cause problems. Some of the issues may be related to the IDLE shell that I am working with, although some research has shown many other [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fd0915d69a7e05a354dfec7a430482f</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/12/nltk-tokenizers-and-dictionaries/</link>
				<pubDate>Sun, 12 May 2013 23:28:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>One of NLTK&#8217;s better features is the standard tokenizer. It integrates particularly well with the default dictionaries and corpora NLTK makes available. It only takes a single line to generate a list of stop [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f738a77f5630409a7fe9d97ed6da4f56</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/12/python-idle-stability/</link>
				<pubDate>Sun, 12 May 2013 22:19:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>One of the most irritating issues I&#8217;ve had with Python has been the stability of the default IDLE interface. While I understand that most languages can be used to crash a machine, but it is far too easy in python [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">997e10eff7c8cd727c05c5333d7389c6</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/09/nltk-datatypes-and-documentation/</link>
				<pubDate>Fri, 10 May 2013 02:26:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>NLTK offers a number of different models or object types to represent the data you&#8217;re working with. One of the most common types in NLTK is a corpus which represents a body of texts to analyze. Although it [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">da5d973212a12f96d67e9a6e1974dfbe</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/09/probabalistic-models-in-nltk/</link>
				<pubDate>Thu, 09 May 2013 23:19:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>While I was reading through the code of NLTK&#8217;s bayesian classifier I noticed something a little unusual about it. Naive bayes can be based on two different underlying models of the features. The first is a [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc39828e246b7cf1c56c87fa0f765a1f</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/06/idle-development-tool/</link>
				<pubDate>Mon, 06 May 2013 05:24:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>I originally was working with WingIDE, but have almost completely switched over to IDLE. It is not as full featured as something like Wing, but there are a few major pluses. First, it is part of Python, nothing [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">beb7a46a9eaa591872a93b90834f45a2</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/05/finding-and-accessing-data/</link>
				<pubDate>Mon, 06 May 2013 04:41:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>NLTK has a built in corpus datatype, as well as access to a number of common corpora (like the Brown Corpora), many of which are already tagged. This makes it easy to jump in and practice using things like the [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b17fe0c404c4366dc0a3a2f591eb6239</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/05/feature-selection/</link>
				<pubDate>Mon, 06 May 2013 04:12:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>The first model that I am working with is based on naive bayes with the frequency of words as the feature being measured. Although this is a standard baseline to work with, I am looking for some more sophisticated [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e584bdf10a1d67626a2fc5ac0a8a31a1</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/05/05/choosing-a-corpus/</link>
				<pubDate>Mon, 06 May 2013 03:58:00 -0400</pubDate>

									<content:encoded><![CDATA[<p>So for my real project I will need Moretti&#8217;s underlying data from his project. Without that not only do I not have classifications, I don&#8217;t even know what books are being analyzed. So until then I chose to work [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d0010972767f7bb146d5ea7be3789c90</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/04/22/python-ides/</link>
				<pubDate>Mon, 22 Apr 2013 06:26:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>Python has a number of specialized IDEs which was interested in trying. Since Python emphasizes easy of development, I was hoping someone had created an easy to use IDE. There are many good languages out there [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3e4f185fe67a01aaf0c459aeff97f304</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/04/15/python-3-and-nltk/</link>
				<pubDate>Mon, 15 Apr 2013 05:06:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Python currently exists in two main variations: python version 2.x and version 3.x. Python 3 is now over 4 years old, but is not backwards compatible with python 2. This means all programs and libraries written in [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">15e5546ccaffb4df09ffee8fa39e4062</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/04/14/python-and-nltk-tools/</link>
				<pubDate>Mon, 15 Apr 2013 04:23:30 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;d like to use this space not only to record my experiences with the Natural Language Toolkit, but also with Python itself. Although I have extensive programming experience, I have never used python, and it is [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea867b2f8e10daab06e9eb9bcdc21ab1</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/04/07/project-idea/</link>
				<pubDate>Sun, 07 Apr 2013 21:43:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>So the project that I am working on is a text classification project. I am currently working with python and the natural language tool kit to build some basic text classifiers. I am trying to repeat Moretti&#8217;s [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4db226b0cb2a7c4b8651d0c4c8d7f5e6</guid>
				<title>Daniel Terry wrote a new post on the site &#034;Hello World&#034;</title>
				<link>http://klapaucius.commons.gc.cuny.edu/2013/02/03/memes-to-an-end/</link>
				<pubDate>Mon, 04 Feb 2013 04:36:22 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hello Class!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">23854252944ea6e8ad624e9dfab7ea11</guid>
				<title>Daniel Terry commented on the post, Welcome to DH methods 2013!, on the site DH 2013 Tools and Methods</title>
				<link>http://dhmethods13.commons.gc.cuny.edu/2013/01/28/welcome-to-dh-methods-2013/#comment-5</link>
				<pubDate>Mon, 04 Feb 2013 04:11:26 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hello everyone. I am a part time student in the MALS program in the Digital Humanities track. I am also a full time systems engineer at a financial company, so I am coming from a fairly technical background. I [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">032d137c627458e5aefb9d43fc8e11c9</guid>
				<title>Daniel Terry commented on the post, Open Mapping Resources, on the site MALS 78100 – The Digital Humanities in Research and Teaching</title>
				<link>http://dh2012.commons.gc.cuny.edu/2012/03/14/open-mapping-resources/#comment-35</link>
				<pubDate>Tue, 20 Mar 2012 21:36:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>And the times just had an article on this</p>
<p><a href="http://www.nytimes.com/2012/03/20/technology/many-sites-chart-a-new-course-as-google-expands-fees.htm" rel="nofollow ugc">http://www.nytimes.com/2012/03/20/technology/many-sites-chart-a-new-course-as-google-expands-fees.htm</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a653ff7c635c8bbd19e18a52546cef85</guid>
				<title>Daniel Terry commented on the post, Graphs Maps and Trees, on the site MALS 78100 – The Digital Humanities in Research and Teaching</title>
				<link>http://dh2012.commons.gc.cuny.edu/2012/03/06/graphs-maps-and-trees/#comment-23</link>
				<pubDate>Thu, 08 Mar 2012 15:53:28 -0500</pubDate>

									<content:encoded><![CDATA[<p>The reminded me of an article I read recently about children&#8217;s books and maps (and how the best books had maps). I remember maps being much more common in children&#8217;s books than in &#8220;adult&#8221; books. Maybe we were just [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dddb309be4eeba59600d23013cb8fdcf</guid>
				<title>Daniel Terry and Jill Belli (she/her/hers) are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/65639/</link>
				<pubDate>Tue, 21 Feb 2012 01:05:12 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">9aa302b9c6011143f527a0eb66efca2d</guid>
				<title>Daniel Terry and celimene are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/65106/</link>
				<pubDate>Tue, 14 Feb 2012 19:37:19 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">79e1aa1a46c87a7d55dd7b37f0f0ad99</guid>
				<title>Daniel Terry and Sameen Q. are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/65019/</link>
				<pubDate>Mon, 13 Feb 2012 21:43:34 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">57e693161e043f1b6b986919a22a9229</guid>
				<title>Daniel Terry and Alina Gharabegian are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64908/</link>
				<pubDate>Sat, 11 Feb 2012 16:17:13 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">adc0a21f0e0de0b12c0716e505911894</guid>
				<title>Daniel Terry and Roxanne Shirazi (she/her) are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64588/</link>
				<pubDate>Wed, 08 Feb 2012 19:54:59 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">e101543575e115bfe36588f83f30fddd</guid>
				<title>Daniel Terry and Christina Ramos Palau are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64549/</link>
				<pubDate>Wed, 08 Feb 2012 17:05:07 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">355029e534f3016e7ec4ee0cb2b9e488</guid>
				<title>Daniel Terry and Steve Brier are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64537/</link>
				<pubDate>Wed, 08 Feb 2012 15:27:14 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">8f11fbfaf795e189407deefc8811630c</guid>
				<title>Daniel Terry and Maria C are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64535/</link>
				<pubDate>Wed, 08 Feb 2012 15:20:40 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">a9b7360bf9e4ad183b4eab9a2d641c2b</guid>
				<title>Daniel Terry and Alycia Sellie (she/her/they) are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64509/</link>
				<pubDate>Wed, 08 Feb 2012 14:18:50 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">9602b389ea93631b8c9f72130da49230</guid>
				<title>Daniel Terry and Luisina Silva are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64501/</link>
				<pubDate>Wed, 08 Feb 2012 13:12:09 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">6ae7fa3f20e3e51984716a1167bceb8f</guid>
				<title>Daniel Terry and Matthew K. Gold (he/him) are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64464/</link>
				<pubDate>Wed, 08 Feb 2012 05:18:04 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">e1170658b6d6e64054a54b0c34980c5f</guid>
				<title>Daniel Terry and Kathryn P Cusma are now friends</title>
				<link>https://commons.gc.cuny.edu/activity/p/64461/</link>
				<pubDate>Wed, 08 Feb 2012 05:00:39 -0500</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">ae8adb3167dc3df56085817278f87e65</guid>
				<title>Daniel Terry became a registered member</title>
				<link>https://commons.gc.cuny.edu/activity/p/64446/</link>
				<pubDate>Wed, 08 Feb 2012 03:49:03 -0500</pubDate>

				
				
							</item>
		
	</channel>
</rss>