{"id":17166703,"url":"https://github.com/willf/lisp_dmap","last_synced_at":"2026-01-05T22:12:00.558Z","repository":{"id":66569800,"uuid":"1594804","full_name":"willf/lisp_dmap","owner":"willf","description":"Lisp version of DMAP (Dynamic Memory Access Parser) and ICP (Indexed Concept Parser)","archived":false,"fork":false,"pushed_at":"2011-04-10T12:55:57.000Z","size":112,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T12:52:25.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://entish.org/icp","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-10T12:54:12.000Z","updated_at":"2019-07-15T21:14:31.000Z","dependencies_parsed_at":"2023-02-20T06:40:20.638Z","dependency_job_id":null,"html_url":"https://github.com/willf/lisp_dmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Flisp_dmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Flisp_dmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Flisp_dmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Flisp_dmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willf","download_url":"https://codeload.github.com/willf/lisp_dmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325221,"owners_count":20596818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T23:06:27.152Z","updated_at":"2026-01-05T22:11:55.538Z","avatar_url":"https://github.com/willf.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cHTML\u003e\r\n\u003cHEAD\u003e\r\n\u003cTITLE\u003eIndexed Concept Parsing code\u003c/TITLE\u003e\r\n\u003c/HEAD\u003e\r\n\u003cBODY\u003e\r\n\u003cH2\u003eIndexed Concept Parsing code\u003c/H2\u003e\r\n\r\nIndexed Concept Parsing is demonstrated in a simple system for interacting\r\nwith customers, in a micro version of the \r\n\u003cA HREF=\"http://techreport.ils.nwu.edu/tr51.html\"\u003eCasper Project\u003c/A\u003e.\r\nThis code was written in Macintosh Common Lisp, version 2.1, but should\r\nbe portable to other Lisps as well.\r\n\r\n\r\n\u003cH2\u003eFiles\u003c/H2\u003e\r\n\r\nThere are five sections of the Code/ various utilities, a frame system,\r\na version of Direct Memory Access Parsing, and\r\na version of indexed concept parsing. All of these are combined\r\nin the micro-Casper verison.\r\n\r\n\r\n\u003cH3\u003eFrame System\u003c/H3\u003e\r\n\u003cdl\u003e\r\n\u003cdt\u003e\u003cA HREF=\"Code/micro-frame.lisp\"\u003eMicro-frame.lisp\u003c/A\u003e\r\n\u003cdd\u003e A simple frame system, based on code by Chris Riesbeck. It supports\r\nframe definition, features, abstractions and specializations.\r\n\r\n\u003c/dl\u003e \r\n\r\n\u003cH3\u003eDirect Memory Access Parsing\u003c/H3\u003e\r\n\u003cdl\u003e\r\n\u003cdt\u003e\u003cA HREF=\"Code/micro-dmap.lisp\"\u003eMicro-DMAP.lisp\u003c/A\u003e\r\n\u003cdd\u003e A simple version of Direct Memory Access Parsing, based on code by Chris Riesbeck.\r\nIt is based on the simple frame system.\r\n\r\n\u003c/dl\u003e\r\n\r\n\u003cH3\u003eIndexed Concept Parsing\u003c/H3\u003e\r\n\u003cdl\u003e\r\n\u003cdt\u003e\u003cA HREF=\"Code/micro-icp.lisp\"\u003eMicro-ICP.lisp\u003c/A\u003e\r\n\u003cdd\u003e A simple version of indexed concept parsing.\r\nIt uses a DMAP-based matcher, and the frame system.\r\n\u003c/dl\u003e\r\n\r\n\u003cH3\u003eMicro-Casper\u003c/H3\u003e\r\n\u003cdl\u003e\r\n\u003cdt\u003e\u003cA HREF=\"Code/micro-casper.lisp\"\u003eMicro-Casper.lisp\u003c/A\u003e\r\n\u003cdd\u003e A simple conversation system, based on the Casper tutorial, which\r\nshows how indexed concept parsing works.\r\n\u003cdt\u003e\u003cA HREF=\"Data/micro-casper.data\"\u003eMicro-Casper.data\u003c/A\u003e\r\n\u003cdd\u003e Data for the conversational turns between the customer and the\r\ncustomer service representative.\r\n\u003cdt\u003e\u003cA HREF=\"Data/frames.data\"\u003eframes.data\u003c/A\u003e\r\n\u003cdd\u003e Frame data.\r\n\u003cdt\u003e\u003cA HREF=\"Data/phrases.data\"\u003ephrases.data\u003c/A\u003e\r\n\u003cdd\u003e Phrases attached to frames.\r\n\u003cdt\u003e\u003cA HREF=\"Data/associations.data\"\u003eassociations.data\u003c/A\u003e\r\n\u003cdd\u003e Associations between index concepts (frames) and target concepts \r\n(customer service representative statements).\r\n\u003c/dl\u003e\r\n\r\n\u003cH3\u003eUtilities\u003c/H3\u003e\r\n\r\nMuch of the code depends on the availability of these utilities.\r\n\u003cdl\u003e\r\n\u003cdt\u003e\u003cA HREF=\"ICP.system\"\u003eICP.system\u003c/A\u003e\r\n\u003cdd\u003e This is the loader file for Micro-Casper. It defines packages and\r\na simple loading system. It also defines specific file dependencies.\r\n\u003cdt\u003e\u003cA HREF=\"Code/Utilities/tables.lisp\"\u003etables.lisp\u003c/A\u003e\r\n\u003cdd\u003e This is a simple table facility; that is, a way to simply define key to\r\ndata tables.\r\n\u003cdt\u003e\u003cA HREF=\"Code/Utilities/toList.lisp\"\u003etoList.lisp\u003c/A\u003e\r\n\u003cdd\u003e List creation tools; specifically, converting strings into lists.\r\n\u003cdt\u003e\u003cA HREF=\"Code/Utilities/logging.lisp\"\u003elogging.lisp\u003c/A\u003e\r\n\u003cdd\u003eLogging facility.\r\n\u003c/dl\u003e \r\n\r\n\u003cH2\u003ePackages\u003c/H2\u003e\r\n\r\nThe following packages are defined:\r\n\r\n\u003cdl\u003e\r\n\u003cdt\u003eicp\r\n\u003cdd\u003e Indexed concept parsing.\r\n\u003cdt\u003eframes\r\n\u003cdd\u003eFrame  package.\r\n\u003cdt\u003edmap\r\n\u003cdd\u003eDirect Memory Access Parsing.\r\n\u003cdt\u003elog\r\n\u003cdd\u003eLogging utility.\r\n\u003cdt\u003ecapser\r\n\u003cdd\u003eMicro-Casper\r\n\r\n\u003c/dl\u003e \r\n\r\n\u003cH2\u003eRunning Micro-Casper\u003c/h2\u003e\r\n\r\nIn order to run Micro-Casper, do the following:\r\n\r\n\u003col\u003e\r\n\u003cli\u003eEdit the file \u003cA HREF=\"ICP.system\"\u003eICP.system\u003c/A\u003e and change the appropriate\r\npath names.\r\n\u003cli\u003eLoad the file \u003cA HREF=\"ICP.system\"\u003eICP.system\u003c/A\u003e.\r\n\u003cli\u003eRun (SETUP)\r\n\u003c/ol\u003e\r\n\r\nAn example run of the Casper system can be seen in the\r\n\u003cA HREF=\"Results/casper.example\"\u003eCasper example\u003c/A\u003e file.\r\n\r\n\u003cHR\u003e\r\n\r\n\u003c/BODY\u003e\r\n\u003c/HTML\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillf%2Flisp_dmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillf%2Flisp_dmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillf%2Flisp_dmap/lists"}