

Our team partners with brands to help find the best way forward and identify a strategy that aligns with their goals and what audiences resonate with today – this latest Index is a continuation of our commitment to helping companies find success in the influencer marketing space.” “With stringent requirements and responsible drinking guidelines, marketing teams are navigating a variety of considerations that can impact their campaigns. “While it’s clear that influencers are a prominent strategy for alcoholic beverage brands, it’s critical that companies understand the unique challenges and opportunities of the space today,” said Dave Dickman, CEO at Tagger Media. This study aims to highlight today's trends and opportunities for brands to gain traction through influencer partnerships. With this volume of posts, it can be hard for companies to stand out.

More than 25,500 influencers shared 168,000 posts promoting alcoholic beverages. The Index reveals that influencer marketing efforts are a dominant strategy for beverage brands. SANTA MONICA, Calif.-( BUSINESS WIRE)- Tagger Media, the global technology leader powering influencer marketing and social intelligence, today releases its Alcoholic Beverage Influencer Marketing Index, which identifies trends in influencer marketing for the 2023 Winter and Spring months. country_mentionsĪnd most commonly mentioned cities entities2. Hence, most commonly mentioned countries entities2. Now, if we want to check how many times a place has been mentioned or most common places which have been mentioned in the whole page of the URL, we can have an idea about what location that page is talking about Similarly, It can grab places from urls too, URL = '' entities2 = locationtagger. But the remaining words (not recognized as place name) will be stored in other. Whatever words nltk & spacy both grabbed from the original text as named entity, most of them are stored in cities, regions & countries. country_regionsĪnd obviously, we'll put these regions in other_regions since they are not present in original text, entities. citiesĪpart from above places extracted from the text, we can also find the countries where these extracted cities, regions belong to, entities. Now we can grab all the place names present in above text, entities.
#Tagger media location install
locationtagger is a further process of tagging & filter out place names (locations) amongst all the entities found with NER.Īpproach followed is given below in the picture īut before we install the package, we need to install some useful libraries given below,Īfter installing these packages, there are some important nltk & spacy modules that need to be downloaded using commands given in /locationtagger/bin/locationtagger-nltk-spacy on IPython shell or Jupyter notebook.Īfter proper installation of the package, import the module and give some text/URL as input Text as input import locationtagger text = "Unlike India and Japan, A winter weather advisory remains in effect through 5 PM along and east of a line from Blue Earth, to Red Wing line in Minnesota and continuing to along an Ellsworth, to Menomonie, and Chippewa Falls line in Wisconsin." entities = locationtagger. An entity extracted from NER can be a name of person, place, organization or product. NER ( Named Entity Recognition) is one of the best & frequently needed tasks in real-world problems of text mining that follows some grammer-based rules & statistical modelling approaches. In the field of Natural Lauguage Processing, many algorithms have been derived for different types of syntactic & semantic analysis of the textual data.

Also, find relationships among countries, regions & cities. Detect and extract locations (Countries, Regions/States & Cities) from text or URL.
