Releases: remimorvan/knowledge-clustering
Releases · remimorvan/knowledge-clustering
v0.5.0
-
The addquote feature was improved:
- Instead of just printing the line number when it finds a match, it prints the content of the line and emphasizes the substring corresponding to the knowledge. (Suggested by Aliaume Lopez)
- Suggests defining synonyms when finding a string in the TeX document that looks like a defined knowledge. (#10, suggested by LeonPyramid)
-
New feature: anchor that finds missing anchor points. (#16, suggested by Nicolas Waldburger)
v0.4.2
Forgot to update version number for v0.4.1…
v0.4.1
addquotes: now recognising more delimiters, namely \kl[your_knowledge]{blabla}
, @your_knowledge"
and @your_knowledge@
.
v0.4.0
- "Notion files" are now named "knowledge files", following the official
knowledge
terminology. As a consequence, the option-n --notion
is now named-k --knowledge
. (#15)
Bug fix:
- init: now using "en_core_web_sm" and "fr_core_news_sm" pipelines instead of "en" and "fr" (#9)
- clustering: plurals of acronyms are now always clustered together (#11)
- clustering: hyphenations should no longer get in the was of the clustering algorithm (#12)
- addquotes:
\kl{}
or\intro{}
are no longer ignored (#14) - addquotes: commented lines are now ignored (#13)
v0.3.3
Bug correction: spacy
was required to run knowledge init
but was not an install requirement (thanks to Thomas Colcombet).
v0.3.2
v0.3.1
Bug fix: the standard library module re
was in install_requires ; as a result, knowledge-clustering couldn't be upgraded to v0.3
v0.3.0
- If an undefined knowledge can be added to more than two (already defined) knowledges, pick the knowledge with the smallest edit distance. (Suggested by Aliaume Lopez.)
- Now supporting documents in French, with the option
-l fr
or--lang fr
. - New command
addquotes
, which find where you might have missed some quotes in your document.
v0.2.4
Fixed a bug introduced in v0.2.3: the empty word was not an accepted prefix