• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Net/H02-May-2009-18277

t/H02-May-2009-10877

Build.PLH A D02-May-2009665 2724

ChangesH A D02-May-2009216 117

MANIFESTH A D02-May-2009180 1312

META.ymlH A D02-May-2009422 2120

READMEH A D02-May-2009896 4225

README

1Net-YASA
2
3This module extracting terms and their freqency from YASA (Yet Another Suffix Array)
4Web Service (REST).
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the perldoc command.
19
20    perldoc Net::YASA
21
22You can also look for information at:
23
24    Search CPAN
25        http://search.cpan.org/dist/Net-YASA
26
27    CPAN Request Tracker:
28        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-YASA
29
30    AnnoCPAN, annotated CPAN documentation:
31        http://annocpan.org/dist/Net-YASA
32
33    CPAN Ratings:
34        http://cpanratings.perl.org/d/Net-YASA
35
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2007-2009 Cheng-Lung Sung
39
40This program is free software; you can redistribute it and/or modify it
41under the same terms as Perl itself.
42