Coder Social home page Coder Social logo

Comments (7)

ryskina avatar ryskina commented on July 2, 2024 1

Thank you! Sorry, I misread @ftyers's comment. The forms are correct now, and changing from LR to RL was helpful!

from apertium-tyv.

ryskina avatar ryskina commented on July 2, 2024

Update on 1: the analyzer inflects номчу and ал incorrectly:

номчуайн/номчу<v><tv><imp><p1><sg>
алайн/ал<v><tv><imp><p1><sg>

I&P have номчууйнand алыйн.

from apertium-tyv.

jonorthwash avatar jonorthwash commented on July 2, 2024

2. Some <p3><pl> forms have a double -лер. I haven't seen this in the literature and it looked suspicious.
келдилер:кел<v><iv><ifi><p3><pl> келдилерлер:кел<v><iv><ifi><p3><pl>

This is an alternative form in the transducer, available for analysis only. If you don't want to see it, you should use the generator, not the analyser.

from apertium-tyv.

ryskina avatar ryskina commented on July 2, 2024

Thanks! I've generated the forms using

echo "[ к е л  %<v%> [ ? - [ %+ | %<subst%> ] ]* ]" | hfst-regexp2fst -o prefix.hfst
hfst-invert .deps/tyv.LR.hfst | hfst-compose-intersect -1 - -2 prefix.hfst | hfst-fst2strings 

Is there a different way I should use that would exclude analysis-only forms?

from apertium-tyv.

ftyers avatar ftyers commented on July 2, 2024

You can try using .deps/tyv.RL.hfst if it exists.

from apertium-tyv.

ryskina avatar ryskina commented on July 2, 2024

Sorry, do you mean using it without the hfst-invert?

from apertium-tyv.

jonorthwash avatar jonorthwash commented on July 2, 2024

I think @ftyers means to use the RL file instead of the LR file with hfst-invert, yes. The RL file has all the analyses removed that we would normally want to analyse and not generate, and constitutes a stage in the creation of the generator.

from apertium-tyv.

Related Issues (7)

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.