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

[DATA] Remove repeated chars during preprocessing #7739

Merged
merged 4 commits into from
Feb 29, 2024

Conversation

DrownFish19
Copy link
Collaborator

PR types

Function optimization

PR changes

Others

Description

Remove repeated chars during preprocessing.

  1. add remove_repeated_chars() to remove the repeated chars.
  2. with max_repeated_len to control the max length.
  3. add max_repeated_len in README.md.

Copy link

paddle-bot bot commented Dec 28, 2023

Thanks for your contribution!

Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.56%. Comparing base (37e85e6) to head (b8baf6f).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #7739   +/-   ##
========================================
  Coverage    56.56%   56.56%           
========================================
  Files          589      589           
  Lines        89964    89964           
========================================
  Hits         50889    50889           
  Misses       39075    39075           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ZHUI
ZHUI previously approved these changes Jan 4, 2024
Copy link
Collaborator

@ZHUI ZHUI left a comment

Choose a reason for hiding this comment

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

LGTM

ZHUI
ZHUI previously approved these changes Jan 11, 2024
Copy link
Collaborator

@wawltor wawltor left a comment

Choose a reason for hiding this comment

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

LGTM

@wawltor wawltor merged commit b72f352 into PaddlePaddle:develop Feb 29, 2024
8 of 10 checks passed
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.

3 participants