Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Added usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed Jun 1, 2017
1 parent 8ca6f5b commit ab2784c
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/use.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,53 @@ Use Domain Discovery Tool
=========================

Now you should be able to head to http://localhost:8084/ to interact with the tool.

Add Domain
----------

Domain maintains context of domain discovery.

.. image:: add_domain.png
:width: 600px
:align: center
:height: 300px
:alt: alternate text

Once domain is added click on it to collect and annotate data.

Domain Discovery
----------------

.. image:: query_web.png
:width: 600px
:align: center
:height: 300px
:alt: alternate text

Data Loading
~~~~~~~~~~~~

WEB: Keyword search on google or bing. For example, “ebola symptoms”
LOAD: Upload a list of urls in the text box or upload a file with a list of urls
SEEDFINDER: Triggers automated keyword search on google and bing and collect seed urls. This requires a domain model.

Filtering
~~~~~~~~~

QUERIES: Filter by keyword web searches
TAGS: Filter by annotation tags
MODEL: Filter by predicted model tags
SEARCH: Search by keywords within the downloaded text

Annotation
~~~~~~~~~~

Currently pages can be annotated as Relevant, Irrelevant or Neutral. Annotations are used to build a domain model.

Domain Model
~~~~~~~~~~~~

The accuracy of the domain model is displayed on the top right corner. It provides an indication of the model coverage of the domain and how it is influenced by annotations.



0 comments on commit ab2784c

Please sign in to comment.