Juho Inkinen commited on
Commit
95e9246
1 Parent(s): a23a664

Add projects.toml with http backend project configs

Browse files
Files changed (1) hide show
  1. projects.toml +83 -0
projects.toml ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [yso-fi]
2
+ name = "YSO NN ensemble Finnish"
3
+ language = "fi"
4
+ backend = "http"
5
+ vocab = "yso"
6
+ endpoint = "https://api.annif.org/v1/projects/yso-fi/suggest"
7
+
8
+ [yso-sv]
9
+ name = "YSO NN ensemble Swedish"
10
+ language = "sv"
11
+ backend = "http"
12
+ vocab = "yso"
13
+ endpoint = "https://api.annif.org/v1/projects/yso-sv/suggest"
14
+
15
+ [yso-en]
16
+ name = "YSO NN ensemble English"
17
+ language = "en"
18
+ backend = "http"
19
+ vocab = "yso"
20
+ endpoint = "https://api.annif.org/v1/projects/yso-en/suggest"
21
+
22
+ [yso-mllm-fi]
23
+ name = "YSO MLLM Finnish"
24
+ language = "fi"
25
+ backend = "http"
26
+ vocab = "yso"
27
+ endpoint = "https://api.annif.org/v1/projects/yso-mllm-fi/suggest"
28
+
29
+ [yso-mllm-en]
30
+ name = "YSO MLLM English"
31
+ language = "en"
32
+ backend = "http"
33
+ vocab = "yso"
34
+ endpoint = "https://api.annif.org/v1/projects/yso-mllm-en/suggest"
35
+
36
+ [yso-mllm-sv]
37
+ name = "YSO MLLM Swedish"
38
+ language = "sv"
39
+ backend = "http"
40
+ vocab = "yso"
41
+ endpoint = "https://api.annif.org/v1/projects/yso-mllm-sv/suggest"
42
+
43
+ [yso-bonsai-fi]
44
+ name = "YSO Omikuji Bonsai Finnish"
45
+ language = "fi"
46
+ backend = "http"
47
+ vocab = "yso"
48
+ endpoint = "https://api.annif.org/v1/projects/yso-bonsai-fi/suggest"
49
+
50
+ [yso-bonsai-sv]
51
+ name = "YSO Omikuji Bonsai Swedish"
52
+ language = "sv"
53
+ backend = "http"
54
+ vocab = "yso"
55
+ endpoint = "https://api.annif.org/v1/projects/yso-bonsai-sv/suggest"
56
+
57
+ [yso-bonsai-en]
58
+ name = "YSO Omikuji Bonsai English"
59
+ language = "en"
60
+ backend = "http"
61
+ vocab = "yso"
62
+ endpoint = "https://api.annif.org/v1/projects/yso-bonsai-en/suggest"
63
+
64
+ [yso-fasttext-fi]
65
+ name = "YSO fastText Finnish"
66
+ language = "fi"
67
+ backend = "http"
68
+ vocab = "yso"
69
+ endpoint = "https://api.annif.org/v1/projects/yso-fasttext-fi/suggest"
70
+
71
+ [yso-fasttext-sv]
72
+ name = "YSO fastText Swedish"
73
+ language = "sv"
74
+ backend = "http"
75
+ vocab = "yso"
76
+ endpoint = "https://api.annif.org/v1/projects/yso-fasttext-sv/suggest"
77
+
78
+ [yso-fasttext-en]
79
+ name = "YSO fastText English"
80
+ language = "en"
81
+ backend = "http"
82
+ vocab = "yso"
83
+ endpoint = "https://api.annif.org/v1/projects/yso-fasttext-en/suggest"