common/corpus-common-addon/addon/utils/constants.js
changeset 490 76da86cf9696
parent 447 38d5789e30d0
child 502 74fba571487e
equal deleted inserted replaced
489:18613f052d56 490:76da86cf9696
    60   0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9,
    60   0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9,
    61   b: 10, c: 11, d: 12, f: 13, g: 14, h: 15, j: 16, k: 17, m: 18, n: 19,
    61   b: 10, c: 11, d: 12, f: 13, g: 14, h: 15, j: 16, k: 17, m: 18, n: 19,
    62   p: 20, q: 21, r: 22, s: 23, t: 24, v: 25, w: 26, x: 27, z: 28
    62   p: 20, q: 21, r: 22, s: 23, t: 24, v: 25, w: 26, x: 27, z: 28
    63 };
    63 };
    64 
    64 
       
    65 export const OLAC_BASE_URL = {
       
    66   'http://www.language-archives.org/OLAC/1.1/linguistic-field': {
       
    67     baseUrl: 'http://www.language-archives.org/REC/field.html#',
       
    68     type: 'linguistic-field'
       
    69   },
       
    70   'http://www.language-archives.org/OLAC/1.1/discourse-type': {
       
    71     baseUrl: 'http://www.language-archives.org/REC/discourse.html#',
       
    72     type: 'discourse-type'
       
    73   },
       
    74   'http://www.language-archives.org/OLAC/1.1/linguistic-type': {
       
    75     baseUrl: 'http://www.language-archives.org/REC/type.html#',
       
    76     type: 'linguistic-type'
       
    77   },
       
    78   'http://www.language-archives.org/OLAC/1.1/role': {
       
    79     baseUrl: 'http://www.language-archives.org/REC/role.html#',
       
    80     type: 'role'
       
    81   }
       
    82 };