Briefer
Go language implementation of sentence summarization by automatic summarization algorithm LexRank
Install / Use
/learn @motok5/BrieferREADME

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.
