mocaccino | : musical_score : where magic | Continous Integration library
kandi X-RAY | mocaccino Summary
kandi X-RAY | mocaccino Summary
This repository contains GitHub Actions to build MocaccinoOS ISOs. The CI will deploy from master the iso built in the mocaccino minio instance.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mocaccino
mocaccino Key Features
mocaccino Examples and Code Snippets
Community Discussions
Trending Discussions on mocaccino
QUESTION
I have a database with supermarket product items(it contains name, descriptions, price, stock, etc).
I want to make a price comparison between those supermarkets, but, for that i need to know if supermarket A and B refers to the same product.
For example I found out that supermarket A has a product called Leche Evaporada GLORIA Azul Paquete 6un Lata 400g
and supermarket B has a product named Leche Evaporada Gloria Azul Pack 6 Unid x 400 g
and those refers to the same product.
I pointed out that I will need to have semantic comparison for those cases. I'm new in this problems so I don't really know what is the best solution to not underestimate the problem or overkill it.
What I'm doing right now with not so great results:
- I'm only using product names.
- Remove stop words from those product names.
- Convert the sentence in an array of words.
- Get frequency for every word.
- If a word has frequency <= 1, then delete it.
- With that words I create a dictionary(bag of words) that i will use to map an array of words(a sentence converted) to a feature vector.
- Then I "train" a TFIDF model with all feature vectors.
- Make comparisons(with no great results).
I'm using python as LP and gensim to create models, dictionaries(bag of word) and to make comparisons.
EDIT: Another examples:
...ANSWER
Answered 2020-Mar-17 at 15:02I think a good solution for this problem would be that you compare the products based on a similarity score. For instance, I would use the Jaro-Winkler distance to compare two product descriptions and if the descriptions match to a defined threshold, I would compare the prices.
QUESTION
i need to get the product code,price and stock for calculation on the txt file that contain
...ANSWER
Answered 2017-Mar-17 at 02:11if you want to iterate throught those values you can make it like this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mocaccino
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page