SlideShare a Scribd company logo
1 of 38
Download to read offline
+
Fine-Grained Location Extraction from
Tweets with Temporal Awareness
2014/3/13 (Fri.)
Chang Wei-Yuan @ MakeLab Group Meeting
Chenliang Li, Aixin Sun
SIGIR‘14
+
Outline
n Introduction
n Problem Definition
n Method:PETAR
n  POI inventory
n  Data analysis and observations
n  Time-aware POI tagger
n Experiment
n Conclusion
n Thought
2
+
Outline
n Introduction
n Problem Definition
n Method:PETAR
n  POI inventory
n  Data analysis and observations
n  Time-aware POI tagger
n Experiment
n Conclusion
n Thought
3
+
Introduction
n Twitter has Large volume of timely data
n Social and business value.
n Users casually or implicitly reveal their
locations and short term visiting plans.
4
+
Outline
n Introduction
n Problem Definition
n Method:PETAR
n  POI inventory
n  Data analysis and observations
n  Time-aware POI tagger
n Experiment
n Conclusion
n Thought
5
+
Problem Definition
n Given:
n a tweet t published by a user from a
predefined geographical region
n a set of temporal awareness label
n  c ∈ { past, present, future, non-temporal }
n Goal:
n extract all POI and temporal awareness label
pairs from t.
n  ( POI name, temporal awareness label )
6
+
Challenges
n Predominate usage of short names or
informal abbreviations
n Many POI names are ambiguous
7
+
Outline
n Introduction
n Problem Definition
n Method:PETAR
n  POI inventory
n  Data analysis and observations
n  Time-aware POI tagger
n Experiment
n Conclusion
n Thought
8
+
Overview
9
+
POI inventory
n The POI inventory is constructed by
extracting the POI names mentioned
n Foursquare check-in from tweets.
10
+
POI inventory
n 239,499 Foursquare check-in tweets
made by Singaporean users
n POI names are extracted by applying
handcrafted rules, Regexp
11
+
POI inventory
n Partial POI names are extracted by
taking all the sub-sequences of the
names.
12
+
Data analysis and observations
n Data set
n 4.33M tweets from 19,256 unique Singapore-
based users during June 2010
n 222,201 tweets mentions at least one
candidate POI name from by 13,758 unique
users.
13
+
Data analysis and observations
n Observation 1
Many users reveal their fine-grained locations
in their tweets.
n 71.4% of all users in the dataset
n 91.3% of the users who had published at
least 20 tweets
14
+
Data analysis and observations
n Observation 2
The candidate POI mentions are mostly very
short with one or two words. Many of the
mentions are partial location names.
n 46.7% of the candidate POI names are
unigrams
n 41.6%+ of the candidate POI names are
partial POI names
15
+
Data analysis and observations
n Observation 3
About half of the candidate POI mentions
indeed refer to locations and their associated
temporal awareness can be determined.
16
+
Data analysis and observations
n Observation 3
About half of the candidate POI mentions
indeed refer to locations and their associated
temporal awareness can be determined.
17
+
Data analysis and observations
n Observation 4
Among all POIs that were visited, or to be
visited, about 90% of the visits to these POIs
happen within a day.
18
+
Time-aware POI tagger
n Simultaneously disambiguate the
candidate POI mentions and resolve the
temporal awareness
19
+
Time-aware POI tagger
n Lexical features
n Basic: word itself, lowercase form, all-cap …
n Contextual: context window, preceding,
following
n Off to jp now ! Hope it DOESN’t rain
n Off to jp now ! Hope it DOESN’t rain
n Off to jp now ! Hope it DOESN’t rain
20
+
Time-aware POI tagger
n Grammatical Features
n Part-of-speech (POS)
n The time-trend score T(t) of the tweet
n The closest verb/time-trend word
n  its time-trend score, distance, left/right-hand side
indicator
21
+
Time-aware POI tagger
n a dictionary D of time-trend words,
containing commonly used words with
manually assigned time-trend scores
n D = { “future”:1, “present”:0, “past”:-1, “is”:0,
“was”:-1 … }
n a tweet t: “Soccer fever at mac now!”
n Is w ∈ t matching an entry in D?
n Considering tags of Verbs.
22
+
Time-aware POI tagger
n Geographical Features
n Spatial randomness.
n Location name confidence.
n Multiple candidate POI mention.
23
+
Time-aware POI tagger
n Geographical Features
n Spatial randomness : POI name entorpy
n Location name confidence.
n Multiple candidate POI mention.
24
+
Time-aware POI tagger
n Geographical Features
n Spatial randomness.
n Location name confidence.
n Multiple candidate POI mention.
25
+
Time-aware POI tagger
n Geographical Features
n Spatial randomness. – entorpy/identifiability
n Location name confidence. – count
n Multiple candidate POI mention.
26
+
Time-aware POI tagger
n BILOU Schema Features
n Identify Beginning, Inside and Last word of a
multi-word POI name, and Unit-length POI
name, and the words Outside of any POI
names
27
+
Outline
n Introduction
n Problem Definition
n Method:PETAR
n  POI inventory
n  Data analysis and observations
n  Time-aware POI tagger
n Experiment
n Conclusion
n Thought
28
+
Experiment
n Experiment Setup
n  manually annotated 4,000 tweets as ground truth
n Comparative Methods
n  Random Annotation (RA)
n  K-Nearest Neighbor (KNN)
n  StanfordNER (CRF-Classifier)
29
+
Experiment: results
n POI extraction with temporal awareness
n Disambiguating POIs (ignoring temporal
awareness)
30
+
Experiment: feature analysis
n Lex features are better for POI mention
disambiguation
n Gra features are better for resolving
temporal awareness
31
+
Experiment
n Lex + Gra features are better in most
cases
32
+
Outline
n Introduction
n Problem Definition
n Method:PETAR
n  POI inventory
n  Data analysis and observations
n  Time-aware POI tagger
n Experiment
n Conclusion
n Thought
33
+
Conclusion
n PETAR facilitate the fine-grained location-
based services/marketing and
personalization.
n a POI inventory exploits the crowd wisdom
of Foursquare community to enable fine-
grained location extraction.
n a time-aware POI tagger conducts the
location extraction and temporal
awareness resolution in an effective and
efficient way.
34
+
Outline
n Introduction
n Problem Definition
n Method:PETAR
n  POI inventory
n  Data analysis and observations
n  Time-aware POI tagger
n Experiment
n Conclusion
n Thought
35
+
Thought 1
n Location Extraction with Temporal
Awareness
n Activities Extraction with Temporal
Awareness
36
+
Thought 2
37
+
Thanks for listening.
2014 / 3 / 13 (Fri.) @ MakeLab Group Meeting
v123582@gmail.com

