[ 
https://issues.apache.org/jira/browse/MAHOUT-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated MAHOUT-415:
-----------------------------

    Affects Version/s: 0.5
                       0.4
        Fix Version/s: 0.6
               Labels: bloom-filter filter index lucene  (was: )

> Lucene filter for Collocations
> ------------------------------
>
>                 Key: MAHOUT-415
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-415
>             Project: Mahout
>          Issue Type: New Feature
>    Affects Versions: 0.3, 0.4, 0.5
>            Reporter: Drew Farris
>            Assignee: Drew Farris
>              Labels: bloom-filter, filter, index, lucene
>             Fix For: 0.6
>
>         Attachments: MAHOUT-415.patch
>
>
> Collocations generated using Mahout could be used to form a whitelist of 
> terms to index into a Lucene index. This patch will provide a way to generate 
> a serialized BloomFilter from CollocationsOutput and a Lucene filter that 
> will take a BloomFilter and emit tokens that are members of that filter. This 
> would allow a set of interesting collocations to be pre-computed for a corpus 
> and then allow the documents to be indexed using only those collocations.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to