{"id":18543038,"url":"https://github.com/kroid/angular-nlp-compromise","last_synced_at":"2025-04-09T18:32:19.290Z","repository":{"id":27635608,"uuid":"31120191","full_name":"Kroid/angular-nlp-compromise","owner":"Kroid","description":"Natural Language Processing in your angularjs application. Based on nlp_compromise library (https://github.com/spencermountain/nlp_compromise)","archived":false,"fork":false,"pushed_at":"2015-09-28T13:50:17.000Z","size":481,"stargazers_count":33,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T01:54:35.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Kroid.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":"2015-02-21T08:56:41.000Z","updated_at":"2024-07-17T15:54:20.000Z","dependencies_parsed_at":"2022-08-31T00:01:28.706Z","dependency_job_id":null,"html_url":"https://github.com/Kroid/angular-nlp-compromise","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kroid%2Fangular-nlp-compromise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kroid%2Fangular-nlp-compromise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kroid%2Fangular-nlp-compromise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kroid%2Fangular-nlp-compromise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kroid","download_url":"https://codeload.github.com/Kroid/angular-nlp-compromise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087885,"owners_count":21045605,"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-11-06T20:11:38.230Z","updated_at":"2025-04-09T18:32:17.114Z","avatar_url":"https://github.com/Kroid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-nlp-compromise\nNatural Language Processing in your angularjs application. Based on [nlp_compromise](https://github.com/spencermountain/nlp_compromise) library.\n\n## Example:\n[small angular example here](http://rawgit.com/kroid/angular-nlp-compromise/master/example/index.html)\n\nnlp_compromise examples:\n\n* [Long Text Demo](http://rawgit.com/spencermountain/nlp_compromise/master/client_side/long_demo/index.html)\n* [Specific Methods](http://rawgit.com/spencermountain/nlp_compromise/master/client_side/basic_demo/index.html)\n* [Realtime Demo](http://rawgit.com/spencermountain/nlp_compromise/master/client_side/cute_demo/index.html)\n\n[![Video](http://i.vimeocdn.com/video/493948602_640.jpg)](https://vimeo.com/109880250)\n\n## Getting started:\n### Get the code:\nInstall via **[Bower](http://bower.io/)** `$ bower install --save angular-nlp-compromise`.\n\nOr [download the release](http://rawgit.com/kroid/angular-nlp-compromise/master/dist/angular-nlp-compromise.js) ([minified](http://rawgit.com/kroid/angular-nlp-compromise/master/dist/angular-nlp-compromise.min.js))\n\n### Add module to your application.\n#### index.html:\n```html\n\u003chtml ng-app=\"app\"\u003e\n  \u003chead\u003e\u003c/head\u003e\n  \u003cbody ng-controller=\"AppController\"\u003e\n    \u003cscript src=\"https://ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"angular-nlp-compromise.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"app.js\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n#### app.js\n```javascript\n(function() {\n  angular\n    .module('app', ['nlpCompromise'])\n    .controller('AppController', controller);\n\n  controller.$inject = ['nlp']\n\n  function controller(nlp) {\n    console.log(nlp);\n  }\n})();\n```\n### Documentation\nSee docs in [nlp_compromise](https://github.com/spencermountain/nlp_compromise) repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroid%2Fangular-nlp-compromise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkroid%2Fangular-nlp-compromise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroid%2Fangular-nlp-compromise/lists"}