More Related Content

Viewers also liked

On the Ground Validation of Online Diagnosis with Twitter and Medical Records
On the Ground Validation of Online Diagnosis with Twitter and Medical RecordsOn the Ground Validation of Online Diagnosis with Twitter and Medical Records
On the Ground Validation of Online Diagnosis with Twitter and Medical RecordsWei-Yuan Chang
 
Data mining with differential privacy
Data mining with differential privacy Data mining with differential privacy
Data mining with differential privacy Wei-Yuan Chang
 
Eears (earthquake alert and report system) a real time decision support syst...
Eears (earthquake alert and report system)  a real time decision support syst...Eears (earthquake alert and report system)  a real time decision support syst...
Eears (earthquake alert and report system) a real time decision support syst...Wei-Yuan Chang
 
Extending faceted search to the general web
Extending faceted search to the general webExtending faceted search to the general web
Extending faceted search to the general webWei-Yuan Chang
 
10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTH
10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTH10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTH
10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTHAutoPilot Your Buiness
 
Practical Lessons from Predicting Clicks on Ads at Facebook
Practical Lessons from Predicting Clicks on Ads at FacebookPractical Lessons from Predicting Clicks on Ads at Facebook
Practical Lessons from Predicting Clicks on Ads at FacebookWei-Yuan Chang
 
Reading workshop power point 1st grade
Reading workshop power point 1st gradeReading workshop power point 1st grade
Reading workshop power point 1st gradeFieldmoose
 

Viewers also liked (12)

How to use blab
How to use blabHow to use blab
How to use blab
 
On the Ground Validation of Online Diagnosis with Twitter and Medical Records
On the Ground Validation of Online Diagnosis with Twitter and Medical RecordsOn the Ground Validation of Online Diagnosis with Twitter and Medical Records
On the Ground Validation of Online Diagnosis with Twitter and Medical Records
 
Data mining with differential privacy
Data mining with differential privacy Data mining with differential privacy
Data mining with differential privacy
 
Eears (earthquake alert and report system) a real time decision support syst...
Eears (earthquake alert and report system)  a real time decision support syst...Eears (earthquake alert and report system)  a real time decision support syst...
Eears (earthquake alert and report system) a real time decision support syst...
 
Extending faceted search to the general web
Extending faceted search to the general webExtending faceted search to the general web
Extending faceted search to the general web
 
10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTH
10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTH10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTH
10 INSTAGRAM TIPS FOR SMALL BUSINESS GROWTH
 
Practical Lessons from Predicting Clicks on Ads at Facebook
Practical Lessons from Predicting Clicks on Ads at FacebookPractical Lessons from Predicting Clicks on Ads at Facebook
Practical Lessons from Predicting Clicks on Ads at Facebook
 
Reading workshop power point 1st grade
Reading workshop power point 1st gradeReading workshop power point 1st grade
Reading workshop power point 1st grade
 
Bénévoles engagés et motivés
Bénévoles engagés et motivésBénévoles engagés et motivés
Bénévoles engagés et motivés
 
