{
  "name": "@mailwoman/neural-weights-fr-fr",
  "version": "9.2.0",
  "description": "Mailwoman neural-classifier weights for locale 'fr-fr'. Data-only overlay — shares the base model.onnx + tokenizer.model from @mailwoman/neural-weights-en-us (they are byte-identical); ships only the fr-specific data siblings. Loaded by @mailwoman/neural at runtime.",
  "license": "AGPL-3.0-only OR LicenseRef-Commercial",
  "repository": {
    "type": "git",
    "url": "https://github.com/sister-software/mailwoman.git",
    "directory": "packages/neural-weights-fr-fr"
  },
  "files": [
    "model-card.json",
    "postcode-fr.bin",
    "pair-index-fr.bin",
    "fst-fr-fr.bin",
    "fst-street-morphology.bin",
    "anchor-lexicon-v1.json",
    "locality-surface-lexicon-v7.json",
    "street-type-lexicon-v3.json",
    "country-surface-lexicon-v1.json",
    "README.md",
    "*.ts",
    "*.tsx",
    "**/*.ts",
    "**/*.tsx",
    "!*.test.ts",
    "!*.test.tsx",
    "!**/*.test.ts",
    "!**/*.test.tsx",
    "!scripts/**",
    "!test/**"
  ],
  "exports": {
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      "./*": "./*"
    }
  },
  "dependencies": {
    "@mailwoman/neural-weights-en-us": "9.2.0"
  },
  "devDependencies": {
    "@mailwoman/core": "9.2.0",
    "@mailwoman/resolver-wof-sqlite": "9.2.0"
  },
  "mailwoman": {
    "baseWeights": "@mailwoman/neural-weights-en-us"
  }
}