{"id":16188493,"url":"https://github.com/konsumer/jsfasttag","last_synced_at":"2025-09-10T00:19:55.536Z","repository":{"id":10057754,"uuid":"12108093","full_name":"konsumer/jsFastTag","owner":"konsumer","description":"Fast Part of Speech Tagger: process language, and analyze","archived":false,"fork":false,"pushed_at":"2013-08-14T12:50:06.000Z","size":972,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T13:44:22.999Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/konsumer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-14T12:16:02.000Z","updated_at":"2018-06-23T18:48:43.000Z","dependencies_parsed_at":"2022-08-18T02:50:58.070Z","dependency_job_id":null,"html_url":"https://github.com/konsumer/jsFastTag","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/konsumer/jsFastTag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2FjsFastTag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2FjsFastTag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2FjsFastTag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2FjsFastTag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konsumer","download_url":"https://codeload.github.com/konsumer/jsFastTag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2FjsFastTag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274390606,"owners_count":25276406,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T07:27:12.781Z","updated_at":"2025-09-10T00:19:55.270Z","avatar_url":"https://github.com/konsumer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsFastTag\n\nEver need to quickly parse English into parts of speech?  This library will allow you do that in node \u0026 browser.\n\n## Browser\n\nInstall dev tools with `npm install` and install grunt with `npm install -g grunt`.\n\nBuild for browser with `grunt`, and you will get a minified \u0026 regular copy in `dist/`.\n\n\n## TAG DEFINITIONS:\n\n```\nCC Coord Conjuncn           and,but,or\nNN Noun, sing. or mass      dog\nCD Cardinal number          one,two\nNNS Noun, plural            dogs\nDT Determiner               the,some\nNNP Proper noun, sing.      Edinburgh\nEX Existential there        there\nNNPS Proper noun, plural    Smiths\nFW Foreign Word             mon dieu\nPDT Predeterminer           all, both\nIN Preposition              of,in,by\nPOS Possessive ending       Õs\nJJ Adjective                big\nPP Personal pronoun         I,you,she\nJJR Adj., comparative       bigger\nPP$ Possessive pronoun      my,oneÕs\nJJS Adj., superlative       biggest\nRB Adverb                   quickly\nLS List item marker         1,One\nRBR Adverb, comparative     faster\nMD Modal                    can,should\nRBS Adverb, superlative     fastest\nRP Particle                 up,off\nWP$ Possessive-Wh           whose\nSYM Symbol                  +,%,\u0026\nWRB Wh-adverb               how,where\nTO ÒtoÓ                     to\n$ Dollar sign               $\nUH Interjection             oh, oops\n# Pound sign                #\nVB verb, base form          eat\n\" quote                     \"\nVBD verb, past tense        ate\nVBG verb, gerund            eating\n( Left paren                (\nVBN verb, past part         eaten\n) Right paren               )\nVBP Verb, present           eat\n, Comma                     ,\nVBZ Verb, present           eats\n. Sent-final punct          . ! ?\nWDT Wh-determiner           which,that\n: Mid-sent punct.           : ; Ñ\nWP Wh pronoun               who,what\n```\n\n### MEDPOST TAG DEFINITIONS:\n```\nCC coordinating conjunction\nCS subordinating conjunction\nCSN comparative conjunction (than)\nCST complementizer (that)\nDB predeterminer\nDD determiner\nEX existential there\nGE genitive marker Õs\nII preposition\nJJ adjective\nJJR comparative adjective\nJJT superlative adjective\nMC number or numeric\nNN noun\nNNP proper noun\nNNS plural noun\nPN pronoun\nPND determiner as pronoun\nPNG genitive pronoun\nPNR relative pronoun\nRR adverb \nRRR comparative adverb\nRRT superlative adverb\nSYM symbol\nTO infinitive marker to\nVM modal\nVBB base be, am, are\nVBD past was, were\nVBG participle being\nVBI infinitive be\nVBN participle been\nVBZ 3rd pers. sing. is\nVDB base do\nVDD past did\nVDG participle doing\nVDI infinite do\nVDN participle done\nVDZ 3rd pers. sing. does\nVHB base have\nVHD past had\nVHG participle having\nVHI infinitive have\nVHN participle had\nVHZ 3rd pers. sing. has\nVVB base form lexical verb\nVVD past tense\nVVG present part.\nVVI infinitive lexical verb\nVVN past part.\nVVZ 3rd pers. sing.\nVVNJ prenominal past part.\nVVGJ prenominal present part.\nVVGN nominal gerund\n( left parenthesis\n) right parenthesis\n, comma\n. end-of-sentence period\n: dashes, colons\n ? ? right quo\n```\n\n## Credits\n\nBased on the work of [Mark Watson](http://markwatson.com) and his [great FastTag library](https://github.com/mark-watson/fasttag_v2) for Java.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Fjsfasttag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonsumer%2Fjsfasttag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Fjsfasttag/lists"}