EnglishFrenchSpanish

OnWorks favicon

perlindexp - Online in the Cloud

Run perlindexp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command perlindexp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


perlindex - index and query perl manual pages

SYNOPSIS


perlindex -index

perlindex tell me where the flowers are

DESCRIPTION


""perlindex -index"" generates an AnyDBM_File index which can be searched with free text
queries ""perlindex" a verbose query".

Each word of the query is searched in the index and a score is generated for each document
containing it. Scores for all words are added and the documents with the highest score are
printed. All words are stemed with Porters algorithm (see Text::English) before indexing
and searching happens.

The score is computed as:

$score{$document} += $tf{$word,$document}/$maxtf{$document}
* log ($N/$n{$word});

where

$N is the number of documents in the index,

$n{$word} is the number of documents containing the word,

$tf{$word,$document}
is the number of occurances of word in the document, and

$maxtf{$document}
is the maximum freqency of any word in document.

OPTIONS


All options may be abreviated.

-maxhits maxhits
Maximum numer of hits to display. Default is 15.

-menu
-nomenu Use the matches as menu for calling "man". Default is -menu.q

-cbreak
-nocbreak Switch to cbreak in menu mode or don't. -cbreak is the default.

-verbose Generates additional information which query words have been not found in the
database and which words of the query are stopwords.

-conf Use another config than the default config (/etc/perlindex/config).

EXAMPLE


perlindex foo bar

1 3.735 lib/pod/perlbot.pod
2 2.640 lib/pod/perlsec.pod
3 2.153 lib/pod/perldata.pod
4 1.920 lib/Symbol.pm
5 1.802 lib/pod/perlsub.pod
6 1.586 lib/Getopt/Long.pm
7 1.190 lib/File/Path.pm
8 1.042 lib/pod/perlop.pod
9 0.857 lib/pod/perlre.pod
a 0.830 lib/Shell.pm
b 0.691 lib/strict.pm
c 0.691 lib/Carp.pm
d 0.680 lib/pod/perlpod.pod
e 0.680 lib/File/Find.pm
f 0.626 lib/pod/perlsyn.pod
Enter Number or 'q'>

Hitting the keys 1 to "f" will display the corresponding manual page. Hitting "q" quits.
All other keys display this manual page.

Use perlindexp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad