{"id":21101305,"url":"https://github.com/rtuin/textprocessing","last_synced_at":"2025-03-14T08:13:11.455Z","repository":{"id":57602825,"uuid":"90259569","full_name":"rtuin/textprocessing","owner":"rtuin","description":"Go client for the text-processing.com API's","archived":false,"fork":false,"pushed_at":"2017-05-04T12:44:23.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T02:42:45.226Z","etag":null,"topics":["api-wrapper","golang","text-processing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rtuin.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":"2017-05-04T12:16:28.000Z","updated_at":"2020-09-20T09:43:26.000Z","dependencies_parsed_at":"2022-08-27T22:03:39.067Z","dependency_job_id":null,"html_url":"https://github.com/rtuin/textprocessing","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/rtuin%2Ftextprocessing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftextprocessing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftextprocessing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftextprocessing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtuin","download_url":"https://codeload.github.com/rtuin/textprocessing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243544647,"owners_count":20308169,"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":["api-wrapper","golang","text-processing"],"created_at":"2024-11-19T23:44:32.433Z","updated_at":"2025-03-14T08:13:11.422Z","avatar_url":"https://github.com/rtuin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API client for text-processing.com\n\nThis is a small wrapper / client for the natural language processing API's found at \n[text-processing.com](http://text-processing.com/).\n\nThe website provides 4 API's:\n\n1. [Stemming and Lemmatization API](#stemming)\n2. [Sentiment Analysis API](#analysis)\n3. [Tagging and Chunk Extraction API](#tagging)\n4. [Phrase Extraction and Named Entity Recognition API](#extraction)\n\nThe original API is documented at: http://text-processing.com/docs/index.html\n\n## Stemming and Lemmatization API\u003ca name=\"stemming\"\u003e\u003c/a\u003e\n\nAPI documented at: http://text-processing.com/docs/phrases.html\n\n**Status:** Not implemented yet\n\n## Sentiment Analysis API\u003ca name=\"analysis\"\u003e\u003c/a\u003e\n\nAPI documented at: http://text-processing.com/docs/phrases.html\n\n**Status:** Not implemented yet\n\n## Tagging and Chunk Extraction API\u003ca name=\"tagging\"\u003e\u003c/a\u003e\n\nAPI documented at: http://text-processing.com/docs/phrases.html\n\n**Status:** Not implemented yet\n\n## Phrase Extraction and Named Entity Recognition API\u003ca name=\"extraction\"\u003e\u003c/a\u003e\n\nAPI documented at: http://text-processing.com/docs/phrases.html\n\n### Example\n\nThis example comes from `phrase_test.go`:\n\n```\nresult, err := ExtractPhrase(\"John hit the ball.\")\n```\n\nThen `result` contains:\n\n```\nmap[\n    DATE:[ball] \n    PERSON:[John] \n    VP:[hit] \n    LOCATION:[John]\n]\n```\n\n## License\n\nThe MIT License (MIT). Please see the `LICENSE` file for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Ftextprocessing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtuin%2Ftextprocessing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Ftextprocessing/lists"}