blog.dpdearing.com
November | 2012 | dpdearing
http://blog.dpdearing.com/2012/11
A place for me to rant and geek out. Making Coreference Resolution your bitch with OpenNLP 1.5.0. November 4, 2012 / Dave / 31 Comments. First thing’s first–what is coreference resolution? Co-reference means that multiple expressions in a sentence or document refer to the same thing. OpenNLP contains a “linker” that analyzes the tokens of a sentences to identify which chunks of text refer to the same things (e.g., people, organizations, events). In this example both John. You’re reading it! Extension for...
blog.dpdearing.com
December | 2011 | dpdearing
http://blog.dpdearing.com/2011/12
A place for me to rant and geek out. Are singletons pathalogical liars? December 31, 2011 / Dave / 0 Comments. Miško Hevery thinks so: Singletons are Pathological Liars. It actually discusses how Singletons allow APIs to be the liars (they depend on objects that aren’t explicitly advertised as dependencies). I agree with Martin Probst’s response. But I’m actually more interested in this question by okoman. The response is apparently answered in the post Dependency Injection Myth: Reference Passing. In th...
blog.dpdearing.com
Beginning SBT – A Simple Java-Only Project with Eclipse | dpdearing
http://blog.dpdearing.com/2013/06/beginning-sbt-a-simple-java-only-project-with-eclipse
A place for me to rant and geek out. Beginning SBT – A Simple Java-Only Project with Eclipse. June 19, 2013 / Dave / 0 Comments. As someone learning Scala, I wanted to learn the basics of doing builds with SBT, and when I was asked to do a small Java project it seemed a good opportunity to do so. However, as I quickly found, SBT is naturally focused on Scala and so needs a few extra build settings to get a java project. Jiffle Blog: Beginning SBT – A Simple Java-Only Project with Eclipse.
blog.dpdearing.com
May | 2011 | dpdearing
http://blog.dpdearing.com/2011/05
A place for me to rant and geek out. Getting Android to call onActivityResult() after onSearchRequested(). May 10, 2011 / Dave / 5 Comments. Because everything is handled through the. Is not typically called after. What I was looking for was a clean way to get search results back to the activity that originally called. I first tried the most obvious approach of calling. From the search result (searchable) activity, but because the activity isn’t launched using. I had to make the original calling activity.
blog.dpdearing.com
June | 2011 | dpdearing
http://blog.dpdearing.com/2011/06
A place for me to rant and geek out. Part-of-Speech (POS) Tagging with OpenNLP 1.5.0. June 30, 2011 / Dave / 7 Comments. Continuing from where I left off, I’m going to quickly touch on part-of-speech tagging before moving on. It’s actually pretty straightforward once you’re set up to run OpenNLP. This all assumes that you’ve already done sentence detection and tokenization. If you haven’t, go back to the beginning. Here are the links to the rest of my posts:. Surprise, you’re reading it). Unable to locat...
blog.dpdearing.com
October | 2012 | dpdearing
http://blog.dpdearing.com/2012/10
A place for me to rant and geek out. Setting up Eclipse CDT with Cygwin. October 31, 2012 / Dave / 0 Comments. I found this post from Alex’s Tech Blog. Helpful when trying to set up my Windows development environment for C programming/debugging (Eclipse CDT) with Cygwin. Setup Cygwin toolchain in Eclipse CDT. Cygwin means you are also compiling. The Delete Key in Excel for Mac. Beginning SBT – A Simple Java-Only Project with Eclipse. Delicious Bundles Bar – a Chrome Extension. Bull; Finch Theme.
blog.dpdearing.com
September | 2011 | dpdearing
http://blog.dpdearing.com/2011/09
A place for me to rant and geek out. Making Time for Pet Projects. September 22, 2011 / Dave / 1 Comment. Lately I’ve been having a terrible time keeping any type of motivation or focus to work on my pet projects. It’s not a matter of being unable to come up with ideas (at least, not currently), but rather two problems:. Ferdy Chistant tackles how to manage pet projects. Which seems to really be about how to. While this isn’t exactly my problem area, it did lead me to another post. Having this list will ...
blog.dpdearing.com
November | 2011 | dpdearing
http://blog.dpdearing.com/2011/11
A place for me to rant and geek out. Hosting wordpress in a subdirectory of an existing Rails application. November 10, 2011 / Dave / 1 Comment. I have an existing rails application at mydomain.com and wanted to include a wordpress blog at mydomain.com/blog. I’m using Apache and Passenger. Which is itself a symbolic link to. For ease of maintenance, and to avoid any conflicts between rails and wordpress, I placed wordpress outside of the rails app at. Create an Apache Alias. VirtualHost x.x.x....A sim...
blog.dpdearing.com
dpdearing | A place for me to rant and geek out | Page 2
http://blog.dpdearing.com/page/2
A place for me to rant and geek out. Are singletons pathalogical liars? December 31, 2011 / Dave / 0 Comments. Miško Hevery thinks so: Singletons are Pathological Liars. It actually discusses how Singletons allow APIs to be the liars (they depend on objects that aren’t explicitly advertised as dependencies). I agree with Martin Probst’s response. But I’m actually more interested in this question by okoman. The response is apparently answered in the post Dependency Injection Myth: Reference Passing. In th...
blog.dpdearing.com
June | 2013 | dpdearing
http://blog.dpdearing.com/2013/06
A place for me to rant and geek out. Beginning SBT – A Simple Java-Only Project with Eclipse. June 19, 2013 / Dave / 0 Comments. As someone learning Scala, I wanted to learn the basics of doing builds with SBT, and when I was asked to do a small Java project it seemed a good opportunity to do so. However, as I quickly found, SBT is naturally focused on Scala and so needs a few extra build settings to get a java project. Jiffle Blog: Beginning SBT – A Simple Java-Only Project with Eclipse.
SOCIAL ENGAGEMENT