mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Update scalafmt to 2.5.1 + scalafmtAll
This commit is contained in:
@ -49,9 +49,10 @@ object TextAnalyser {
|
||||
StanfordNerClassifier.nerAnnotate(lang)(text)
|
||||
}
|
||||
|
||||
private def contactNer(text: String): F[Vector[NerLabel]] = Sync[F].delay {
|
||||
Contact.annotate(text)
|
||||
}
|
||||
private def contactNer(text: String): F[Vector[NerLabel]] =
|
||||
Sync[F].delay {
|
||||
Contact.annotate(text)
|
||||
}
|
||||
|
||||
private def dateNer(lang: Language, text: String): F[Vector[NerDateLabel]] =
|
||||
Sync[F].delay {
|
||||
|
Reference in New Issue
Block a user