{
   "name": "pg_kazsearch",
   "abstract": "Kazakh full-text search dictionary for PostgreSQL",
   "description": "The first PostgreSQL text search extension for the Kazakh language. BFS suffix stripping with vowel harmony validation, consonant mutation repair, 21K-stem lexicon from Apertium-kaz, and stopword filtering.",
   "version": "1.0.1",
   "date": "2026-04-02T16:31:35Z",
   "maintainer": "Darkhan Akhmetov <darkhanahmetov2005@gmail.com>",
   "release_status": "stable",
   "user": "darkhanakh",
   "sha1": "8924eb08129559322d92c3518f0f4e85fb30bf60",
   "license": "lgpl_3_0",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pg_kazsearch": {
         "abstract": "Kazakh stemmer and stopword dictionary for PostgreSQL FTS",
         "file": "src/pg_kazsearch/pg_kazsearch--1.0.sql",
         "version": "1.0.1"
      }
   },
   "tags": ["kazakh", "stemmer", "full-text search", "text search", "dictionary", "fts", "morphology", "agglutinative", "natural language processing", "kazakh language"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/darkhanakh/pg-kazsearch/issues"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/darkhanakh/pg-kazsearch.git",
         "web": "https://github.com/darkhanakh/pg-kazsearch"
      }
   }
}
