From c76cb3ac0620dd2ac41eb8b5407dba4e2054cf24 Mon Sep 17 00:00:00 2001 From: Arun Mahapatra Date: Fri, 14 May 2021 23:20:15 +0530 Subject: [PATCH] Added link to .NET port of Ebisu (#49) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ea253..0a7fff6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ With this system, quiz applications can move away from “daily review piles” Ebisu also enables apps to provide an infinite stream of quizzes for students who are cramming. Thus, Ebisu intelligently handles over-reviewing as well as under-reviewing. -This document is a literate source: it contains a detailed mathematical description of the underlying algorithm as well as source code for a Python implementation (requires Scipy and Numpy). Separate implementations in [JavaScript (Ebisu.js)](https://fasiha.github.io/ebisu.js/), [Java (ebisu-java)](https://github.com/fasiha/ebisu-java) and [Dart (ebisu_dart)](https://github.com/ttencate/ebisu_dart) exist. +This document is a literate source: it contains a detailed mathematical description of the underlying algorithm as well as source code for a Python implementation (requires Scipy and Numpy). Separate implementations in [JavaScript (Ebisu.js)](https://fasiha.github.io/ebisu.js/), [Java (ebisu-java)](https://github.com/fasiha/ebisu-java), [Dart (ebisu_dart)](https://github.com/ttencate/ebisu_dart) and [.NET (obliviate)](https://github.com/codito/obliviate) exist. The next section is a [Quickstart](#quickstart) guide to setup and usage. See this if you know you want to use Ebisu in your app.