{"_id":"articles","_rev":"17-5fc68224fec3bc3108f3046493aa7bc4","name":"articles","description":"Utility to determine the indirect article (in English) for a given word, using the method described at http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473 and the data provided at http://home.nerbonne","dist-tags":{"latest":"0.2.2"},"versions":{"0.1.0":{"name":"articles","version":"0.1.0","description":"Utility to determine the indirect article (in English) for a given word, using the method described at http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473 and the data provided at http://home.nerbonne.org/A-vs-An/","main":"Articles.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/uplake/Articles.git"},"keywords":["linguistics","nlp"],"author":{"name":"Chad Kirby"},"license":"BSD","readme":"The Article class determines whether \"a\" or \"an\" should precede a word in English using the method described in [this stackoverflow response](http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473). The wikipedia-article-text dump provided by [Eamon Nerbonne](http://home.nerbonne.org/A-vs-An/) was used as the basis for the dataset.\n\nTo use:\n\n\tnpm install articles\n\nExample:\n\n    Articles = require('Articles')\n\tArticles.articlize(\n\t  'unanticipated result'\n\t  'unanimous vote'\n\t  'honest decision'\n\t  'honeysuckle shrub'\n\t  '0800 number'\n\t  '∞ of oregano'\n\t  'NASA scientist'\n\t  'NSA analyst'\n\t  'FIAT car'\n\t  'FAA policy'\n\t)\n\nOutput:\n\n\t[ 'an unanticipated result',\n\t  'a unanimous vote',\n\t  'an honest decision',\n\t  'a honeysuckle shrub',\n\t  'an 0800 number',\n\t  'an ∞ of oregano',\n\t  'a NASA scientist',\n\t  'an NSA analyst',\n\t  'a FIAT car',\n\t  'an FAA policy' ]\n\n\n","_id":"articles@0.1.0","dist":{"shasum":"a631a643267bd9eebf75e3c662d82522c88ec17a","tarball":"https://registry.npmjs.org/articles/-/articles-0.1.0.tgz","integrity":"sha512-3+W29SZDRgCouaYc1rgjmHx8uZV1GmLRBziXgOLR0fJXnjveFadJt7plUI+Ie46KZrX289dQ0xFbqZUy/l86PA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD13QaWbm7IAm3452BjANHm5izzucJH+4ZgNLVQO0WdDAIgWHShGk9blOm6QwS7dxQcpyswm+xskVAHllOoQD+JUHA="}]},"_npmVersion":"1.1.62","_npmUser":{"name":"ckirby","email":"ckirby@uplakemedia.com"},"maintainers":[{"name":"ckirby","email":"ckirby@uplakemedia.com"}],"directories":{}},"0.2.0":{"name":"articles","version":"0.2.0","description":"Utility to determine the indirect article (in English) for a given word, using the method described at http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473 and the data provided at http://home.nerbonne.org/A-vs-An/","main":"Articles.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/uplake/Articles.git"},"keywords":["linguistics","nlp"],"author":{"name":"Chad Kirby"},"license":"BSD","readme":"The Article class determines whether \"a\" or \"an\" should precede a word in English using the method described in [this stackoverflow response](http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473). The wikipedia-article-text dump provided by [Eamon Nerbonne](http://home.nerbonne.org/A-vs-An/) was used as the basis for the dataset.\n\nTo use:\n\n\tnpm install articles\n\nExample:\n\n    Articles = require('Articles')\n\tArticles.articlize(\n\t  'unanticipated result'\n\t  'unanimous vote'\n\t  'honest decision'\n\t  'honeysuckle shrub'\n\t  '0800 number'\n\t  '∞ of oregano'\n\t  'NASA scientist'\n\t  'NSA analyst'\n\t  'FIAT car'\n\t  'FAA policy'\n\t)\n\nOutput:\n\n\t[ 'an unanticipated result',\n\t  'a unanimous vote',\n\t  'an honest decision',\n\t  'a honeysuckle shrub',\n\t  'an 0800 number',\n\t  'an ∞ of oregano',\n\t  'a NASA scientist',\n\t  'an NSA analyst',\n\t  'a FIAT car',\n\t  'an FAA policy' ]\n\n\n","_id":"articles@0.2.0","dist":{"shasum":"7a9b27bd1a78d6cb64618e31d9023715b3b22702","tarball":"https://registry.npmjs.org/articles/-/articles-0.2.0.tgz","integrity":"sha512-q3G/rCyVk8JBluvK8tJnlYqRduy0ovfgTtuJI38fwkgn14eDoOl8lr24M6wS9Zyixj8iA7Gd00QLS3rhrrD/OQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSRtkc2IAFL389U3N8NPY17PuuNlwcTaLB5NC6dJyLqQIgdJUaTtsVtRH0pXw/A48Kp1QXezCB2v+LSE5GW6L8VI4="}]},"_npmVersion":"1.1.63","_npmUser":{"name":"ckirby","email":"ckirby@uplakemedia.com"},"maintainers":[{"name":"ckirby","email":"ckirby@uplakemedia.com"}],"directories":{}},"0.2.1":{"name":"articles","version":"0.2.1","description":"Utility to determine the indirect article (in English) for a given word, using the method described at http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473 and the data provided at http://home.nerbonne.org/A-vs-An/","main":"lib/Articles.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/uplake/Articles.git"},"keywords":["linguistics","nlp"],"author":{"name":"Chad Kirby"},"license":"BSD","readme":"The Article class determines whether \"a\" or \"an\" should precede a word in English using the method described in [this stackoverflow response](http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473). The wikipedia-article-text dump provided by [Eamon Nerbonne](http://home.nerbonne.org/A-vs-An/) was used as the basis for the dataset.\n\nTo use:\n\n\tnpm install articles\n\nExample:\n\n    Articles = require('Articles')\n\tArticles.articlize(\n\t  'unanticipated result'\n\t  'unanimous vote'\n\t  'honest decision'\n\t  'honeysuckle shrub'\n\t  '0800 number'\n\t  '∞ of oregano'\n\t  'NASA scientist'\n\t  'NSA analyst'\n\t  'FIAT car'\n\t  'FAA policy'\n\t)\n\nOutput:\n\n\t[ 'an unanticipated result',\n\t  'a unanimous vote',\n\t  'an honest decision',\n\t  'a honeysuckle shrub',\n\t  'an 0800 number',\n\t  'an ∞ of oregano',\n\t  'a NASA scientist',\n\t  'an NSA analyst',\n\t  'a FIAT car',\n\t  'an FAA policy' ]\n\n\n","_id":"articles@0.2.1","dist":{"shasum":"c0e101031b833dbd0bdc77a0ae06502d821a4520","tarball":"https://registry.npmjs.org/articles/-/articles-0.2.1.tgz","integrity":"sha512-zDiR2STVAE5n13KpbXMxGBvZgTCOHwxRcA8zgDuwxRU/NgO2T7rSeRiZ0rUNQ6aUhVtCNgLmbVjCSvftEdhBng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICElcPPXdjqYkPhEEiTqUnkhZjfRGbLfKZCVcXa3mF4RAiEA6nfpgY0fMVLwwZ9qGfpcLX1sjhb8p4CO5zuXqYlK0ko="}]},"_npmVersion":"1.1.63","_npmUser":{"name":"ckirby","email":"ckirby@uplakemedia.com"},"maintainers":[{"name":"ckirby","email":"ckirby@uplakemedia.com"}],"directories":{}},"0.2.2":{"name":"articles","version":"0.2.2","description":"Utility to determine the indirect article (in English) for a given word, using the method described at http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473 and the data provided at http://home.nerbonne","main":"lib/Articles.js","scripts":{"test":"tape tests/*-test.js"},"repository":{"type":"git","url":"git+https://github.com/chadkirby/Articles.git"},"keywords":["linguistics","nlp"],"author":{"name":"Chad Kirby"},"license":"BSD","devDependencies":{"coffeescript":"^1.12.7","eslint":"^4.17.0","eslint-plugin-turbopatent":"2","tape":"^4.8.0"},"files":["lib"],"gitHead":"c7dce1a1668e694bd6dd8f797519e4c95613b8c9","bugs":{"url":"https://github.com/chadkirby/Articles/issues"},"homepage":"https://github.com/chadkirby/Articles#readme","_id":"articles@0.2.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"ckirby","email":"chad.kirby@gmail.com"},"dist":{"integrity":"sha512-S3Y4MPp+LD/l0HHm/4yrr6MoXhUkKT98ZdsV2tkTuBNywqUXEtvJT+NBO3KTSQEttc5EOwEJe2Xw8cZ9TI5Hrw==","shasum":"cc6b429f8cfa811f41e7a08505abbb4e45503197","tarball":"https://registry.npmjs.org/articles/-/articles-0.2.2.tgz","fileCount":4,"unpackedSize":46413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAgcn/hPbnrLunT4ZuS10vkpl9lPRYeprj0JQBUiHioLAiB4ILsaztXPk3FBiHLbVwcEleMjb3olQWv0BAJskR9Q5g=="}]},"maintainers":[{"name":"ckirby","email":"ckirby@uplakemedia.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/articles_0.2.2_1518579768311_0.2692773172353664"},"_hasShrinkwrap":false}},"readme":"The Article class determines whether \"a\" or \"an\" should precede a word in English using the method described in [this stackoverflow response](http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473). The wikipedia-article-text dump provided by [Eamon Nerbonne](http://home.nerbonne.org/A-vs-An/) was used as the basis for the dataset.\n\nTo use:\n\n\tnpm install articles\n\nExample:\n\n    Articles = require('articles')\n\tArticles.articlize(\n\t  'unanticipated result'\n\t  'unanimous vote'\n\t  'honest decision'\n\t  'honeysuckle shrub'\n\t  '0800 number'\n\t  '∞ of oregano'\n\t  'NASA scientist'\n\t  'NSA analyst'\n\t  'FIAT car'\n\t  'FAA policy'\n\t)\n\nOutput:\n\n\t[ 'an unanticipated result',\n\t  'a unanimous vote',\n\t  'an honest decision',\n\t  'a honeysuckle shrub',\n\t  'an 0800 number',\n\t  'an ∞ of oregano',\n\t  'a NASA scientist',\n\t  'an NSA analyst',\n\t  'a FIAT car',\n\t  'an FAA policy' ]\n\n\n","maintainers":[{"name":"ckirby","email":"ckirby@uplakemedia.com"}],"time":{"modified":"2023-07-09T22:07:43.168Z","created":"2013-01-23T22:53:56.015Z","0.1.0":"2013-01-23T22:53:56.955Z","0.2.0":"2013-01-26T23:46:21.026Z","0.2.1":"2013-01-26T23:55:39.936Z","0.2.2":"2018-02-14T03:42:48.495Z"},"author":{"name":"Chad Kirby"},"repository":{"type":"git","url":"git+https://github.com/chadkirby/Articles.git"},"users":{"epan":true,"flumpus-dev":true},"homepage":"https://github.com/chadkirby/Articles#readme","keywords":["linguistics","nlp"],"bugs":{"url":"https://github.com/chadkirby/Articles/issues"},"license":"BSD","readmeFilename":"README.md"}