Examples

Reference:

This section describes the metadata and sample reports for the Words Analysis Adapter.


Top of page

x
Reference: Words Analysis Adapter Metadata

The following table lists and describes the available metadata for the Words Analysis Adapter.

Metadata

Description

wan_document

Used to pass textual data to the Words Analysis Adapter and return a count of occurrences for each word.

By default, special characters (such as #,%,$,@) are excluded from the analysis. To include individual special characters in the analysis, they must be passed to the SYMBOLS field in the form of a selection. For example:

WHERE SYMBOLS EQ '#@'

Words contained in the Stopwords file are excluded from the analysis.

The Access File (.acx) contains an attribute for the Stopwords file location:

STOPWORDS_FILENAME='wordsanalysis/
wan_stopwords_ibi.txt'

The wan_stopwords_ibi.txt file is the default Stopwords file that gets loaded as part of Create Synonym.

wansampl/wan_sample_cluster

Cluster Join between wansampl/wan_sample_fix and wan_document.

wansampl/wan_sample_fix

Metadata that defines the sample text file (wansampl/wan_sample.txt) used for the wan_sample_join, wan_sample_join_tagcloud, and wan_sample_cluster sample reports.



x
Reference: Words Analysis Adapter Sample Reports

The following table lists and describes the sample reports for the Words Analysis Adapter.

Sample Report

Description

wansampl/wan_sample_cluster

Performs a count of the occurrences of words from the text passed in the wansampl/wan_sample.txt file using the Cluster Join master wansampl/wan_sample_cluster.

wansampl/wan_sample_join

Performs a count of the occurrences of words from the text passed in the wansampl/wan_sample.txt file. Joins wansampl/wan_sample_fix to wan_document.

wansampl/wan_sample_join_tagcloud

Performs a count of the occurrences of words from the text passed in the wansampl/wan_sample.txt file. The results are displayed in a tag cloud graph. Joins wansampl/wan_sample_fix to wan_document.

wansampl/wan_sample_where

Performs a count of the occurrences of words from the text passed in a WHERE statement.

Also includes a WHERE statement defining the Stopword file(s) to be used in the request. It overrides the definition in the wan_document Access File (.acx).

Uses:

wan_document


WebFOCUS