Coder Social home page Coder Social logo

tweetyprojectteam / tweetyproject Goto Github PK

View Code? Open in Web Editor NEW
26.0 8.0 17.0 347.16 MB

TweetyProject is a collection of Java libraries that implement approaches to different areas of artificial intelligence.

Home Page: http://tweetyproject.org/

License: GNU General Public License v3.0

Java 99.17% Standard ML 0.01% Classic ASP 0.01% HTML 0.42% JavaScript 0.35% CSS 0.05%
java artificial-intelligence knowledge-representation argumentation symbolic-artificial-intelligence java-libraries

tweetyproject's People

Contributors

anachronismus avatar benediktknopp avatar cankurtan avatar darthb avatar dletkemann avatar jklein94 avatar jliansander avatar jonas-schumacher avatar larsbengel avatar mathiashofer avatar matthiasthimm avatar nilsgeilen avatar sfranke43 avatar tjitze avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tweetyproject's Issues

CommonLogic/CLIF

Has there ever been any interest or work on parsers/writers for CommonLogic, specifically CLIF?
thanks

add prefix `tweety` to all tweety libs

Actually, when adding the libs into my project with:

<dependency>
    <groupId>org.tweetyproject</groupId>
    <artifactId>tweety-full</artifactId>
    <version>..</version>
</dependency>

It cannot be seen at first glance. which imported libs belong to Tweety (e.g. rankings.jar, prob.jar).

Please add the prefix tweety to all imported libs (e.g. instead of rankings.jar it would be better to name it tweety-rankings.jar , etc.).

Thanks.

tweety-mvn repository is down

I am using one of the tweety libraries in my mvn build and recently the build stopped working. It appears that tweetyproject.org/mvn is timing out. Upon visiting the website, it seems to be completely down.

Dependency in my pom file:

  <dependency>
    <groupId>net.sf.tweety.arg</groupId>
    <artifactId>dung</artifactId>
    <version>1.17</version>
  </dependency>

Maven build error:

Failed to collect dependencies at net.sf.tweety.arg:dung:jar:1.17 -> net.sf.tweety.logics:pl:jar:1.17 -> net.sf.tweety.logics:fol:jar:1.17 -> net.sf.tweety:plugin:jar:1.17 -> jspf:core:jar:1.0.2: Failed to read artifact descriptor for jspf:core:jar:1.0.2: Could not transfer artifact jspf:core:pom:1.0.2 from/to tweety-mvn (https://tweetyproject.org/mvn): Connect to tweetyproject.org:443 [tweetyproject.org/x.110.129.55] failed: Connection timed out (Connection timed out)

Does anyone know what happened to the tweetyproject.org website and when it will be up again?

Missing step from setup instructions

Hey! I was setting up Tweety using Maven on the command line as per these instructions. To get mvn package to work without errors, I needed to add the following lines to pom.xml:

<properties>
   <maven.compiler.source>1.8</maven.compiler.source>
   <maven.compiler.target>1.8</maven.compiler.target>
</properties>

I'm not sure if targeting 1.8 is the correct value. Could be useful to add this to the instructions for other people getting started.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.