The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

NNexus::Discover - Concept discovery for plain-text and HTML entries

SYNOPSIS

use NNexus::Discover qw(mine_candidates);
($concepts_mined,$text_length) =
mine_candidates(
db=>$db,
body=>$body,
url=>$url,
domain=>$domain,
format=>'text|html',
verbosity=>$verbosity);

DESCRIPTION

NNexus::Discover provides a single concept discovery routine, parametric in:

  • db: Database object from NNexus::DB

  • body: The textual/HTML body to be analyzed

  • url: The resource locator of the given body (optional, for invalidation)

  • domain: request a specific domain of the NNexus index from which to seek concept definitions (optional, default: all)

  • format: Specify whether the given body is plain-text or an HTML document

  • verbosity: If true, prints verbose messages, quiet otherwise.

AUTHOR

Deyan Ginev <d.ginev@jacobs-university.de>

COPYRIGHT

Research software, produced as part of work done by
the KWARC group at Jacobs University Bremen.
Released under the MIT License (MIT)