Skip to content

Commit

Permalink
refactor: fox typing for settings management
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanschild committed Nov 16, 2023
1 parent 1e5218b commit faff065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def default_PreprocessingSettingsModel() -> PreprocessingSettingsModel:
apply_stopwords_deletion=False,
apply_parsing_filter=False,
apply_lemmatization=False,
spacy_language_model="fr_core_news_md",
spacy_language_model=PreprocessingSpacyLanguageModel.FR_CORE_NEWS_MD,
)


Expand Down

0 comments on commit faff065

Please sign in to comment.