{"id":25469945,"url":"https://github.com/thinkphp/autotagger","last_synced_at":"2025-11-04T17:30:37.665Z","repository":{"id":1166870,"uuid":"1058770","full_name":"thinkphp/AutoTagger","owner":"thinkphp","description":"This plugin MooTools will analyse the text of a form field, run it through the Yahoo Term Extraction Web Service and provides a list of signifiant words or phrases as tags","archived":false,"fork":false,"pushed_at":"2010-11-25T11:33:40.000Z","size":113,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T13:37:22.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://thinkphp.github.com/AutoTagger/","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/thinkphp.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":"2010-11-07T09:05:06.000Z","updated_at":"2019-03-11T10:03:03.000Z","dependencies_parsed_at":"2022-07-18T18:42:25.214Z","dependency_job_id":null,"html_url":"https://github.com/thinkphp/AutoTagger","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2FAutoTagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2FAutoTagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2FAutoTagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2FAutoTagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinkphp","download_url":"https://codeload.github.com/thinkphp/AutoTagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239436957,"owners_count":19638401,"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-02-18T08:31:28.036Z","updated_at":"2025-11-04T17:30:37.621Z","avatar_url":"https://github.com/thinkphp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"AutoTagger\n====================\n\nThis plugin will analyse the text of a form field, run it through the Yahoo Term Extraction Web Service and provides a list of signifiant words or phrases as tags.\n\n![Screenshot](http://farm5.static.flickr.com/4030/5153139831_ee3377cfa9_b.jpg)\n\nHow to use\n----------\n\nFirst you must to include the JS files in the head of your HTML document.\n\n        #HTML\n        \u003cscript type=\"text/javascript\" src=\"mootools-core.js\"\u003e\u003c/script\u003e\n        \u003cscript type=\"text/javascript\" src=\"Request.JSONP.js\"\u003e\u003c/script\u003e\n        \u003cscript type=\"text/javascript\" src=\"AutoTagger.js\"\u003e\u003c/script\u003e\n\nIn your JS.\n\n       #JS\n       (function($){\n          window.addEvent('domready',function() {\n             $('bt').addEvent('click',function() {\n               new AutoTagger('context',{\n                   onComplete: function(tags) {\n                      $('context').setStyle('opacity','1.0').removeClass('loading');                    \n                      $('tags').set('value', tags);\n                   },\n                   onRequest: function(scriptSrc, scriptEl) {\n                      $('context').setStyle('opacity','0.5').addClass('loading'); \n                      if(window.console) {console.log('make a request!'); }\n                   }\n               }).send(); \n             });\n          });\n       })(document.id);\n\nIn your HTML.\n\n       #HTML\n       \u003cdiv class=\"yui-g\"\u003e\n        \u003clabel for=\"context\"\u003eYour message:\u003c/label\u003e\n        \u003ctextarea id=\"context\"\u003e\n          Mathematical analysis, which mathematicians refer to simply as analysis, has its beginnings in the rigorous formulation of infinitesimal calculus. It is a branch of pure mathematics that includes the theories of differentiation, integration and measure, limits, infinite series,[1] and analytic functions. These theories are often studied in the context of real numbers, complex numbers, and real and complex functions. However, they can also be defined and studied in any space of mathematical objects that has a definition of nearness (a topological space) or, more specifically, distance (a metric space).\n        \u003c/textarea\u003e\n        \u003cbutton id=\"bt\"\u003eGet\u003c/button\u003e\n        \u003clabel for=\"tags\"\u003eTags:\u003c/label\u003e\u003cinput type=\"text\" id=\"tags\" /\u003e\n        \u003c/div\u003e\n### Notes:\n\nYou can view in action:\n\n- [http://thinkphp.github.com/AutoTagger/](http://thinkphp.github.com/AutoTagger/)\n\n\n### Requirements:\n\n- MooTools Core 1.3\n- MooTools More (Request.JSONP)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Fautotagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkphp%2Fautotagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Fautotagger/lists"}