Skip to content

An ontology-based tool for identifying experts among wiki users.

License

Notifications You must be signed in to change notification settings

ClemensRobbenhaar/ExpertFinder

 
 

Repository files navigation

ExpertFinder

An ontology-based tool for identifying experts among wiki users.

Starting the processing

There are currently two ways to start the processing of the wiki contents and generation of reputation and expertise data.

Programmatically

The entry point to the processing chain is the class

de.csw.expertfinder.mediawiki.uima.deploy.MediaWikiCPERunner

The class also has a main method for testing purposes.

Using the the UIMA CPE Deployment Tool:

Load the CPE configuration file

src-mediawiki/de/csw/expertfinder/mediawiki/uima/deploy/ExpertFinder CPE Config.xml

and run it.

Getting reputation and expertise values

Once the wiki's contents have been processed, the reputation and expertise scores for authors can be retrieved using the class

de.csw.expertfinder.expertise.ExpertiseModel

About

An ontology-based tool for identifying experts among wiki users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.9%
  • Web Ontology Language 34.9%
  • C 1.1%
  • Other 0.1%