Archive for November, 2008

Latex for WordPress

Thursday, November 27th, 2008 Posted in Computer, Programming | No Comments »

I found a latex plugin that I committed some work to some time ago nicely taken care of by zhiqiang. Here is a link to the article: http://zhiqiang.org/blog/plugin/mimetex and here is the Wordpress link: http://wordpress.org/extend/plugins/latex/ I had some trouble getting it to work, due ...

Computer starts whining

Saturday, November 22nd, 2008 Posted in Computer | No Comments »

Well I was not able to keep my finger off a friend's computer because its power suplly's fan was getting really loud. I took the power suplly out and didn't feel like taking it apart afterwards. So I put it ...

UIMA: Notes

Saturday, November 1st, 2008 Posted in Linux, Uncategorized | No Comments »

Single-/Multiple-Views: When using Descriptors which work on multiple views. Make sure to choose one (JCas cas = casIn.getView("yourView")) to work on. Otherwise you will miss AnnotatorIndexes and all, because UIMA doesn't choose a default view . Rather it creates a ...