spaCy Project: Part-of-speech Tagging & Dependency Parsing questions #9854
-
I have 3 questions regarding the spaCy tagger_parser project located here Github repo
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0
to enable GPU 0. The GPU settings aren't in the config file at all, since you might want to use the same config for training with/without GPU.pythainlp
with the built-inThaiTokenizer
. spacy doesn't currently include a trainable tokenizer, but some languages have options to use external trainable tokenizers likepkuseg
(Chinese) orsudachipy
(Japanese). For any other options, you'd need to implement a custom tokenizer and train it outside of spacy.