Closed GoogleCodeExporter closed 8 years ago
Sorry my bad, i found it at sources, I have implemented etvsm, and trying to
classify 23,000 of my products with UNSPSC commodities.
I have to match my products title and product description (key words) with
appropirate UNSPSC commodity . For this
I have added all the 36,000 UNSPSC commodities to
ontology.dumpWNSynsetMF(unspsc.getCommodityTitle());
etvsm.addDocument(String.valueOf(unspsc.getCommodityId())
,unspsc.getCommodityTitle
() , false);
and call the method
searchList = etvsm.searchFull(product.getProductTitle(), 0, 10);
so that I would get the search results (commodities) matching my product title.
But I think i may be missing some thing as when I loaded all the 36,000 UNSPSC
commodities into ontology and etvsm documents and search my 3,000 products one
by
one, in most of the cases the search did not return the results,
for e.g
I opened the etvsm.document table I found "Furniture set" in the doc_text
column and
when I search "Furniture" it does not returns any search results.
Can You tell me any work arounds or may be I am missing some thing???
I would remain thank ful to u.
Thanks
Syed Saulat Rizvi
Original comment by saulat.r...@gmail.com
on 11 Feb 2009 at 7:18
Original comment by artem.po...@gmail.com
on 16 Feb 2009 at 10:19
Can someone help me - I am trying to use an autoclassification tool for a
selection of data to UNSPSC - is this
something that has been done with this? if so has anyone used unspsc
classification successfully with the tool?
and can it learn?
Original comment by paddy.la...@gmail.com
on 30 Jul 2009 at 2:55
Original issue reported on code.google.com by
saulat.r...@gmail.com
on 9 Feb 2009 at 5:35