Coder Social home page Coder Social logo

cffi-wordnet's People

Contributors

kraison avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

joshmarlow

cffi-wordnet's Issues

installation instructions

Hello,

Are you still working on this project? It is very interesting indeed! Can you provide a general instruction about the installation? I have installed wordnet 3.0 from the Princeton website using:

configure
make install

The wordnet was installed in /usr/local/WordNet-3.0 (my system is a MacOS 10.7.3).

I cloned your files to
~/quicklisp/local-projects/cffi-wordnet

I suspect that I have to edit the file cffi.lisp, right? In the lines of cffi.lisp below, one thing that called my attention is that I couldn't fine the file libWN.3.dylib in my system...

;;;SWIG wrapper code ends here
(define-foreign-library libwordnet
(:unix (:or "/usr/lib/libwordnet.so" "/usr/lib/libwordnet-3.0.so" "/usr/local/WordNet-3.0/lib/libWN.3.dylib"))
(t (:default (:or "/usr/lib/libwordnet.so" "/usr/local/WordNet-3.0/lib/libWN.3.dylib"))))

(use-foreign-library libwordnet)

(cl:defconstant DICTDIR "/usr/share/wordnet")
(cl:defconstant DEFAULTPATH "/usr/share/wordnet")
(cl:defconstant DATAFILE "/usr/share/wordnet/data.%s")
(cl:defconstant INDEXFILE "/usr/share/wordnet/index.%s")
(cl:defconstant SENSEIDXFILE "/usr/share/wordnet/index.sense")
(cl:defconstant KEYIDXFILE "/usr/share/wordnet/index.key")
(cl:defconstant REVKEYIDXFILE "/usr/share/wordnet/index.key.rev")
(cl:defconstant VRBSENTFILE "/usr/share/wordnet/sents.vrb")
(cl:defconstant VRBIDXFILE "/usr/share/wordnet/sentidx.vrb")
(cl:defconstant CNTLISTFILE "/usr/share/wordnet/cntlist.rev")

Best,
Alexandre

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.