We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effe3b7 commit f3bc46eCopy full SHA for f3bc46e
pythainlp/util/normalize.py
@@ -4,7 +4,6 @@
4
"""
5
import re
6
from typing import List, Union
7
-import warnings
8
9
from pythainlp import thai_above_vowels as above_v
10
from pythainlp import thai_below_vowels as below_v
pythainlp/util/time.py
Convert time string or time object to Thai words.
from datetime import datetime, time
from typing import Union
pythainlp/wangchanberta/postag.py
import warnings
from transformers import (
CamembertTokenizer,
- AutoTokenizer,
pipeline,
)
0 commit comments