Plucene::Analysis::Token(3pm) - phpMan

Command: man perldoc info search(apropos)  


Plucene::Analysis::Token(3pm)  User Contributed Perl Documentation  Plucene::Analysis::Token(3pm)

NAME
       Plucene::Analysis::Token - A term in a field

SYNOPSIS
DESCRIPTION
       A Token is an occurence of a term from the text of a field.  It consists of a term's text,
       the start and end offset of the term in the text of the field, and a type string.

       The start and end offsets permit applications to re-associate a token with its source
       text, e.g., to display highlighted query terms in a document browser, or to show matching
       text fragments in a KWIC (KeyWord In Context) display, etc.

       The type is an interned string, assigned by a lexical analyzer (a.k.a. tokenizer), naming
       the lexical or syntactic class that the token belongs to.  For example an end of sentence
       marker token might be implemented with type "eos".  The default token type is "word".

METHODS
   new
               my $token = Plucene::Analysis::Token->new({
                       type  => $type,
                       text  => $text,
                       start => $start,
                       end   => $end });

       This will create a new Plucene::Analysis::Token object.

perl v5.26.1                                2018-04-02              Plucene::Analysis::Token(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-01-28 10:02 @13.59.62.63 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!