turkish-spacy-models icon indicating copy to clipboard operation
turkish-spacy-models copied to clipboard

Repo for spaCy Turkish model development.

Results 2 turkish-spacy-models issues
Sort by recently updated
recently updated
newest added

Hi there, Thanks for your amazing work! Is there any plan to support Spacy 3.6? We would love to use your spacy pipelines for POSTagging but it seems your existing...

Hi! First of all, thank you for this amazing repo :) While spending time with the medium model, I noticed this: ``` >>> import spacy >>> nlp = spacy.load("tr_core_news_md") >>>...