Category Archives: projects

Node, Twitter and storing data

I’ve been meaning to get into doing some work using Node.js for bits and pieces. Node offers some serious possibilities for server side programming without using cron jobs, creating event driven programmes that reduce load on the CPU (not using cron jobs) and for more agile and responsive backends to be created. After a conversation […]

Weeknotes: Open Correspondence toolkit and converting XML into JSON

I’ve been quiet for a bit though generally because I’ve been quite busy on projects and exploring ideas. After Book Hackday, I’ve written a post about beginning to develop the Open Correspondence toolkit for the Open Knowledge Foundation’s Notebook blog. I was also contacted regarding converting the TEI XML pages into JSON, which I am […]

Hacking the book – a quick overview of Book Hackday

I  went to the Book Hackday on Saturday that was supported and organised by the Creative Industries iNet; Electric Bookshop; Geekcamp; idno; Free Word; and Perera. I’d been looking forward to this event, though with some trepidation. It sounds like I took the sensible option of walking from the bus stop over to Clerkenwell but I do like walking […]

Book Hackday and using Node with Redis

I’ve bumped into Marcus Povey in a few places but the last time was at the Oxford Geek Night. He kindly pointed me in the direction of Paul Squires of Perini when he heard that I wanted to organise a text hacking day. Paul is one of the people behind Book Hackday this coming Saturday […]

Scripting announced for Redis

I’ve just come across this blog post via the Redis Google group by Salvatore ‘Antirez’ Sanfilippo on introducing some scripting into the Redis key-vaue datastore. I’ve played around with Redis again as part of a logging system, having used it as a really basic queue system in a previous life. I may not play with […]

Marking up Open Correspondence with TEI XML

As part of the next version of Open Correspondence, I’ve been working on the XML and JSON mark-up. As part of the XML, I’ve been using the TEI mark-up for the letters. I once hard this described as “XML for people who don’t think XML is flexible enough”. Now I can see why. It is […]

Adding linguistic interfaces to Open Correspondence

I’ve been playing around with the Python NLTK package, in particular the WordNet interface. WordNet is hosted by Princeton University. I mentioned that I was going to look at this and the idea of allow a search for lemmas of a word. It came about from a question posed on Open Literature mailing list regarding […]

Weeknotes: Open Correspondence updates

I’ve bitten the bullet and done it. I’ve uploaded the current changes to the Open Correspondence site. The current changes are: additional fields in the RDF endpoint.  I still need to do some major work to JSON and XML which I hope to do for the next update. a basic text search a basic set […]

Weeknotes: Places in Open Correspondence

I’ve been doing some work to Open Correspondence over the last couple of weeks. I started re-parsing the letters to expose some more metadata, mainly placenames and to normalise them. I’ve finally done the first pass of this update which I’m hoping to make live soon once I’ve updated the controllers and re-checked the other […]

Exposing the Classic Serial data

I’ve just been listening to the serialisation of Wilkie Collins’ The Moonstone on Radio Four in its Classic serial slot. Whilst  listening (and remembering how much I had enjoyed it when I read it years ago), I began thinking about trying to expose it as Linked Data so that the book’s publication detail could be […]