Nulled Kaali PHP Text Sentiment Analysis Utility free download

Kaali PHP Text Sentiment Analysis Utility-[Clean-Nulled].zip

Kaali : PHP AI/ML Powered Text Sentiment Analysis Utility Function

Kaali is an AI powered Text sentiment analysis PHP Utility which aims at solving the problem of providing text sentiment analysis capability to your existing and new projects.

Integrating Kaali is as easy a shot , Zero configuration and No settings needed

Features

  • Zero configuration and settings
  • Dazzling fast algorithm
  • Uses n-gram algorithm
  • Pre trained AI model
  • Well documented
  • It took approximately 0.8 seconds to process 5332 unique sentences with above 75% accuracy .

What is Kaali – PHP Sentiment Analyzer Utility Function

It is a php sentiment analyzer helper function.

It predicts the text sentiment.

Text sentiment may be positive , negative or neutral.

How to use

  1. Copy both kaali.util.php and model.ser to your project’s directory.
  2. Both kaali.util.php and model.ser files should be in the same directory.
  3. Include the file kaali.util.php into your php source file.
  4. call kaali_analyze(“text goes here “) .
  5. This will gives you an associative array
  6. 
    [
        'sentiment' => 2,
        'positivity' => 0.9, // Percentage value
        'negativity' => 0.1  // Percentage value
    ]
    
  7. sentiment value
  8. 
        sentiment > 0   => Positive Sentiment
        sentiment = 0   => Neutral Sentiment
        sentiment < 0   => Negative Sentiment
    

Example


    // Include the utility file
    require("kaali.util.php");

    $text = "It’s a very helpful . I had no idea what it was previously. Thank you for that.";
    print_r(kaali_analyze($text));

Output


Array
(
    [sentiment] => 3
    [positivity] => 66.666666666667
    [negativity] => 33.333333333333
)

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy Kaali PHP Text Sentiment Analysis Utility from the The Developer ( kodeboi ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.