{"id":27734526,"url":"https://github.com/anod/topiatermextractionjs","last_synced_at":"2025-06-22T03:36:13.356Z","repository":{"id":6593038,"uuid":"7835817","full_name":"anod/TopiaTermExtractionJS","owner":"anod","description":"Port of python's package topia.termextract 1.1.0 to JavaScript","archived":false,"fork":false,"pushed_at":"2013-01-26T09:48:38.000Z","size":668,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T23:04:22.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/anod.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":"2013-01-26T09:32:21.000Z","updated_at":"2015-07-22T17:58:17.000Z","dependencies_parsed_at":"2022-09-15T16:50:58.526Z","dependency_job_id":null,"html_url":"https://github.com/anod/TopiaTermExtractionJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anod/TopiaTermExtractionJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anod%2FTopiaTermExtractionJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anod%2FTopiaTermExtractionJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anod%2FTopiaTermExtractionJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anod%2FTopiaTermExtractionJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anod","download_url":"https://codeload.github.com/anod/TopiaTermExtractionJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anod%2FTopiaTermExtractionJS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261232746,"owners_count":23128166,"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":"2025-04-28T13:12:24.734Z","updated_at":"2025-06-22T03:36:13.310Z","avatar_url":"https://github.com/anod.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Topia TermExtract 1.1.0 for JavaScript\n======================================\n\nPort of python's package topia.termextract 1.1.0 to JavaScript\n\n## Original package\n\n[topia.termextract 1.1.0][1] \n\n## Example\n\n    \u003cscript type=\"text/javascript\" src=\"vendors/underscore-1.4.2-min.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"vendors/backbone-0.9.2-min.js\"\u003e\u003c/script\u003e\n    \n    \u003cscript type=\"text/javascript\" src=\"src/anod/topia/namespace.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"src/anod/topia/lexicon.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"src/anod/topia/defaultfilter.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"src/anod/topia/tagger.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"src/anod/topia/termextractor.js\"\u003e\u003c/script\u003e\n\n    \u003cscript\u003e\n        var tagger = new window.anod.Topia.Tagger({},{\n            'lexicon' : window.anod.Topia.lexicon\n        });\n        var filter = new window.anod.Topia.DefaultFilter();\n        var extractor = new window.anod.Topia.TermExtraction({\n             'tagger' : tagger, 'filter' : filter\n        });\n        \n        var tags = extractor.call(document.getElementById(\"source\").innerHTML);\n        tags.sort();\n        document.getElementById(\"result\").innerHTML = tags.join(\"\u003cbr/\u003e\");\n     \u003c/script\u003e\n\nSee [termextraction.html][2]\n\n## Dependencies\n * Underscore.JS\n * Backbone.JS\n\n## Author of the port\n\nAlex Gavrishev, 2013\n\n [1]: http://pypi.python.org/pypi/topia.termextract/\n [2]: https://raw.github.com/anod/TopiaTermExtractionJS/master/termextraction.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanod%2Ftopiatermextractionjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanod%2Ftopiatermextractionjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanod%2Ftopiatermextractionjs/lists"}