Municipalité et logement abordable
Municipalité et logement abordable Municipalité et logement abordable
Municipalité et logement abordable
 
ALSBLNB Conférence 2014 Saint John Atelier A - Continuer notre mission et not...
ALSBLNB Conférence 2014 Saint John Atelier A - Continuer notre mission et not...ALSBLNB Conférence 2014 Saint John Atelier A - Continuer notre mission et not...
ALSBLNB Conférence 2014 Saint John Atelier A - Continuer notre mission et not...
 
Gestion de propriété
Gestion de propriétéGestion de propriété
Gestion de propriété
 

More from Wei-Yuan Chang

Python Fundamentals - Basic
Python Fundamentals - BasicPython Fundamentals - Basic
Python Fundamentals - BasicWei-Yuan Chang
 
Data Analysis with Python - Pandas | WeiYuan
Data Analysis with Python - Pandas | WeiYuanData Analysis with Python - Pandas | WeiYuan
Data Analysis with Python - Pandas | WeiYuanWei-Yuan Chang
 
Data Crawler using Python (I) | WeiYuan
Data Crawler using Python (I) | WeiYuanData Crawler using Python (I) | WeiYuan
Data Crawler using Python (I) | WeiYuanWei-Yuan Chang
 
Learning to Use Git | WeiYuan
Learning to Use Git | WeiYuanLearning to Use Git | WeiYuan
Learning to Use Git | WeiYuanWei-Yuan Chang
 
Scientific Computing with Python - NumPy | WeiYuan
Scientific Computing with Python - NumPy | WeiYuanScientific Computing with Python - NumPy | WeiYuan
Scientific Computing with Python - NumPy | WeiYuanWei-Yuan Chang
 
Basic Web Development | WeiYuan
Basic Web Development | WeiYuanBasic Web Development | WeiYuan
Basic Web Development | WeiYuanWei-Yuan Chang
 
資料視覺化 - D3 的第一堂課 | WeiYuan
資料視覺化 - D3 的第一堂課 | WeiYuan資料視覺化 - D3 的第一堂課 | WeiYuan
資料視覺化 - D3 的第一堂課 | WeiYuanWei-Yuan Chang
 
JavaScript Beginner Tutorial | WeiYuan
JavaScript Beginner Tutorial | WeiYuanJavaScript Beginner Tutorial | WeiYuan
JavaScript Beginner Tutorial | WeiYuanWei-Yuan Chang
 
Python fundamentals - basic | WeiYuan
Python fundamentals - basic | WeiYuanPython fundamentals - basic | WeiYuan
Python fundamentals - basic | WeiYuanWei-Yuan Chang
 
Introduce to PredictionIO
Introduce to PredictionIOIntroduce to PredictionIO
Introduce to PredictionIOWei-Yuan Chang
 

More from Wei-Yuan Chang (10)

Python Fundamentals - Basic
Python Fundamentals - BasicPython Fundamentals - Basic
Python Fundamentals - Basic
 
Data Analysis with Python - Pandas | WeiYuan
Data Analysis with Python - Pandas | WeiYuanData Analysis with Python - Pandas | WeiYuan
Data Analysis with Python - Pandas | WeiYuan
 
Data Crawler using Python (I) | WeiYuan
Data Crawler using Python (I) | WeiYuanData Crawler using Python (I) | WeiYuan
Data Crawler using Python (I) | WeiYuan
 
Learning to Use Git | WeiYuan
Learning to Use Git | WeiYuanLearning to Use Git | WeiYuan
Learning to Use Git | WeiYuan
 
Scientific Computing with Python - NumPy | WeiYuan
Scientific Computing with Python - NumPy | WeiYuanScientific Computing with Python - NumPy | WeiYuan
Scientific Computing with Python - NumPy | WeiYuan
 
Basic Web Development | WeiYuan
Basic Web Development | WeiYuanBasic Web Development | WeiYuan
Basic Web Development | WeiYuan
 
資料視覺化 - D3 的第一堂課 | WeiYuan
資料視覺化 - D3 的第一堂課 | WeiYuan資料視覺化 - D3 的第一堂課 | WeiYuan
資料視覺化 - D3 的第一堂課 | WeiYuan
 
JavaScript Beginner Tutorial | WeiYuan
JavaScript Beginner Tutorial | WeiYuanJavaScript Beginner Tutorial | WeiYuan
JavaScript Beginner Tutorial | WeiYuan
 
Python fundamentals - basic | WeiYuan
Python fundamentals - basic | WeiYuanPython fundamentals - basic | WeiYuan
Python fundamentals - basic | WeiYuan
 
Introduce to PredictionIO
Introduce to PredictionIOIntroduce to PredictionIO
Introduce to PredictionIO
 

Recently uploaded

办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 

Recently uploaded (20)

办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 

Fine Grained Location Extraction from Tweets with Temporal Awareness