wolfe-pack / wolfe

Wolfe Language and Engine
https://wolfe-pack.github.io/wolfe
Apache License 2.0
135 stars 17 forks source link

Linear Chain classifier #139

Open riedelcastro opened 9 years ago

riedelcastro commented 9 years ago

Design a simple wrapper around linear chain model, in the spirit of

https://github.com/wolfe-pack/wolfe/blob/dev/wolfe-core/src/main/scala/ml/wolfe/model/LinearClassifier.scala

Test on conll chunking?

riedelcastro commented 9 years ago

There now is a stub for this:

https://github.com/wolfe-pack/wolfe/blob/dev/wolfe-examples/src/main/scala/ml/wolfe/model/LinearChain.scala

Maybe Ingolf (with help from @insperatum ) can look at this?