Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using dictionaries from exportdata #3396

Merged
merged 3 commits into from
May 3, 2023

Conversation

robertbastian
Copy link
Member

@robertbastian robertbastian commented Apr 26, 2023

Based on #3395

The built-in segmentation files are based on ICU70, which is why there's a data diff now that the icuexport versions are found.

#3003

@jira-pull-request-webhook

This comment was marked as spam.

@jira-pull-request-webhook

This comment was marked as spam.

@jira-pull-request-webhook

This comment was marked as spam.

@jira-pull-request-webhook

This comment was marked as spam.

@robertbastian robertbastian changed the title Bumping exportdata Using dictionaries from exportdata Apr 28, 2023
@jira-pull-request-webhook

This comment was marked as spam.

@jira-pull-request-webhook

This comment was marked as spam.

@robertbastian robertbastian marked this pull request as ready for review May 3, 2023 09:53
@Manishearth Manishearth removed their request for review May 3, 2023 16:45
Comment on lines +142 to +150
std::fs::copy(
output_path
.join("icuexport/segmenter/dictionary")
.join(file),
output_path
.join("../../datagen/data/segmenter/dictionary")
.join(file),
)
.unwrap();
Copy link
Member

Choose a reason for hiding this comment

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

Yes, good, the download script copies them here. LGTM

@robertbastian robertbastian merged commit 73d0d63 into unicode-org:main May 3, 2023
@robertbastian robertbastian deleted the exportdata branch May 3, 2023 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants