UNKNOWN
Project description
Introduction
The package aims at findng core terms, brand, and descriptions from a product title from e-commerce websites.
> Example: product title: ‘Makibes Unisex Red LED Digital Band Wrist Watch’)
product core term: ‘watch’ product brand name: ‘makibes’ Descriptions: ‘unisex red led digital band wrist’
Usage
$ python >>> from product_tagger import tag_product >>> tag_product(‘Makibes Unisex Red LED Digital Band Wrist Watch’) (u’watch’, u’makibes’, u’unisex red led digital band wrist’)
The tagger can also be called in a shell
$ cd product_tagger $ python product_tagger.py ‘Makibes Unisex Red LED Digital Band Wrist Watch’ =========== (‘Core term: ‘, u’watch’) (‘Brand: ‘, u’makibes’) (‘Discriptions: ‘, u’unisex red led digital band wrist’)
Requirements
Python >=2.7 or >=3.3
nltk >=3.2.1
requests >= 2.8.1
lxml
xlrd
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file product_tagger-0.104.tar.gz.
File metadata
- Download URL: product_tagger-0.104.tar.gz
- Upload date:
- Size: 378.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbbc62fc3d6497cd917d5088e02c0a9098bb1a9b47f268047ac6df7e9c673d24
|
|
| MD5 |
5edeca9cf86291df0ee88a641202465e
|
|
| BLAKE2b-256 |
3fbe48cb757b517f9c439009c0ad0da3b2397c748b3b86517bf49fb5fccb62eb
|