From 0b1ca5fc0a931b517b331bc707587c93324c54d2 Mon Sep 17 00:00:00 2001 From: iris2hu Date: Thu, 25 Nov 2021 17:09:39 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a7d9ba..9bb0707 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An automatic essay scoring method for Chinese L2 writing based on linear models, tree-structure models and logistic regression models, especially Ordinal Logistic Regression(OLR), combining 90 linguistic features and Tf-Idf textual representations. +An online demo of L2C-rater can be seen at [https://l2c.shenshen.wiki/](https://l2c.shenshen.wiki/). + ### Enviroment * Python 3.6+