{"id":19720189,"url":"https://github.com/aburraq/stanfordcorenlp","last_synced_at":"2025-02-27T17:46:45.508Z","repository":{"id":216827621,"uuid":"742455633","full_name":"Aburraq/StanfordCoreNLP","owner":"Aburraq","description":"My legal background gave me a deep appreciation for language's importance. It's not just words; it's a profound understanding woven into every case. This connection led me to coding, where I coded a potent pipeline system with Stanford CoreNLP.","archived":false,"fork":false,"pushed_at":"2024-01-12T14:35:26.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T15:51:32.830Z","etag":null,"topics":["java","lemmatizer","named-entity-recognition","nlp","oop","partofspeech-tagger","sentence-tokenizer","sentiment-analysis","stanfordnlp","tokenizer"],"latest_commit_sha":null,"homepage":"https://stanfordnlp.github.io/CoreNLP/index.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aburraq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-12T14:17:23.000Z","updated_at":"2024-01-12T14:27:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"3be79826-e69a-4102-add0-5d2255309330","html_url":"https://github.com/Aburraq/StanfordCoreNLP","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"0cf87b4686036eec852796935760fc651fd1ca8f"},"previous_names":["aburraq/stanfordcorenlp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FStanfordCoreNLP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FStanfordCoreNLP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FStanfordCoreNLP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FStanfordCoreNLP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aburraq","download_url":"https://codeload.github.com/Aburraq/StanfordCoreNLP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241040624,"owners_count":19898906,"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":["java","lemmatizer","named-entity-recognition","nlp","oop","partofspeech-tagger","sentence-tokenizer","sentiment-analysis","stanfordnlp","tokenizer"],"created_at":"2024-11-11T23:10:40.555Z","updated_at":"2025-02-27T17:46:45.485Z","avatar_url":"https://github.com/Aburraq.png","language":"Java","readme":"# Stanford NLP Pipeline\n\nThis Java class, `Pipeline`, provides a configuration setup for the Stanford CoreNLP library to facilitate Natural Language Processing (NLP) tasks. It initializes a pipeline with specific annotators to perform various NLP operations on textual data.\n\n## About\n\nThe `Pipeline` class is designed to create an instance of Stanford CoreNLP with the following annotators:\n- Tokenization\n- Sentence splitting\n- Part-of-Speech tagging (POS)\n- Lemmatization\n- Named Entity Recognition (NER)\n- Parsing\n- Sentiment analysis\n\n## Usage\n\nTo utilize this pipeline:\n1. Ensure you have the Stanford CoreNLP library configured in your project.\n2. Add Stanford CoreNLP as a dependency. You can do this by including the following Maven dependency in your project's `pom.xml` file:\n\n        \u003cdependency\u003e\n            \u003cgroupId\u003eedu.stanford.nlp\u003c/groupId\u003e\n            \u003cartifactId\u003estanford-corenlp\u003c/artifactId\u003e\n            \u003cversion\u003e4.5.5\u003c/version\u003e\n            \u003cclassifier\u003emodels\u003c/classifier\u003e\n        \u003c/dependency\u003e\n\n4. Import the `Pipeline` class into your Java application.\n5. Access the pipeline instance using the `getPipeline()` method to perform NLP tasks.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburraq%2Fstanfordcorenlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faburraq%2Fstanfordcorenlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburraq%2Fstanfordcorenlp/lists"}