Skip to content

v2.0.0: Merge pull request #29 from brunoarine/develop

Compare
Choose a tag to compare
@brunoarine brunoarine released this 29 Jun 15:53
· 13 commits to main since this release
b0eda92

This release version basically replaces all the Python code that was shipped along with the Elisp package with an external source. Effectively, the entire Python code has been extracted from org-similarity and re-baptized as findlike, so that it can also be re-used by other projects.

Given that findlike operates as a command-line program and returns the results in plain text format (just like org-similarity Python routines did), there should be no major interoperability hiccups. Results may be slightly different because of findlike's different tokenization procedure and list of stopwords.

Despite the big changes, with this separation of concerns, both packages will be easier to maintain and extend.