Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

preprocess 구현하기 #26

Open
3 of 5 tasks
eubinecto opened this issue Nov 5, 2021 · 0 comments
Open
3 of 5 tasks

preprocess 구현하기 #26

eubinecto opened this issue Nov 5, 2021 · 0 comments
Assignees

Comments

@eubinecto
Copy link
Member

eubinecto commented Nov 5, 2021

What?

전처리 로직 구현하기. TODO 표기된 부분만 구현하면 된다!

def augment(df: pd.DataFrame) -> pd.DataFrame:
# TODO implement augmentation.
return df
def parse(df: pd.DataFrame) -> pd.DataFrame:
"""
parse <em> ...</em> to [WISDOM].
:param df:
:return:
"""
# TODO: implement parsing
return df
def normalise(df: pd.DataFrame) -> pd.DataFrame:
"""
1. normalise the emoticons.
2. normalise the spacings.
3. normalise grammatical errors.
:param df:
:return:
"""
# TODO: implement normalisation
return df
def upsample(df: pd.DataFrame) -> pd.DataFrame:
# TODO: implement upsampling
return df

Why?

...

To-do's

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants