Skip to content

Commit

Permalink
Merge pull request #1482 from linas/parse-options
Browse files Browse the repository at this point in the history
Split out Parse Options into it's own file.
  • Loading branch information
linas authored Mar 27, 2024
2 parents a027f04 + 799978a commit d9a041e
Show file tree
Hide file tree
Showing 5 changed files with 847 additions and 815 deletions.
4 changes: 3 additions & 1 deletion link-grammar/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dict-common/regex-morph.lo: CFLAGS =
endif

liblink_grammar_la_SOURCES = \
api.c \
config.c \
connectors.c \
dict-common/dialect.c \
dict-common/dict-affix-impl.c \
Expand Down Expand Up @@ -122,6 +122,7 @@ liblink_grammar_la_SOURCES = \
linkage/sane.c \
linkage/score.c \
memory-pool.c \
options.c \
parse/count.c \
parse/extract-links.c \
parse/fast-match.c \
Expand All @@ -140,6 +141,7 @@ liblink_grammar_la_SOURCES = \
print/print-util.c \
print/wcwidth.c \
resources.c \
sentence.c \
string-set.c \
string-id.c \
tokenize/anysplit.c \
Expand Down
Loading

0 comments on commit d9a041e

Please sign in to comment.