TextRank
Text ranking tool
A TextRank implementation in Golang for ranking important phrases, words, and sentences in text with extensible features and multithreading support.
TextRank implementation in Golang with extendable features (summarization, phrase extraction) and multithreading (goroutine).
205 stars
7 watching
22 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
gogolangpagerankphrase-extractionsentence-classificationsummarizationtextranktoken
Related projects:
Repository | Description | Stars |
---|---|---|
dinopuguh/gosentiwordnet | Analyze sentiment in text using a pre-defined lexicon of words with their associated emotional connotations. | 10 |
davidgamba/go-getoptions | A command line option parser with built-in auto-completion support for Go applications. | 56 |
cdebacco/springrank | Calculates rankings in networks using the SpringRank method | 54 |
golang/benchmarks | Macro-benchmarks for performance monitoring and development of the Go programming language. | 189 |
simonwaldherr/golangsortingvisualization | Visualizes various sorting algorithms in Go with animations | 125 |
go-ffmt/ffmt | Golang beautifies data display by providing formatting options for humans | 305 |
vdaubry/github-awards | A platform to discover and rank GitHub users based on their repositories' language and location. | 1,581 |
jfcg/sorty | Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
louismullie/graph-rank | An implementation of PageRank and TextRank algorithms in Ruby. | 75 |
srfrog/dict | Provides an alternative data structure to Go's built-in map and slice types | 45 |
alixaxel/pagerank | An implementation of PageRank algorithm for weighted graphs in Go. | 85 |
yourbasic/radix | A fast string sorting algorithm implemented in Go. | 192 |
gosuri/uitable | Improves readability in terminal apps by representing data as tables with customizable column sizing and wrapping | 735 |
drewstinnett/gout | A utility package for formatting and serializing data in standard formats. | 17 |
mandiant/stringsifter | A machine learning tool that ranks strings based on their relevance for malware analysis. | 681 |