mkabbasi / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

CrfSuite wrapper #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[from Martin Riedl]

I developed a wrapper for the CrfSuite using the cleartk-framework.  As 
CrfSuite is a C++ application I added the binaries for Windows, Linux and for 
OSX. If there are any problems with this binary, the CrfSuite can also be 
installed locally on the system.  This wrapper has been used by about 14 
persons using different operation systems without any major problems.

The CrfSuite implementations outperforms the MalletCrf by speed and also
by the classification results.  I'd like to contribute my Maven package to the 
ClearTk framework, so a larger community could gain from this package.

Original issue reported on code.google.com by phi...@ogren.info on 29 Jan 2012 at 7:11

GoogleCodeExporter commented 9 years ago
Added back in r3900. A few issues remain (Issue 295 and Issue 314) but I'm 
going to close this one since the basic code is all there now.

Original comment by steven.b...@gmail.com on 20 Jul 2012 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 5 Aug 2012 at 8:44

GoogleCodeExporter commented 9 years ago
Hi Martin,

Now I need to convert  ACE 2005, CoNLL 2003 to CRF++ input format:
I don't know if your CrfSuite could help to do this? Can you give me a 
suggestion to solve my task in a convenient way?

Many thanks!
Goerge

Original comment by vuongdao...@gmail.com on 2 Apr 2013 at 3:07

GoogleCodeExporter commented 9 years ago
Hi George,

the CrfSuite (http://www.chokkan.org/software/crfsuite/tutorial.html) has a 
different format than the one used in CRF++ 
(http://crfpp.googlecode.com/svn/trunk/doc/index.html#usage). Please refer 
directly to the CrfSuite page, as this is just a Wrapper for ClearTk to use the 
CrfSuite. On the CRF++ page also the format is described (which is actually the 
CoNNL format).

Regards
Martin

Original comment by riedl...@googlemail.com on 8 Apr 2013 at 7:11