Skip to content

Commit

Permalink
Merge pull request #999 from tatuylonen/talla2
Browse files Browse the repository at this point in the history
Talla2
  • Loading branch information
kristian-clausal authored Jan 21, 2025
2 parents 58a10a6 + 284de32 commit c47ebf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/wiktextract/extractor/en/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -2455,6 +2455,9 @@ def inflection_template_fn(
text, expand_all=True, template_fn=inflection_template_fn
)

if not text.strip():
continue

# Parse inflection tables from the section. The data is stored
# under "forms".
if wxr.config.capture_inflections:
Expand Down
2 changes: 1 addition & 1 deletion src/wiktextract/wiktwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def main():
wxr.wtp,
[Path(p) for p in args.override],
skip_extract_dump,
not wxr.config.analyze_templates,
None,
)

if args.page and not args.skip_extraction:
Expand Down

0 comments on commit c47ebf4

Please sign in to comment.