You are currently browsing the webwords weblog archives for the day February 2, 2009.
- Artificial Intelligence (3)
- General (2)
- Machine Learning (2)
- Natural Language (9)
- June 6, 2010: Maybe... just maybe?
- June 27, 2009: Stalled and Distracted
- April 14, 2009: Scope control...
- March 18, 2009: Understanding is the Important Bit
- February 16, 2009: Computational Semantics
- February 15, 2009: Parsing Language
- February 9, 2009: word, parse, and concept
- February 2, 2009: A swamp of details
- January 25, 2009: SkyNet -- I'm not the only one worried!
- January 24, 2009: I saw her duck with a telescope
AI General
Blogroll
Python
Software
Technology
Archive for February 2, 2009
A swamp of details
February 2, 2009 by Rob.
Well, not much progress on the main task has occurred in recent days. I’m slowly sinking into a swamp of details around how to implement ideas in code.
There was a long trek through C#, mono and MySQL that turned out to mostly be a dead end. It is possible to put the WordNet data into MySQL, and to access the database from C#/mono on Linux, but it’s not easy. I think the Linux tools are not really ready to be used quite that way by people with my limited skills, and I’m not willing to lock myself into a Windows-only platform.
The current frontrunner seems to be Python with the NLTK toolkit, which offers a lot of high quality AI code that promises to be useful. It seems fairly straightforward to get the whole thing running with a web front end. Unfortunately, NLTK really wants to be running on Python 2.5+ and my server is on Ubuntu 6.06 LTS (with Python 2.4). I guess it’s time to upgrade the server to Ubuntu 8.04 LTS anyway.
Once all this is done maybe the main task can resume. I have run across a bunch of work that has been done on the Semantic Web that seems very close to what I’m trying to do. Things like the Resource Description Framework (RDF) and Web Ontology Language (OWL) look like exactly what I’m after and will likely be among the first “meaning storage” schemes I try.
Posted in General | 5 Comments »