{"id":18924515,"url":"https://github.com/sharpcoder/moby-pos","last_synced_at":"2025-06-27T21:34:59.243Z","repository":{"id":28875533,"uuid":"32399863","full_name":"SharpCoder/moby-pos","owner":"SharpCoder","description":"An npm module for accessing the moby parts-of-speech database.","archived":false,"fork":false,"pushed_at":"2015-03-19T01:53:47.000Z","size":1044,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T04:03:39.139Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SharpCoder.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":"2015-03-17T14:54:42.000Z","updated_at":"2015-03-19T01:53:47.000Z","dependencies_parsed_at":"2022-08-26T17:01:08.728Z","dependency_job_id":null,"html_url":"https://github.com/SharpCoder/moby-pos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fmoby-pos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fmoby-pos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fmoby-pos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fmoby-pos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SharpCoder","download_url":"https://codeload.github.com/SharpCoder/moby-pos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239921875,"owners_count":19718842,"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-08T11:07:02.463Z","updated_at":"2025-02-20T21:58:43.959Z","avatar_url":"https://github.com/SharpCoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About the project\nThis is an npm module for accessing the moby parts-of-speech package. Moby is an open source project with many linguistic databases (all public domain). You can access more about their project by visiting the following URL: [http://icon.shef.ac.uk/Moby/](http://icon.shef.ac.uk/Moby/)\n\n# Using moby-pos\n\nThis npm module aims to be pretty simple to use. It has a single method which you can call to look up the parts of speech information for a given word.\n```javascript\nvar pos = require('moby-pos');\nconsole.log(pos.search(\"skeleton\"));\n```\n\n# Reading the output\n\nThe output of the above code should be **N**. That stands for Noun. The complete list of meanings can be found below.\n\nMeaning | Letter\n------- | -------\nNoun | N\nPlural | P\nNoun Phrase | h\nVerb (usu participle) | V\nVerb (transitive) | t\nVerb (intransitive) | i\nAdjective | A\nAdverb | v\nConjunction | C\nPreposition | P\nInterjection | !\nPronoun | r\nDefinite Article | D\nIndefinite Article | I\nNominative | o\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpcoder%2Fmoby-pos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpcoder%2Fmoby-pos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpcoder%2Fmoby-pos/lists"}