Add a custom language to spacy #10827
Replies: 1 comment 3 replies
-
Sorry you're having trouble with this. To be clear, do you want to create this language for your own use, or add it to the main spaCy repo? What were you specifically unable to do, and did you get an error? If you just want to use the language in your program, your code should be mostly fine, you just don't need the If you want to add it to spaCy directly, in general the right way to add a language is to copy an existing one that's similar and modify the files as required. In this case you could put your source files in a directory called |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a custom langauge(Luganda from Uganda) to spacy and am facing difficulties to use the provided sources. so far i have the init.py file ,stopwords and lexical attributes file ready but i cannot figure out how to add it to spacy. Below is the inti.py file
Beta Was this translation helpful? Give feedback.
All reactions