- Fixed a bug that would lead to inaccurate propositional similarity results in some cases (Note: the old code was fine, but was incorrectly rewritten in version 0.1.0 and has now been corrected again).
0.1.0
Re-write parts of the code to make it more concise. Other minor revisions are listed as follows. * Fixed a bug about graph saving in the function`draw`; * Changed the color style in the function `draw` (Now it uses a more academic style for publication); * Removed the argument `detailed` in the function `calc_gcent` and the function `calc_tversky`; * Added a new function called `quick_analysis` to enable data analysis for a large dataset conveniently.
0.0.8
* An average network which does not include all key-terms in the argument `keyterms` now can be generated in average_graph * Remove printed content in calc_tversky