Skip to content

This is used for Extracting Attributes and Values Pairs from product descriptions.

Notifications You must be signed in to change notification settings

vamsilnm/Attribute-Value-Extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attribute-Value-Extraction

This is used for Extracting Attributes and Values Pairs from product descriptions.

For Example if there is a description like "The weight of mobile is 155 gms", So the main aim of this project is to extract weight as attribute and 150 gms as value.

For this I have used Naive Bayes classifier for building the model and features as words with context-window of size 4 and pos tagging for the same.

I have used Expectation Maximization algorithm after building a basic model. naive_bayes_implementation_mobiles_modified.py is file to look for.

The challenge here which i faced is descriptions are so noisy and the seed data genaration became difficult.

About

This is used for Extracting Attributes and Values Pairs from product descriptions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages