aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/src/test/models/docv1.json
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics/src/test/models/docv1.json')
-rw-r--r--linguistics/src/test/models/docv1.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/linguistics/src/test/models/docv1.json b/linguistics/src/test/models/docv1.json
new file mode 100644
index 00000000000..04010959a58
--- /dev/null
+++ b/linguistics/src/test/models/docv1.json
@@ -0,0 +1,18 @@
+{
+ "version" : "1.0",
+ "id" : "test::1",
+ "description" : "desc",
+ "languages" : {
+ "en": {
+ "description" : "english model",
+ "document-count" : 10,
+ "language" : "en",
+ "document-frequencies" : {
+ "usa" : 2,
+ "hello": 3,
+ "world": 5,
+ "test": 2
+ }
+ }
+ }
+}