Code Monkey home page Code Monkey logo

Comments (8)

unhammer avatar unhammer commented on July 21, 2024

How does one check that? (and if it's possible programmatically, shouldn't apertium-tagger do it?)

from apertium-init.

sushain97 avatar sushain97 commented on July 21, 2024

I think we just need a new CLI flag...

from apertium-init.

IlnarSelimcan avatar IlnarSelimcan commented on July 21, 2024

Using the -x option with a non-perceptron .prob file throws an exception right away:

apertium-eng$ echo "hello world" | apertium -d . eng-morph | apertium-tagger -g -x eng.hmm.prob
terminate called after throwing an instance of 'DeserialisationException'
  what():  can't deserialise 1 byte integer type: can't deserialise byte
Aborted

Not using the -x option with a perceptron .prob file leads to a segfault, just as mentioned.

apertium-eng$ echo "hello world" | apertium -d . eng-morph | apertium-tagger -g eng.prob
^C

Not too sure whether this is useful, but might be.

from apertium-init.

IlnarSelimcan avatar IlnarSelimcan commented on July 21, 2024

But I have seen a different kind of error too:

apertium-tur$ echo "Bir kitap okudum" | apertium -d . tur-morph  | apertium-tagger -g -x tur.prob 
apertium-tagger: Unimplemented opcode:  at global #0 address #0
Try 'apertium-tagger --help' for more information.

from apertium-init.

flammie avatar flammie commented on July 21, 2024

I just thought of this recurring problem, maybe we can start to solve this in a more low-tech way by just having different filename suffixes for different models and have humans deal with the selecting right options when needed?

from apertium-init.

mr-martian avatar mr-martian commented on July 21, 2024

The really low-tech way to solve this is to just default to adding -x if the language is eng, since I think that's currently the only language that uses perceptron.

from apertium-init.

unhammer avatar unhammer commented on July 21, 2024

For init, that sounds like the best thing to do, since no one will have time to implement the Right solution while dealing with the overwhelming deluge of issues opened due to lack of -x in new pairs … only slightly exaggerating :)

from apertium-init.

mr-martian avatar mr-martian commented on July 21, 2024

Fixed in apertium/apertium@5c5edd9

from apertium-init.

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.