193 Commits

Author SHA1 Message Date
ec9c5137c8 bump version to 2.1.0 2026-03-29 10:45:58 -07:00
843259292d update readme 2026-03-29 10:30:13 -07:00
7e62b5ed7d fix dev install instructions 2026-03-28 10:43:14 -07:00
09beb47735 fix bug in random selection bounds 2026-03-28 10:42:56 -07:00
ccf6fa50bd Merge branch 'release/2.0.0'
* release/2.0.0:
  Prepare for 2.0.0 release
2026-03-28 10:37:15 -07:00
2a250044bd Prepare for 2.0.0 release 2026-03-28 10:36:54 -07:00
Leonard Richardson
2fdb924c35 Prepare for 1.0.4 release. 2019-12-30 10:23:22 -05:00
Leonard Richardson
31b84a799a Fixed Python 2-ism. 2019-12-29 13:35:05 -05:00
Leonard Richardson
a997c4feff Made compatible with either Python 2 or Python 3. 2019-11-11 17:54:57 -05:00
Leonard Richardson
9448afc7ba Brought corpora-original up to date with https://github.com/dariusk/corpora revno 8d0d939d3ebc868ce576fdc87b02e8b93961b734 2019-08-26 11:43:54 -04:00
Leonard Richardson
243bfbbc34 Updated version number. 2018-11-13 07:27:00 -05:00
Leonard Richardson
da65a6ad25 Added docstring and updated CHANGELOG. 2018-11-13 07:26:17 -05:00
Leonard Richardson
aba082c039 Brought corpora-original up to date with https://github.com/dariusk/corpora revno 290c665aad21ff0d2ba650096130d74f9de012a1 2018-11-13 07:17:54 -05:00
Leonard Richardson
3da50aa033 Fixed query. 2018-11-13 07:17:12 -05:00
Leonard Richardson
dfe8c30c5f Improved performance quite a bit. 2018-11-03 21:07:59 -04:00
Leonard Richardson
4e02b14e18 Added a helper for finding recently added items. 2018-11-03 16:16:12 -04:00
Leonard Richardson
5d73dfe4a1 Added a helper for finding recently added items. 2018-11-03 16:13:31 -04:00
Leonard Richardson
680bd0bac0 Fixed references to identifier. 2018-10-30 21:54:42 -04:00
Leonard Richardson
f2bcbbf1da Removed sample code from the actual library. 2018-10-30 21:39:41 -04:00
Leonard Richardson
d4d2ce06ec Use Python 3 print format. 2018-10-30 21:16:19 -04:00
Leonard Richardson
a0e1f93b83 Added a basic module for getting texts from the Internet Archive. 2018-10-30 21:14:38 -04:00
Leonard Richardson
c64fd30b88 Brought corpora-original up to date with https://github.com/dariusk/corpora revno 9bb62927951f79bec2454f29d71b6e9b28d874b1 2018-08-08 07:02:26 -04:00
Leonard Richardson
606abea87d Merged the two 'how to copy' files. 2018-08-06 16:14:07 -04:00
Leonard Richardson
f6776f2131 We are no longer shadowing minor_planets. 2018-08-06 16:13:06 -04:00
Leonard Richardson
faf4556a2f Added a crummy load() and names() implementation, but not announcing them yet. 2018-07-30 13:12:57 -04:00
Leonard Richardson
eb8431c660 Added the example scripts to setup.py. 2018-07-30 11:50:11 -04:00
Leonard Richardson
01458b34c5 Added LICENSE file. 2018-07-30 10:34:38 -04:00
Leonard Richardson
92123b258c Resolved merge conflict. 2018-07-30 10:33:18 -04:00
Leonard Richardson
1df63cae64 Renamed alternate_letter forms to letterforms. 2018-07-30 10:32:45 -04:00
Leonard Richardson
ab70190892 Removed sonnets -- they're in core corpora. 2018-07-30 10:23:44 -04:00
Leonard Richardson
19af63af80 Renamed corpora-more to corpora-olipy to remove ambiguity about what 'original' means. 2018-07-30 10:19:49 -04:00
Leonard Richardson
3d1fd7af2c Fixed board game script. 2018-07-30 10:18:54 -04:00
Leonard Richardson
259d2616aa Moved board game data into the games section. 2018-07-30 10:18:20 -04:00
Leonard Richardson
4350b90e4d Corpus cleanup. 2018-07-30 10:17:15 -04:00
Leonard Richardson
94670d8145 Got as many things as I could get working in Python 3. 2018-07-29 22:03:27 -04:00
Leonard Richardson
55f51068a2 Update README.md 2018-07-29 21:09:59 -04:00
Leonard Richardson
03f21ad0c4 Update README.md 2018-07-29 21:07:23 -04:00
Leonard Richardson
591a3711f5 Update README.md 2018-07-29 21:06:06 -04:00
Leonard Richardson
0e7c2309b1 OK, all the corpora stuff should be ported over now. 2018-07-29 18:23:57 -04:00
Leonard Richardson
00fd71886c Fixed corpora. 2018-07-29 17:24:05 -04:00
Leonard Richardson
da5ea16eab Replaced my corpora implementation with a hacked version of Allison's. 2018-07-29 16:54:02 -04:00
Leonard Richardson
893e18c8ac Got the corpora up to date and documented. 2018-07-28 23:03:22 -04:00
Leonard Richardson
52bc52e4b9 Removed wordfilter clone -- there's a Python version now. 2018-07-28 22:10:00 -04:00
Leonard Richardson
9f72620896 More docs. 2018-07-25 18:04:25 -04:00
Leonard Richardson
530f05dc58 Remove the scheduler -- there's a better one in botfriend. 2018-07-25 17:59:01 -04:00
Leonard Richardson
d69a762937 More documentation. 2018-07-25 17:58:49 -04:00
Leonard Richardson
a5e7526543 RIP integration.py, victim of the long-prophesied Botpocalypse. 2018-07-25 17:44:57 -04:00
Leonard Richardson
df04ac0392 Documenting each module with example code. 2018-07-25 17:44:35 -04:00
Leonard Richardson
4f5245f1b0 Merge branch 'setupify' of https://github.com/leonardr/olipy into setupify 2018-07-25 17:11:13 -04:00
Leonard Richardson
cd8498635e Brought corpora-original up to date with https://github.com/dariusk/corpora revno 9bb62927951f79bec2454f29d71b6e9b28d874b1 2018-07-24 23:35:39 -04:00