{"id":22702392,"url":"https://github.com/phughesmcr/liwcjs-dictionary","last_synced_at":"2026-02-03T20:07:13.805Z","repository":{"id":57290416,"uuid":"239495153","full_name":"phughesmcr/LIWCjs-Dictionary","owner":"phughesmcr","description":"Parse and manipulate multiple LIWC dictionary files.","archived":false,"fork":false,"pushed_at":"2024-07-26T23:03:16.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-16T03:02:58.281Z","etag":null,"topics":["linguistic-analysis","linguistics","liwc","liwc-dictionaries","word-count","wordcount"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phughesmcr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-10T11:25:40.000Z","updated_at":"2023-12-22T06:03:21.000Z","dependencies_parsed_at":"2024-10-25T20:09:43.564Z","dependency_job_id":"523f099e-c6ad-4c78-8e0b-bb575803489f","html_url":"https://github.com/phughesmcr/LIWCjs-Dictionary","commit_stats":null,"previous_names":["phugh/liwcjs-dictionary"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phughesmcr%2FLIWCjs-Dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phughesmcr%2FLIWCjs-Dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phughesmcr%2FLIWCjs-Dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phughesmcr%2FLIWCjs-Dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phughesmcr","download_url":"https://codeload.github.com/phughesmcr/LIWCjs-Dictionary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320133,"owners_count":20758407,"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":["linguistic-analysis","linguistics","liwc","liwc-dictionaries","word-count","wordcount"],"created_at":"2024-12-10T07:13:18.482Z","updated_at":"2026-02-03T20:07:13.739Z","avatar_url":"https://github.com/phughesmcr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LIWCjs Dictionary\nParse and manipulate multiple LIWC dictionary files.\n\n## Table of Contents\n1. [Install](#install)\n2. [Usage](#usage)\n3. [To-Do](#todo)\n4. [References](#references)\n5. [Disclaimer](#disclaimer)\n6. [License](#License)\n\n\u003ca name=\"install\"\u003e\n\n## Install\nRequires Node.js v8.10.0 or above.\n\nTo install:\n```bash\nnpm install --save liwcjs-dictionary\n```\n\nor, to install without development dependencies:\n```bash\nnpm install --save --production liwcjs-dictionary\n```\n\n\u003ca name=\"usage\"\u003e\n\n## Usage\n\nLIWCjs-Dictionary is a node module which can be added to your node project like any other:\n```javascript\nconst LIWCDictionary = require('liwcjs-dictionary');\n```\n\nAll of LIWCjs-Dictionary's DictionaryContainer functions are async and return a promise containing the dictionary object.\n\nSee ```test/test.js``` for a complete usage example.\n\nSee ```docs/index.html``` for API documentation.\n\n\u003ca name=\"todo\"\u003e\n\n## To-Do\n- [ ] Testing LIWC 2007 dictionary format\n- [ ] Unit tests\n- [ ] Improved error handling\n- [ ] Complete documentation\n\n\u003ca name=\"contributing\"\u003e\n\n## Contributing\n\nContributions are welcome and encouraged. Please read `CODE_OF_CONDUCT.md`, `SECURITY.md` and consult the `docs` directory first.\n\nLIWCjs-Dictionary is written in Typescript and uses [gts](https://github.com/google/gts).\n\nPlease run `gts fix` on any code you're wanting to submit and make sure it compiles using `tsc -p .`\n\nAs the purpose of this project is to provide results which match LIWC2015, contributions which affect the accuracy of results will not be accepted.\n\n\u003ca name=\"references\"\u003e\n\n## References\n\nGottschalk, L.A. (1997). The unobtrusive measurement of psychological states and traits. In Text Analysis for the Social Sciences, (Carl W. Roberts, editor). 117-129.\n\nPennebaker, J.W. (2011). The Secret Life of Pronouns: What Our Words Say About Us. New York: Bloomsbury.\n\nTausczik, Y.R., \u0026 Pennebaker, J.W. (2010). The psychological meaning of words: LIWC and computerized text analysis methods. Journal of Language and Social Psychology, 29, 24-54.\n\n\u003ca name=\"disclaimer\"\u003e\n\n## Disclaimer\n\nLIWCjs \u0026 LIWCjs-Dictionary are unauthorised, unofficial attempts to replicate the functionality of LIWC which is closed-source software created by Pennebaker Conglomerates, Inc. LIWCjs, LIWCjs-Dictionary, their creator and their contributors are not affiliated with, and do not represent, Pennebaker Conglomerates, Inc.\n\nLIWCjs does not provide medical advice. It is intended for informational purposes only.\n\nLIWCjs-Dictionary is shared under the [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/) license. See `LICENSE` for further disclaimers.\n\n\u003ca name=\"license\"\u003e\n\n## License\nCopyright 2019 [P. Hughes](https://www.phugh.es). All rights reserved.\n\nShared under the [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/) license. See `LICENSE` for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphughesmcr%2Fliwcjs-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphughesmcr%2Fliwcjs-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphughesmcr%2Fliwcjs-dictionary/lists"}