Package

io.archivesunleashed

app

Permalink

package app

Visibility
  1. Public
  2. All

Type Members

  1. class CmdAppConf extends ScallopConf

    Permalink

    Construct a Scallop option reader from command line argument string list

  2. class CommandLineApp extends AnyRef

    Permalink

    Main application that parse command line arguments and invoke appropriate extractor.

  3. class NERCombinedJson extends Serializable

    Permalink

    Classifies records using NER and stores results as JSON.

Value Members

  1. object CommandLineAppRunner

    Permalink
  2. object DomainFrequencyExtractor

    Permalink
  3. object DomainGraphExtractor

    Permalink
  4. object ExtractEntities

    Permalink

    Performs Named Entity Recognition (NER) on a WARC or ARC file.

    Performs Named Entity Recognition (NER) on a WARC or ARC file.

    Named Entity Recognition applies rules formed in a Named Entity Classifier to identify locations, people or other objects from data.

  5. object ExtractGraphX

    Permalink

    Extracts a site link structure using Spark's GraphX utility.

  6. object ExtractPopularImages

    Permalink

    Extract most popular images from an RDD.

  7. object PlainTextExtractor

    Permalink
  8. object WriteGEXF

    Permalink

    UDF for exporting an RDD representing a collection of links to a GEXF file.

  9. object WriteGraphML

    Permalink

    UDF for exporting an RDD representing a collection of links to a GraphML file.

  10. object WriteGraphXML

    Permalink

    UDF for exporting an GraphX object representing a collection of links to a GraphML file.

Deprecated Value Members

  1. object ExtractGraph

    Permalink

    Extracts a network graph using Spark's GraphX utility.

    Extracts a network graph using Spark's GraphX utility.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.1) Use ExtractGraphX instead.

Ungrouped