{"id":18541291,"url":"https://github.com/fernaper/spacy-web-service","last_synced_at":"2025-08-09T17:11:39.131Z","repository":{"id":111647644,"uuid":"128536453","full_name":"fernaper/Spacy-Web-Service","owner":"fernaper","description":"Web Service that allows to perform all the Natural Language Processing (NLP) through the Spacy library without needing to have it installed or to program with python.","archived":false,"fork":false,"pushed_at":"2018-06-08T11:13:11.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T20:51:49.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fernaper.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-07T14:31:40.000Z","updated_at":"2018-07-25T18:10:11.000Z","dependencies_parsed_at":"2023-05-25T04:00:17.649Z","dependency_job_id":null,"html_url":"https://github.com/fernaper/Spacy-Web-Service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fernaper/Spacy-Web-Service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernaper%2FSpacy-Web-Service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernaper%2FSpacy-Web-Service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernaper%2FSpacy-Web-Service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernaper%2FSpacy-Web-Service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fernaper","download_url":"https://codeload.github.com/fernaper/Spacy-Web-Service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernaper%2FSpacy-Web-Service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269606235,"owners_count":24446147,"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-08-09T02:00:10.424Z","response_time":111,"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-11-06T20:04:38.194Z","updated_at":"2025-08-09T17:11:39.074Z","avatar_url":"https://github.com/fernaper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Spacy-Web-Service\n=================\n\nv1.1.0 - Release\n\nMade by: Fernando Pérez \u003cfernaperg@gmail.com\u003e\n\nWeb Service that allows to perform all the Natural Language Processing (NLP) through the Spacy library without needing to have it installed or to program with python.\n\nDocumentation\n-------------\n\nAllowed calls:\n\t\n- /spacy/parse\nThis is the most important method. It works as an ApiRest web service.\nReceives a json with a text (and if you want, a language) and return all the relevant information.\n\n\tReturn:\n\t- A dictionary with the key \"data\" and value, the list of atributtes for each sentence.\n \n \t- For each sentence, the spacy atributtes: start, end, start_char, end_char, text, text_with_ws, orth_, label, label_, lemma, ent_id, ent_id_, sentiment and, a list of nodes and a list of edges.\n \n \t- For each node (word): text, text_with_ws, whitespace_, orth, orth_, head, left_edge, right_edge, i, ent_type, ent_type_, ent_iob, ent_iob_, ent_id, ent_id_, lemma, lemma_, norm, norm_, lower, shape, shape_, prefix, prefix_, suffix, suffix_, is_alpha, is_ascii, is_digit, is_lower, is_title, is_punct, is_left, is_left_punct, is_right_punct, is_space, is_bracket, is_quote, like_url, like_num, like_email, is_oov, is_stop, pos, pos_, tag, dep, dep_, lang, lang_, prob, idx, sentiment, lex_id, rank and cluster.\n \n \t- For each edge (relation): parent, child and dep (Ej: ADJ,...)\n\n- /spacy/set_language/\u003cparam\u003e\nChange the server language to the one indicated by the parameter.\n\n- /spacy/parse_text\nIt takes a json file with a text and return those text separated into phrases.\nIf you do not pass a phrase, it gives you back the last text that you passed spearated into phrases.\n\n- /spacy/get_tags\nIt takes a json file with a phrase and returns each word with his tag.\n\nRequeriments\n------------\nWe recommend using [conda](https://conda.io/docs/) to install all the dependencies in a virtual environment.\n\n- [Python](https://www.python.org/) \u003e= 3.4\n- [SpaCy](https://spacy.io/) 1.* \u003c 2.0\n- [DocOpt](http://docopt.org/) \u003e= 0.6.2\n- [Bottle](https://bottlepy.org/) \u003e= 0.12.9\n\nAuthor\n------\n\nFernando Pérez Gutiérrez \u003cfernaperg@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernaper%2Fspacy-web-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernaper%2Fspacy-web-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernaper%2Fspacy-web-service/lists"}