{
   "abstract": "Thai word-segmentation FTS parser — tsvector, soundex, RTGS romanization, NER",
   "date": "2026-05-03T06:27:15Z",
   "description": "kham_pg is a PostgreSQL text-search parser for the Thai language. Thai has no spaces between words, so standard PostgreSQL parsers produce incorrect token boundaries. kham_pg uses the kham newmm segmentation engine to split Thai text correctly, then expands each token into up to three lexemes at the same tsvector position: the normalised word, its lk82 Thai Soundex code (phonetic-fuzzy search), and its RTGS romanization (Latin-script search). Named entities (persons, places, organisations) are tagged automatically. Supports to_tsvector, plainto_tsquery, ts_rank, ts_headline, and GIN/GiST indexes. Tested on PostgreSQL 14–18.",
   "docs": {
      "README": {
         "title": "kham_pg"
      }
   },
   "license": "mit",
   "maintainer": [
      "Preedee Ponchevin <nickmsft@mac.com>"
   ],
   "name": "kham_pg",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "0"
         }
      }
   },
   "provides": {
      "kham_pg": {
         "abstract": "Thai word-segmentation FTS parser — tsvector, soundex, RTGS romanization, NER",
         "file": "sql/kham_pg--0.8.2.sql",
         "version": "0.8.2"
      }
   },
   "release_status": "stable",
   "releases": {
      "stable": [
         {
            "date": "2026-05-03T06:27:15Z",
            "version": "0.8.2"
         },
         {
            "date": "2026-05-02T16:54:35Z",
            "version": "0.8.1"
         },
         {
            "date": "2026-05-02T13:58:13Z",
            "version": "0.8.0"
         },
         {
            "date": "2026-05-02T09:07:42Z",
            "version": "0.7.0"
         },
         {
            "date": "2026-05-02T05:17:38Z",
            "version": "0.6.0"
         }
      ]
   },
   "resources": {
      "bugtracker": {
         "web": "https://github.com/preedep/kham/issues"
      },
      "homepage": "https://github.com/preedep/kham",
      "repository": {
         "type": "git",
         "url": "https://github.com/preedep/kham.git",
         "web": "https://github.com/preedep/kham"
      }
   },
   "sha1": "356919f7a9c6bc6bf87977ae313440eb62d5b3bf",
   "special_files": [
      "README.md",
      "META.json",
      "Makefile",
      "kham_pg.control"
   ],
   "tags": [
      "thai",
      "full-text-search",
      "nlp",
      "tokenizer",
      "soundex",
      "romanization",
      "named-entity",
      "parser"
   ],
   "user": "nix",
   "version": "0.8.2"
}
