aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/src/test/models/docv1.json
blob: 04010959a58511b2f3de3156a8ce2462eb3a7c8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
      }
    }
  }
}