Skip to content

Releases: odarbelaeze/condor-ir

Improves compatibility with different databases

31 Oct 04:36
Compare
Choose a tag to compare

Now you can:

pip install -U condor-ir[mysql]
pip install -U condor-ir[postgres]

To support these databases out of the box.

Updated language guesser

30 Oct 04:55
0d9c5ab
Compare
Choose a tag to compare

pyenchant is deprecated and that's sad news.

API Tweaks

14 Jul 09:19
Compare
Choose a tag to compare

In this version we improve the creation of bibliographic objects through the API. After this release the python API to interact with the models can be considered stable, and we'll keep backwards compatibility in future releases.

Fist stable realease

08 Apr 17:14
Compare
Choose a tag to compare

It packs a bunch of features since it's a first release,

  • Condor reads database entries from ISI, BIB and FROAC files.
  • Also creates term document matrices with optional TF-IDF regularisation.
  • Furthermore it's capable of creating LSA search engines based on the term document matrices.
  • It also loads ground truths with specially formatted sets of BIB files.
  • Finally, it's able to test the search engines against the loaded ground truths.