Today I’ve been asked by a fellow student what languages qKAI is written in. So I launched CLOC and, before presenting you the output, I must give the remark that the actual language usage might change drastically in future. But here is the graph: (more…)
Posts Tagged ‘qKAI’
what languages qKAI is written in
Thursday, July 23rd, 2009Specification of information units
Friday, July 10th, 2009Jan Hein finished his Master thesis at the end of 2008 with the topic: ‘Specification and implementation of information units for qualifying knowledge modelling’ (Thesis in German). Automated extraction of text chunks out of Wikipedia without loosing structure and context is next to semantic annotation the main focus of his work.
The specification of information units can be found here: http://qkai.org/spec/2008/10/
The Wikipedia Extractor prototype is available under http://qkai.org/WikipediaExtractor
increasing productivity – part 1: Maven
Sunday, July 5th, 2009
One of the most important challenges to face first is leveraging developers’ time for maximum efficiency. At qKAI this is especially due to students, writing their theses, contribute to the code base. Therefore we have established several tools to spare them redundant work, maintain a constant code quality and automate the build.
qKAI Maven project documentation
Tuesday, June 30th, 2009Within his Bachelor thesis about search space limitation (details follow soon), Mark Kubacki established Apache Maven (amongst others) in the qKAI application framework:
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. (http://maven.apache.org/)
With Maven we got a nice project documentation now – available under http://docs.qkai.org. Especially the API section is work in progress and will be enhanced by and by.