Skip to content

Commit

Permalink
test all lexcies and version++ for new one
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Sep 12, 2024
1 parent 350c493 commit e1807cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([giella-shared-mul], [0.0.1], [[email protected]], [giella-shared-mul], [http://divvun.no])
AC_INIT([giella-shared-mul], [0.0.2], [[email protected]], [giella-shared-mul], [http://divvun.no])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 tar-pax -Wall -Werror foreign])

Expand Down
4 changes: 3 additions & 1 deletion src/fst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ pkgsrcfst_DATA=url.lexc
if CAN_HFST_LEXC
check-local:
$(HFST_LEXC) --Werror -v url.lexc -o /dev/null
$(HFST_LEXC) --Werror -v testroot.lexc stems/telephone.lexc -o /dev/null
$(HFST_LEXC) --Werror -v testroot.lexc \
stems/telephone.lexc stems/symbols.lexc \
stems/punctuation.lexc -o /dev/null
endif

13 changes: 11 additions & 2 deletions src/fst/testroot.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
Multichar_Symbols

+TEL +URL +Gen +Sg +URL +Num +Arab +Use/Circ

+N +Sym

LEXICON Root

0 telephones ;

0 Punctuation ;
0 Symbols ;


LEXICON telephoneNumInflections
Expand All @@ -23,3 +24,11 @@ LEXICON telephoneURLInflections

0 # ;

LEXICON Noun_symbols_never_inflected

+N+Sym:0 # ;

LEXICON Noun_symbols_possibly_inflected

+N+Sym:0 # ;
+N+Sym+Gen+Sg:'s # ;

0 comments on commit e1807cb

Please sign in to comment.