aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/src/test/models/no.json
blob: 5fca8929e7499c8fe4b4b6737badee5798c2d6e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "version" : "1.0",
  "id" : "test::2",
  "description" : "norsk beskrivelse",
  "corpus-size" : 20,
  "language" : "nb",
  "word-count" : 7,
  "frequencies" : {
    "usa" : 2,
    "hello": 10,
    "verden": 5,
    "test": 2,
    "norge": 11,
    "ja": 12,
    "nei": 3
  }
}