Giter Site home page Giter Site logo

Comments (5)

dakrone avatar dakrone commented on July 17, 2024

Hi bmaddy,

How are you attempting to run the file? Are you using Leiningen?

from clojure-opennlp.

bmaddy avatar bmaddy commented on July 17, 2024

Here's everything in the project:
http://pastie.org/1096982

Then, lein clean, lein deps, lein repl. You then get the error with a stack trace.
You also get the error if you manually do a (use 'opennlp.nlp).

from clojure-opennlp.

dakrone avatar dakrone commented on July 17, 2024

Okay, it looks like you have the wrong dependency declared in your project.clj, you should have this as the dependency:

[org.clojars.thnetos/opennlp "0.0.5"]

So change the line:
[org.clojars.thnetos/opennlp-tools "1.4.3"]
to:
[org.clojars.thnetos/opennlp "0.0.5"]

Re-run lein clean, lein deps, lein repl and that should fix it, let me know if it doesn't.

from clojure-opennlp.

bmaddy avatar bmaddy commented on July 17, 2024

Yep, that fixed it. Thanks a ton for your help! I can't seem to figure out where I got that line from, but if I come across it again I'll certainly add a comment or something.

Thanks!

from clojure-opennlp.

dakrone avatar dakrone commented on July 17, 2024

Cool, closing this issue then.

from clojure-opennlp.

Related Issues (17)

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.