1 2 3 4 5 6 7 8
"""Mapping to and from word pieces.""" from pathlib import Path class WordPieces: def __init__(self) -> None: pass