mirror of
https://github.com/codelucas/newspaper.git
synced 2025-12-23 05:36:50 +00:00
Merge pull request #373 from tseste/master
Added Greek language support
This commit is contained in:
commit
c474a89bbb
3 changed files with 1081 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ Features
|
|||
id Indonesian
|
||||
vi Vietnamese
|
||||
tr Turkish
|
||||
el Greek
|
||||
|
||||
|
||||
Get it now
|
||||
|
|
|
|||
1079
newspaper/resources/text/stopwords-el.txt
Normal file
1079
newspaper/resources/text/stopwords-el.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -376,6 +376,7 @@ def print_available_languages():
|
|||
'vi': 'Vietnamese',
|
||||
'mk': 'Macedonian',
|
||||
'tr': 'Turkish',
|
||||
'el': 'Greek'
|
||||
}
|
||||
|
||||
codes = get_available_languages()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue