Package fr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.integration

Provides the classes that implements several interfaces which are part of ARCOMEM framework.

See:
          Description

Class Summary
ApplicationAwareHelperImpl Implementation of ApplicationAwareHelper class Interface.
AugmentedDoc Implementation of AugmentedDocument class Interface.
Authors Implementation of Author class Interface.
Documentsparts Implementation of DocumentPart class Interface.
 

Package fr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.integration Description

Provides the classes that implements several interfaces which are part of ARCOMEM framework.
These classes establish a interaction with online analysis module. Application-aware helper detect a web application, level within web application and then execute the most relevant crawling actions. The information provided to online analysis module depends on whether a web application is detection or not.
For example, if:

A Web application is detected, then returns:

Set of crawling actions
- Set of links with score and anchor text.
And if possible then also Web objects
- Set of web objects with metadata information, such as creation date, author, message body, object as html, etc.

A Web application or level is not detected, then returns:

Set of crawling actions
- Set of links with score and anchor text. In this case score will be always 0 that suggest application-aware helper could not decide whether link should be crawl or not.
And given source document
- A given document as a HTML content.