Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write documentation about the text analyzer #65

Open
Barqawiz opened this issue Sep 25, 2023 · 0 comments
Open

Write documentation about the text analyzer #65

Barqawiz opened this issue Sep 25, 2023 · 0 comments
Assignees

Comments

@Barqawiz
Copy link
Collaborator

Barqawiz commented Sep 25, 2023

Add a new page in the wiki with "NLP" title and write documentation about the text analyzer features.

The page should include two sub titles:

  • Text Summary.
  • Sentiment Analysis.

Check the sample to call the related functions from intellinode here:
https://github.com/intelligentnode/IntelliNode/blob/main/samples/command_sample/test_text_analyzer.js

You can test the code with following commands:

cd samples/command_sample
npm install 
node test_text_analyzer.js

To run the script successfully, create .env file with the following values:

OPENAI_API_KEY=<your_openai_api_key>
COHERE_API_KEY=<your_cohere_api_key>

Documentation Template:

NLP

Text Summary
Intro about the function

// how to use code

Sentiment Analysis
Intro about the function

// how to use code
@hydrogeohc hydrogeohc self-assigned this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants