| commit | 3cf08c766f4454dd739bc4bce06da626f5337b6e | [log] [tgz] |
|---|---|---|
| author | Nils Diewald <nils@diewald-online.de> | Mon Dec 16 20:31:10 2013 +0000 |
| committer | Nils Diewald <nils@diewald-online.de> | Mon Dec 16 20:31:10 2013 +0000 |
| tree | 38be5fab2c904eb6a4b6e43197fb21777c13af35 | |
| parent | 38b3b5a97aa38af4e1cba3303a0e6f7de5b82549 [diff] [blame] |
Fixed primary data problems, speedup using moar C and now provide layer info
diff --git a/lib/KorAP/Index/Mate/Morpho.pm b/lib/KorAP/Index/Mate/Morpho.pm index 55ecbbc..663224a 100644 --- a/lib/KorAP/Index/Mate/Morpho.pm +++ b/lib/KorAP/Index/Mate/Morpho.pm
@@ -49,5 +49,8 @@ return 1; }; +sub layer_info { + ['mate/l=lemma', 'mate/p=pos', 'mate/m=msd'] +} 1;