(ctx context.Context, text string)
| 39 | // core/services/routing/piidetector). |
| 40 | type TokenClassifier interface { |
| 41 | TokenClassify(ctx context.Context, text string) ([]TokenEntity, error) |
| 42 | } |
| 43 | |
| 44 | // NewTokenClassifier binds (loader, modelConfig, appConfig) into a |
no outgoing calls
no test coverage detected