Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

2.10 小结

本章介绍了语言处理中词元与词元化的基本概念。我们讨论了词、语素和字符这些语言学层次,介绍了 Unicode 码点与 UTF-8 编码、用于词元化的 BPE 算法、正则表达式,以及用于比较字符串的最小编辑距离算法。下面总结这些内容的要点: