Skip to content

Commit

Permalink
canvi a un únic generador
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriera committed Sep 28, 2024
1 parent eb48f45 commit 634246c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 51 deletions.
15 changes: 1 addition & 14 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ TARGETS_COMMON = \
$(LANG1)$(VAR1).automorf.bin \
$(LANG1)$(VAR1).automorf.att.gz \
$(LANG1)$(VAR1).autogen.bin \
$(LANG1)$(VAR2).autogen.bin \
$(LANG1)$(VAR3).autogen.bin \
$(LANG1)$(VAR4).autogen.bin \
$(LANG1)$(VAR1).autogen.att.gz \
$(LANG1)$(VAR1).autopgen.bin \
$(LANG1)$(VAR2).autopgen.bin \
Expand Down Expand Up @@ -55,17 +52,7 @@ $(LANG1)$(VAR1).automorf.bin: .deps/$(BASENAME).$(LANG1).dix $(BASENAME).$(LANG1

$(LANG1)$(VAR1).autogen.bin: .deps/$(BASENAME).$(LANG1).cat.dix
apertium-validate-dictionary $<
lt-comp -v cat rl $< $@ $(BASENAME).$(LANG1).acx

$(LANG1)$(VAR2).autogen.bin: .deps/$(BASENAME).$(LANG1).val.dix
apertium-validate-dictionary $<
lt-comp -v val_gva rl $< $@ $(BASENAME).$(LANG1).acx

$(LANG1)$(VAR3).autogen.bin: $(LANG1)$(VAR2).autogen.bin
cp $< $@

$(LANG1)$(VAR4).autogen.bin: $(LANG1)$(VAR2).autogen.bin
cp $< $@
lt-comp rl $< $@ $(BASENAME).$(LANG1).acx

$(LANG1)$(VAR1).autogen.att.gz: $(LANG1).autogen.bin
lt-print $< | gzip -9 -c -n > $@
Expand Down
Loading

2 comments on commit 634246c

@jaumeortola
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcriera Hi ha alguna variant que usi "dintre" com a forma preferent? Jo diria que és una forma secundària en totes les variants. Per tant, l'opció potser no cal. Però està bé si serveix per a posar-hi ordre.

@marcriera
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, cap. Abans teníem marcades un parell d'expressions al monolingüe amb «dins» com a valencià i «dintre» com a català central, i en la resta de casos «dintre» només s'analitzava, no es podia generar. Amb això ho he endreçat i donem a l'usuari l'opció de generar «dintre» si ho vol.

Please sign in to comment.