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 806b315 commit 406ecd8Copy full SHA for 406ecd8
gradle.properties
@@ -1,4 +1,4 @@
1
-unitytranslate_version = 0.3.1
+unitytranslate_version = 0.3.2
2
3
# This isn't actually used in the download process, however it's used for the sake of caching the downloaded files.
4
# https://github.com/OpenNMT/CTranslate2/blob/master/python/ctranslate2/version.py
native/src/bpe.rs
@@ -142,7 +142,7 @@ impl Default for BPEConstants {
142
).as_str()).unwrap(),
143
144
IS_CURRENCY_SYMBOL: Regex::new(
145
- format!(r"^[{}\(\[\{{\¿\¡]+$", IS_SC).as_str()
+ format!(r"^[({}\[{{¿¡]+$", IS_SC).as_str()
146
).unwrap(),
147
IS_ENGLISH_CONTRACTION: Regex::new(
148
format!(r"^['][{}]", IS_ALPHA).as_str()
0 commit comments