GithubHelp home page GithubHelp logo

Comments (5)

robaki avatar robaki commented on August 15, 2024

In addition, I tried also to install it following this instructions taken from the Omorfi Dockerfile (in a image based on this: quay.io/jupyter/scipy-notebook):

RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y \
    build-essential automake autoconf git wget lsb-release libtool zip pkg-config &&\
    wget http://apertium.projectjj.com/apt/install-nightly.sh -O - | bash && \
    DEBIAN_FRONTEND=noninteractive  apt-get install python3-hfst libhfst-dev cg3 -y && \
    git clone https://github.com/flammie/omorfi && \
    cd omorfi && \ 
    ./autogen.sh && \
    ./configure && \
    make

on the configure stage I'm getting familiar error:

checking python module: libhfst... no
configure: error: failed to find required module libhfst

despite no errors showing up in the earlier stages

from omorfi.

flammie avatar flammie commented on August 15, 2024

thanks for the report, I remember there was some problems with hfst python packaging when making previous release, I think https://github.com/reynoldsnlp/hfst-python/ has the solution. The most reliable way to make hfst python is probably following the instructions at https://github.com/hfst/hfst/tree/master/python, I think it requires swig for the libhfst interface. I'll update the instructions for upcoming version hopefully soon.

from omorfi.

flammie avatar flammie commented on August 15, 2024

The dependency to libhfst has been lifted now all code uses hfst package and at least the docker works as adviced (instructions have been updated I guess the command-line either changed or was always a bit wrong).

from omorfi.

Related Issues (20)

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.