rosaenlg-commons
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -28,23 +28,23 @@ "use strict"; | ||
word: { | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
fr_FR: ['plural', 'gender', 'contracts'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
en_US: ['plural', 'aan'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
de_DE: ['G', 'DAT', 'GEN', 'AKK', 'NOM'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
it_IT: ['G', 'S', 'P'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
es_ES: ['plural', 'gender'], | ||
}, | ||
adj: { | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
en_US: ['aan'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
fr_FR: ['contracts', 'MS', 'MP', 'FS', 'FP'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
de_DE: ['AKK', 'DAT', 'GEN', 'NOM'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
it_IT: ['MS', 'MP', 'FS', 'FP'], | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
es_ES: ['MStrue', 'MPtrue', 'FStrue', 'FPtrue', 'MSfalse', 'MPfalse', 'FSfalse', 'FPfalse'], | ||
@@ -51,0 +51,0 @@ }, |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.italianStartsWithVowel = exports.italianIsIFollowedByVowel = exports.italianIsConsonneImpure = exports.DictManager = exports.Constants = void 0; | ||
var constants_1 = require("./constants"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "Constants", { enumerable: true, get: function () { return constants_1.Constants; } }); |
{ | ||
"name": "rosaenlg-commons", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Common technical elements for RosaeNLG", | ||
@@ -49,3 +49,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "247644586a15d8a74dc4a691a9a382fa4970dea2" | ||
"gitHead": "7d8ce8b81d30b77e794a6af7b3b4c359dd46a336" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18672
246