Skip to content

Releases: DavidBelicza/TextRank

v2.1.3

08 Jul 16:56
535b050
Compare
Choose a tag to compare
Merge pull request #13 from DavidBelicza/go-mod-v2

Added v2 to the package paths

2.1.2

13 Apr 16:56
ed47233
Compare
Choose a tag to compare
  • Tokenizer performance improvement
  • Go mod added for dependency management

Update for recona.app

05 Sep 09:54
Compare
Choose a tag to compare
  • Synonym or root word checking possibility has added.
  • Demo link has added to Readme.
  • More word separators has added.

Chain Algorithm

09 Mar 18:10
28edf68
Compare
Choose a tag to compare

UTF-8 Support

05 Mar 18:32
Compare
Choose a tag to compare

Support usage on Web server

02 Mar 17:10
f444893
Compare
Choose a tag to compare

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

26 Feb 19:36
f02ab67
Compare
Choose a tag to compare

  • Improved documentation
  • Simplified code
  • Better tests
  • Extended readme file

Serious Friday Launch

16 Feb 19:36
73ea59e
Compare
Choose a tag to compare

  • 100% Test coverage
  • Updated GoDoc to all export usage
  • Working TextRank algorithm implementation
  • Predefined queries
  • Extendable
  • Multi-threading support

Initial release

15 Feb 10:50
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release