Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions machine/corpora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .dictionary_alignment_corpus import DictionaryAlignmentCorpus
from .dictionary_text_corpus import DictionaryTextCorpus
from .fallback_quotation_mark_resolver import FallbackQuotationMarkResolver
from .file_paratext_project_quote_convention_detector import FileParatextProjectQuoteConventionDetector
from .file_paratext_project_settings_parser import FileParatextProjectSettingsParser
from .file_paratext_project_text_updater import FileParatextProjectTextUpdater
from .flatten import flatten
Expand Down Expand Up @@ -104,6 +105,7 @@
"EMPTY_SCRIPTURE_REF",
"escape_spaces",
"extract_scripture_corpus",
"FileParatextProjectQuoteConventionDetector",
"FileParatextProjectSettingsParser",
"FileParatextProjectTextUpdater",
"flatten",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reportMissingModuleSource = false

[tool.poetry]
name = "sil-machine"
version = "1.8.1"
version = "1.8.2"
description = "A natural language processing library that is focused on providing tools for resource-poor languages."
license = "MIT"
authors = ["SIL International"]
Expand Down
Loading