mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Updating stanford corenlp to 4.3.2; adding more languages
There are models for Spanish, that have been added now. Also the Hungarian language has been added to the list of supported languages (for tesseract mainly, no nlp models)
This commit is contained in:
@ -127,7 +127,13 @@ object SolrSetup {
|
||||
"Add hebrew content field",
|
||||
addContentField(Language.Hebrew)
|
||||
),
|
||||
SolrMigration.reIndexAll(18, "Re-Index after adding hebrew content field")
|
||||
SolrMigration.reIndexAll(18, "Re-Index after adding hebrew content field"),
|
||||
SolrMigration[F](
|
||||
19,
|
||||
"Add hungarian",
|
||||
addContentField(Language.Hungarian)
|
||||
),
|
||||
SolrMigration.reIndexAll(20, "Re-Index after adding hungarian content field")
|
||||
)
|
||||
|
||||
def addFolderField: F[Unit] =
|
||||
|
Reference in New Issue
Block a user