korcen 0.3.14__tar.gz → 0.3.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: korcen
3
- Version: 0.3.14
3
+ Version: 0.3.15
4
4
  Summary: 한국어 비속어 검열
5
5
  Home-page: https://github.com/KR-korcen/korcen
6
6
  Author: Tanat
@@ -361,7 +361,7 @@ def general(text:str, id: int=None):
361
361
  text = re.sub("있지", "", text)
362
362
  text = re.sub("없지", "", text)
363
363
  text = re.sub("하지", "", text)
364
- ext = re.sub('알았지', '', text)
364
+ text = re.sub('알았지', '', text)
365
365
  text = re.sub('몰랐지', '', text)
366
366
  text = re.sub('근데', '', text)
367
367
  text = re.sub('지근거', '', text)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: korcen
3
- Version: 0.3.14
3
+ Version: 0.3.15
4
4
  Summary: 한국어 비속어 검열
5
5
  Home-page: https://github.com/KR-korcen/korcen
6
6
  Author: Tanat
@@ -5,7 +5,7 @@ with open("README", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="korcen", # Replace with your own PyPI username(id)
8
- version="0.3.14",
8
+ version="0.3.15",
9
9
  author="Tanat",
10
10
  author_email="shrbwjd05@naver.com",
11
11
  description="한국어 비속어 검열",
File without changes
File without changes
File without changes