v2.0.0: Merge pull request #29 from brunoarine/develop
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.