Commit Graph

13 Commits

Author SHA1 Message Date
tsukumi
f8f798d10a Refactor: moved text/ to style_bert_vits2/text_processing/(language)/ 2024-03-07 04:48:11 +00:00
tsukumi
c3c0dd8b32 Refactor: add style_bert_vits2/text_processing/bert_models.py to hold loaded BERT models/tokenizer and replace all from_pretrained() to load_model/load_tokenizer 2024-03-07 03:31:38 +00:00
tsukumi
46c83cf89a Refactor: moved the user dictionary implementation ported from VOICEVOX to style_bert_vits2/text_processing/japanese/user_dict/ 2024-03-06 22:16:42 +00:00
tsukumi
918d168ae7 Refactor: rewrote Japanese natural language processing code imported from server_editor.py
The logic has not been changed, only renaming, splitting and moving modules on a per-function basis.
Existing code will be left in place for the time being to avoid breaking the training code, which is not subject to refactoring this time.
2024-03-06 20:56:21 +00:00
litagin02
ebea1be519 Refactor and improve: handling with yomi error, add preprocess options 2024-02-27 13:37:24 +09:00
litagin02
8caa895a6f Maybe v2.3 2024-02-26 15:10:00 +09:00
litagin02
a6ae2bd15a Add text_normalize api 2024-02-26 01:49:06 +09:00
litagin02
f749950be2 Update 2024-02-25 22:28:02 +09:00
litagin02
e76dca6fbb Update dict api 2024-02-25 13:15:00 +09:00
litagin02
1dac495be1 Add line length count limit option 2024-02-23 21:39:21 +09:00
litagin02
20b3326b79 Update editor server 2024-02-23 20:34:16 +09:00
litagin02
337ca71ec2 Add downloading front build zip 2024-02-23 16:19:15 +09:00
litagin02
e16cdad6e9 Feat: add editor server backend 2024-02-23 13:21:14 +09:00