Code Monkey home page Code Monkey logo

watson-indexer-'s Introduction

This repository contains the source of the library used to create the set of indexes for the Watson Semantic Web Search Engine (see http://watson.kmi.open.ac.uk).

The indexes of Watson are made of for main directory, which are based on the Apache Lucene library:
   - 1 index for documents (ontologies)
   - 1 index for entities (classes, properties, individuals)
   - 1 index for object relationships
   - 1 index for literal relationships

This library can be used to create these indexes, using a set of files as input, or a more complex structure from a database or a queue of documents. It is based on a system of extractors (that extract metadata, entities, etc. from the documents) and popuators (that poluate the indexes with the extracted values).

The build.xml file contains the basic procedure for building and running a test of the library. To compile it, use 

$ ant clean
$ ant build

A test is provided that indexes a set of 3 basic, toy ontologies (in the examples directory). To run it, use 

$ ant test

it should create 4 directories "documents-test", "entities-test", "relations-test" and "literals-test" that correspond to the four indexes for Watson. The Watson services API (https://github.com/mdaquin/Watson-Service-API) provide a complete library to use these indexes to reproduce the functionality of Watson on the created indexes.

watson-indexer-'s People

Contributors

mdaquin avatar

Stargazers

Brent Shambaugh avatar Cammie King avatar

Watchers

 avatar James Cloos avatar Atanas Georgiev avatar

Forkers

bshambaugh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.