fangfangli / cleartk

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

NGram / Frequency queries like DKPro #293

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was looking at the DKPro functionality, and I saw this page about how to work 
with NGrams in DKPro
http://code.google.com/p/dkpro-core-asl/wiki/WorkingWithNGrams

While we have all of this functionality wrapped up in feature extractors, 
sometimes it's nice to just work with the raw ngrams.  So the question for this 
issue is should we be implementing our own version of components like 
NGramIterable and FrequencyCountProvider in ClearTK?

Of course if we shared a common type system, we could just use the DKPro 
utilities directly.

Original issue reported on code.google.com by lee.becker on 2 Mar 2012 at 3:10

GoogleCodeExporter commented 9 years ago
The resources should be type-agnostic, so you should be able to use that as you 
like in ClearTK. You should be able to use the Web1tFormatWriter with ClearTK 
as well, just make sure you set the mandatory PARAM_INPUT_TYPES (which seems 
not to have been mandatory at the time the example liked above had been 
written).

Original comment by richard.eckart on 19 Jul 2012 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 3 May 2013 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by phi...@ogren.info on 15 Mar 2014 at 5:41