-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Lacombe",
"private": true,
"version": "0.1.0",
"description": "Applying Optical Character Recognition (OCR) to Lacombe's (1874) *Dictionnaire de la langue des Cris*",
"keywords": [
"language",
"OCR",
"dictionary",
"dictionaries",
"linguistics",
"language",
"languages",
"French",
"Cree",
"Algonquian",
"lexicography"
],
"homepage": "https://github.com/UAlbertaALTLab/Lacombe",
"bugs": "https://github.com/UAlbertaALTLab/Lacombe/issues",
"license": "GPL-3.0",
"contributors": [
{
"name": "Antti Arppe",
"url": "https://github.com/aarppe"
},
{
"name": "Daniel Dacanay",
"url": "https://github.com/DBDacanay"
},
{
"name": "Daniel W. Hieber",
"url": "https://github.com/dwhieb"
}
],
"repository": {
"type": "git",
"url": "https://github.com/UAlbertaALTLab/Lacombe.git"
},
"engines": {
"node": ">=16"
},
"type": "module",
"scripts": {
"accuracy": "accuracy OCR/Quebec/sample.txt OCR/standard/sample.txt OCR/Quebec/accuracy.txt",
"concat": "node lib/concat.js OCR/Quebec/sample OCR/Quebec/sample.txt & node lib/concat.js OCR/standard/sample OCR/standard/sample.txt"
},
"devDependencies": {
"eslint": "^7.30.0"
}
}