{"id":26032658,"url":"https://github.com/apache/incubator-nlpcraft-java-client","last_synced_at":"2025-07-14T12:34:24.976Z","repository":{"id":39940233,"uuid":"243727013","full_name":"apache/incubator-nlpcraft-java-client","owner":"apache","description":"Native Java Client for Apache NLPCraft.","archived":false,"fork":false,"pushed_at":"2022-10-05T18:40:52.000Z","size":295,"stargazers_count":8,"open_issues_count":2,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-08T02:05:53.396Z","etag":null,"topics":["apache","java","nlp"],"latest_commit_sha":null,"homepage":"https://nlpcraft.apache.org/","language":"Java","has_issues":false,"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/apache.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":"2020-02-28T09:38:14.000Z","updated_at":"2023-06-13T14:47:14.000Z","dependencies_parsed_at":"2022-08-19T14:31:23.587Z","dependency_job_id":null,"html_url":"https://github.com/apache/incubator-nlpcraft-java-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/apache/incubator-nlpcraft-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-nlpcraft-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-nlpcraft-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-nlpcraft-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-nlpcraft-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-nlpcraft-java-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-nlpcraft-java-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264599386,"owners_count":23635273,"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":["apache","java","nlp"],"created_at":"2025-03-06T22:34:11.794Z","updated_at":"2025-07-14T12:34:24.934Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n Licensed to the Apache Software Foundation (ASF) under one or more\n contributor license agreements.  See the NOTICE file distributed with\n this work for additional information regarding copyright ownership.\n The ASF licenses this file to You under the Apache License, Version 2.0\n (the \"License\"); you may not use this file except in compliance with\n the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n--\u003e\n\n\u003cimg src=\"https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif\" height=\"80px\"\u003e\n\u003cbr\u003e\n\n[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)\n[![build](https://github.com/apache/incubator-nlpcraft-java-client/workflows/build/badge.svg)](https://github.com/apache/incubator-nlpcraft-java-client/actions)\n[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)\n[![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)\n\n## What is Apache NLPCraft?\n[Apache NLPCraft](https://nlpcraft.apache.org/) is an open source library for adding a natural language interface to any applications. \nBased on semantic modelling it allows rapid implementation and requires no model training or pre-existing text corpora.\n\n## Java Client\nNative Java client provide easy-to-use Java-based API that wraps standard NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html). \nIt can be used by any JVM language that provides Java interop such as Scala, Groovy, or Kotlin. \n\nFor any questions, feedback or suggestions:\n\n * Latest [Javadoc](https://nlpcraft.apache.org/apis/java-client/latest/index.html) and [REST APIs](https://nlpcraft.apache.org/using-rest.html)\n * Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.apache.org/download.html#java-client)\n * Post a question at [Stack Overflow](https://stackoverflow.com/questions/ask) using \u003ccode\u003enlpcraft\u003c/code\u003e tag\n * Access [GitHub](https://github.com/apache/incubator-nlpcraft-java-client) mirror repository.\n * Join on [dev@nlpcarft.apache.org](mailto:dev@nlpcarft.apache.org)\n \n## Other Projects\n- [Apache NLPCraft](https://github.com/apache/incubator-nlpcraft) - Main NLPCraft project.\n\n## Usage\nFrom any JVM-based application code:\n```java\n// Get client instance with all defaults.\nNCClient cli = new NCClientBuilder().build();\n \n// Perform any necessary calls...\nNCResult res = cli.askSync(\"my.model.id\", \"Hey, isn't NLPCraft cool?\");\n \n// Close client \u0026 sign out at the end.\ncli.close();\n```\n\n### Copyright\nCopyright (C) 2020 Apache Software Foundation\n\n\u003cimg src=\"https://www.apache.org/img/ASF20thAnniversary.jpg\" height=\"64px\"\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-nlpcraft-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-nlpcraft-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-nlpcraft-java-client/lists"}