Difference between revisions of "Wikipedia Category Map"

From AIRWiki
Jump to: navigation, search
m
Line 1: Line 1:
 
{{Project
 
{{Project
  | title=
+
  | title=Wikipedia Category Map
  | short_descr=
+
  | short_descr= Tool for managing categories and pages in Wikipedia.
 
  | tutor=DavidLaniado;RiccardoTasso
 
  | tutor=DavidLaniado;RiccardoTasso
 
  | students=CarloBandera
 
  | students=CarloBandera

Revision as of 09:52, 16 September 2009

Wikipedia Category Map
Short Description: Tool for managing categories and pages in Wikipedia.
Coordinator:
Tutor: DavidLaniado (david.laniado@gmail.com), RiccardoTasso (tasso@elet.polimi.it)
Collaborator:
Students: CarloBandera (bandera_carlo@yahoo.it)
Research Area: Social Software and Semantic Web
Research Topic: Semantic Tagging
Start: 2009/07/14
End: 2009/09/20
Status: Active
Level: Ms
Type: Course

Part 1: project profile

Project Name

Wikipedia Category Map

Project Short Description

Wikipedia articles are organized in a hierarchy of categories, manually assigned by users. This process can be considered a huge effort for the collective categorization of human knowledge; the result is a wide and disordered graph which can provide precious information for a variety of applications (natural language processing, information retrieval, ontology building...).

The objective of this project is the development of a tool for the visualization of this graph, providing a way for interacting with it.

Project Resources

Wikiont

It has been developed an ontology for representing the content of Wikipedia. It has been written in RDF and is available at: http://airwiki.elet.polimi.it/rdf/wikiont.rdf


Jena

Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine. In this project is used for reading and writing RDF files.

This library is available at: http://jena.sourceforge.net/

JUNG

JUNG — the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph.