aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/src/test/models/en.json
blob: 87b7b2faa08833993ef4440aefa2de221eb9bfb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version" : "1.0",
  "id" : "test::1",
  "description" : "english model",
  "document-count" : 10,
  "language" : "en",
  "word-count" : 4,
  "document-frequencies" : {
    "usa" : 2,
    "hello": 3,
    "world": 5,
    "test": 2
  }
}