Packages

p

com.elsevier.aq

concordancers

package concordancers

Type Members

  1. class Concordancer extends AnyRef

    Output the string of text identified by the AQAnnotation and highlight in 'red' the text that was ignored (excluded).

  2. class OrigPosLemConcordancer extends AnyRef

    Output the string of text identified by the AQAnnotation (typically a sentence annotation).

    Output the string of text identified by the AQAnnotation (typically a sentence annotation). Below the sentence (in successive rows) output the original terms, parts of speech, and lemma terms for the text identified by the AQAnnotation.

  3. class XMLConcordancer extends AnyRef

    Output the string of text identified by the AQannotation and highlight in 'red' the text that was ignored (excluded).

    Output the string of text identified by the AQannotation and highlight in 'red' the text that was ignored (excluded). Also add the XML tags (in 'orange') that would have occurred in this string. Note, there are no guarantees that the XML will be well-formed.

Ungrouped