Seeds not recognized by textcat.teach

Yes, it should say "Pattern" and the pattern ID (line number of the pattern in your patterns file) in the bottom right corner now. If you're only seeing the score and no patterns reference, the suggestion comes from the model.

If you're not seeing any pattern matches, the most common explanation is that the patterns don't match – for example, because the tokens they describe don't match the actual tokenization. A quick way to test your patterns is to use a recipe like ner.match, wich will just stream in the matches with no model suggestions. If nothing is matched, the patterns don't apply. You might also find our matcher demo useful (see link above), which lets you build and test match patterns interarctively.