KB API Implementation

The KB API provides basic functionality for manipulating CycL-based Java objects. The API extracts the main Predicate Logic constructs in the Cyc KB as Java classes. A set of factory methods allow finding and creating terms and assertions. These can be used to build sentences, to create new assertions, or to build queries.

Лицензия

Лицензия

Группа

Группа

com.cyc
Идентификатор

Идентификатор

cyc-kb
Последняя версия

Последняя версия

1.0.0-rc4
Дата

Дата

Тип

Тип

jar
Описание

Описание

KB API Implementation
The KB API provides basic functionality for manipulating CycL-based Java objects. The API extracts the main Predicate Logic constructs in the Cyc KB as Java classes. A set of factory methods allow finding and creating terms and assertions. These can be used to build sentences, to create new assertions, or to build queries.
Организация-разработчик

Организация-разработчик

Cycorp, Inc
Система контроля версий

Система контроля версий

https://github.com/cycorp/CycCoreAPI

Скачать cyc-kb

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.cyc/cyc-kb/ -->
<dependency>
    <groupId>com.cyc</groupId>
    <artifactId>cyc-kb</artifactId>
    <version>1.0.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-kb/
implementation 'com.cyc:cyc-kb:1.0.0-rc4'
// https://jarcasting.com/artifacts/com.cyc/cyc-kb/
implementation ("com.cyc:cyc-kb:1.0.0-rc4")
'com.cyc:cyc-kb:jar:1.0.0-rc4'
<dependency org="com.cyc" name="cyc-kb" rev="1.0.0-rc4">
  <artifact name="cyc-kb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-kb', version='1.0.0-rc4')
)
libraryDependencies += "com.cyc" % "cyc-kb" % "1.0.0-rc4"
[com.cyc/cyc-kb "1.0.0-rc4"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.cyc : cyc-base-client jar 1.0.0-rc4
commons-lang : commons-lang jar 2.6
com.cyc : cyc-core-api jar 1.0.0-rc4
org.atteo.classindex : classindex jar 3.1

provided (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.12

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.12
log4j : log4j jar 1.2.17

Модули Проекта

Данный проект не имеет модулей.

Cyc Java API Suite

The Cyc Java API Suite comprises a set of Java APIs (and implementations) for developing Cyc-based applications or otherwise accessing Cyc capabilities, and provides a layered suite of functionality. We have currently released the following Java libraries:

Additionally, the Model Generator Suite is available in a separate repository.

Further functionality will be rolled out in a series of releases, including the Knowledge Management, Natural Language, Structured Knowledge, and Administration APIs:

![Diagram of the Cyc API stack](../master/api-parent/src/site/resources/images/api-stack.png?raw=true "Cyc API Stack")

Further Documentation

For the latest API documentation and news, or to ask questions, visit the Cyc Developer Center.

Code samples may be downloaded from the Core API Use Cases project in the Cyc Example Code repository.

Contact

For questions about the APIs or general issues with using them, please visit the Cyc Dev Center issues page.

com.cyc

Cycorp Inc.

Research, develop, and commercialize Artificial Intelligence

Версии библиотеки

Версия
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1