Re: [CODE4LIB] best practices for video accessibility?

2011-11-27 Thread Martin Kalfatovic
Martin Kalfatovic udc793.blogspot.com Sent from handheld On Nov 26, 2011 4:06 PM, "Hogue Melanie" wrote: > I'm not one who is highly knowlegable about video; but didn't I hear that > Adobe is not going to move forward with Flash anymore (because of HTML5)? > > Melanie Amy Hogue > Manager of Onli

Re: [CODE4LIB] Models of MARC in RDF

2011-11-27 Thread Mike Taylor
I was at a one-day conference hosted by the British Library a few months ago, on the use of Linked Data in libraries. There were about 50 people there in total. It became apparent that between us we represented AT LAST ten separate projects (or parts of bigger project) for converting MARC data in

[CODE4LIB] Automatic Content Classification recommendations?

2011-11-27 Thread Peter Neish
Hi there, Just wondering if anyone has any recommendations for systems that will do automatic content classification through machine learning? We want to classify newspaper articles using terms from our existing thesaurus and have a fairly big set of articles already tagged that could be used as a

Re: [CODE4LIB] Automatic Content Classification recommendations?

2011-11-27 Thread Thomas Krichel
Peter Neish writes > Just wondering if anyone has any recommendations for systems that will do > automatic content classification through machine learning? I use LibSVM in AuthorClaim (http://authorclaim.org) and svm_light in NEP (http://nep.repec.org). I found both very helpful. I wou