Releases: DavidBelicza/TextRank
Releases · DavidBelicza/TextRank
v2.1.3
Merge pull request #13 from DavidBelicza/go-mod-v2
Added v2 to the package paths
2.1.2
- Tokenizer performance improvement
- Go mod added for dependency management
Update for recona.app
- Synonym or root word checking possibility has added.
- Demo link has added to Readme.
- More word separators has added.
Support usage on Web server
The purpose of this release is to provide the functionality to use TextRank on Go web servers.
- New constructors
- TextRank as object instead of provider object container
- This fixes a concurrency issue on Go web-servers
- Ticket with attached PR: #1
1.0.2
- Improved documentation
- Simplified code
- Better tests
- Extended readme file
Serious Friday Launch
- 100% Test coverage
- Updated GoDoc to all export usage
- Working TextRank algorithm implementation
- Predefined queries
- Extendable
- Multi-threading support