AIdeaText commited on
Commit
d08e826
·
verified ·
1 Parent(s): 2d075b0

Update modules/text_analysis/semantic_analysis.py

Browse files
modules/text_analysis/semantic_analysis.py CHANGED
@@ -123,7 +123,7 @@ CUSTOM_STOPWORDS = {
123
  'whom', 'whose', 'there', 'here', 'just', 'only',
124
  # Symbols and special characters
125
  '#', '@', '/', '*', '+', '-', '=', '$', '%'
126
- ],
127
  'fr': {
128
  # Articles
129
  'le', 'la', 'les', 'un', 'une', 'des',
 
123
  'whom', 'whose', 'there', 'here', 'just', 'only',
124
  # Symbols and special characters
125
  '#', '@', '/', '*', '+', '-', '=', '$', '%'
126
+ },
127
  'fr': {
128
  # Articles
129
  'le', 'la', 'les', 'un', 'une', 'des',