-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement n-best output in lt-proc #3
Comments
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
@ftyers Please give some directions on how to calculate the weights and start working on this issue.. like the files and classes I should begin modifying first. |
Moreover there is no way we can test this unless we modify the parser to read weights from dix files. Because until the parsers are able to read weights from dix file, it is always the default value of weights we are considering, i.e. 0.0000 |
@Techievena you could compile an ATT file with weights in using HFST:
You can see the strings:
And print them:
And compile:
|
Thanks a lot for clearing this out for me how to get the att files. This thing must be included in the att_format wiki of Apertium. I have been scratching my head for a long time what you meant by transducer.att files. I will modify the tests of the other PR by tommorow. Thanks a lot!!! |
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Make necessary modifications in apertium-lex-tools to be compatible with the new lttoolbox. Related to apertium/lttoolbox#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#3
…on to output n-best paths. Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#2 Closes apertium#3 Fixes apertium#12
…on to output n-best paths. Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium/lttoolbox#2 Closes apertium/lttoolbox#3 Fixes apertium/lttoolbox#12
…on to output n-best paths. Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium/lttoolbox#2 Closes apertium/lttoolbox#3 Fixes apertium/lttoolbox#12
Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#2 Closes apertium#3 Fixes apertium#12
Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium/lttoolbox#2 Closes apertium/lttoolbox#3 Fixes apertium/lttoolbox#12
Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium/lttoolbox#2 Closes apertium/lttoolbox#3 Fixes apertium/lttoolbox#12
Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium#2 Closes apertium#3 Fixes apertium#12
Make necessary modifications in apertium-lex-tools to be compatible with the new lttoolbox. Related to apertium/lttoolbox#3
Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium/lttoolbox#2 Closes apertium/lttoolbox#3 Fixes apertium/lttoolbox#12
Make all the tweaks necessary to have a minimal implementation of weights in att_compiler. Using the same option names as `hfst-proc` we add options in lt-proc to output n-best paths using the weight values. Closes apertium/lttoolbox#2 Closes apertium/lttoolbox#3 Fixes apertium/lttoolbox#12
Implement an option to
lt-proc
to output n-best paths. We can use the same option names as inhfst-proc
:They should work for both analysis and generation.
The text was updated successfully, but these errors were encountered: