kawu / crf-chain1-constrained

First-order, linear-chain conditional random fields with position-wise constraints over label values
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Explicit (Feature -> Ix) map not needed for tagging #2

Open kawu opened 10 years ago

kawu commented 10 years ago

The (Feature -> Ix) map is used during the training process, but it is not needed for label tagging. It would be great if we could (optionally) get rid of the map, because it probably takes a lot of memory. To consider: