SkillAgentSearch skills...

Briefer

Go language implementation of sentence summarization by automatic summarization algorithm LexRank

Install / Use

/learn @motok5/Briefer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gopher

briefer

Go language implementation of sentence summarization by automatic summarization algorithm LexRank.

Dependency

Setup

It can be installed by "go get".

$ go get github.com/motok5/briefer

Usage

$ briefer -l=ja -c=10 input.txt

-l option (Optional)

Select the language of the sentences to be summarized. "briefer" supports English and Japanese.

The default is English.

-c option (Optional)

Specify the number of output lines of the summary. The default is 3.

input file (Required)

Specify the file to be summarized.

Licence

This software is released under the MIT License, see LICENSE.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks0

Languages

Go

Security Score

70/100

Audited on Jul 9, 2024

No findings