mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Remove obsolete type capabilities
These are now detected by the new scala compiler and lead to compile errors.
This commit is contained in:
@ -82,7 +82,7 @@ object TextAnalyser {
|
||||
|
||||
/** Provides the nlp pipeline based on the configuration. */
|
||||
private object Nlp {
|
||||
def apply[F[_]: Concurrent: Timer: BracketThrow](
|
||||
def apply[F[_]: Concurrent: Timer](
|
||||
cfg: TextAnalysisConfig.NlpConfig
|
||||
): F[Input[F] => F[Vector[NerLabel]]] =
|
||||
cfg.mode match {
|
||||
|
Reference in New Issue
Block a user