From 9cc9c25bd3c0677c11fbd59f316f919c7e2f7d59 Mon Sep 17 00:00:00 2001 From: Howard Chiam Date: Tue, 21 Apr 2020 21:33:32 -0400 Subject: [PATCH] version 1.0.0 for stability --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b86b158..6bf96e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Text Similarity Test (using [TensorFlow.js](https://github.com/hchiam/learning-tensorflow)) +![version](https://img.shields.io/github/release/hchiam/text-similarity-test) + It outputs a percent similarity between two sentences. This tool could possibly be used to check whether a free-form answer closely matches the expected answer in meaning. For best results, you probably should constrain responses to short sentences (i.e. short answer questions only). @@ -15,7 +17,7 @@ This tool could possibly be used to check whether a free-form answer closely mat ## Import it into your own project ```html - + ``` ## Useful references used