We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b5a86 commit 20f682eCopy full SHA for 20f682e
.gitignore
@@ -0,0 +1,2 @@
1
+
2
+node_modules/
package.json
@@ -0,0 +1,19 @@
+{
+ "name": "sentence-similarity-clockmaker",
3
+ "version": "1.0.0",
4
+ "description": "Sentence similarity algorithms used in the clockmaker.y",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "test"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/jloveric/SentenceSimilarity.git"
12
13
+ "author": "John Loverich",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/jloveric/SentenceSimilarity/issues"
17
18
+ "homepage": "https://github.com/jloveric/SentenceSimilarity#readme"
19
+}
0 commit comments