Group
Extension

Matches 1

Intellexer-API ( H/HA/HAX/Intellexer-API-0.92.tar.gz, HAX, 2024; MetaCPAN )
Intellexer-API/lib/Intellexer/API.pm ( view source; MetaCPAN )
API;

use v5.36;
use LWP::UserAgent;
use Path::Tiny;
use URI;
use Carp;
use JSON;


our $VERSION = q{0.92};

my $json = JSON->new()->pretty(1);
my $ua   = LWP::UserAgent->new();

sub new($package, $ap
       $ua->post(
            $uri_obj,
            'Content-Type' => 'application/json',
            Content => $json->encode($reviews)
        )
    );
}

sub sentimentAnalyzerOntologies($self){
   
       $ua->post(
            $uri_obj,
            'content-type' => 'application/json',
            Content => $json->encode($url_list),
        )
    );

}

## Comparator
sub compareText($self, $te

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.