SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
MUSIC’s VULGAR AWARENESS

   SUBMIT TO DR. Dr.Choochart Haruechaiyasak

   By

   Tanakom Muangsakul            5122790124
   Thesis Denchartphan           5122790306
   Chayut Bhamornsuwan           5122790645
Abstract
Background and Motivation
        Nowadays, Internet is like the home that people can search any information that they required. We
are focus on lyrics searching and assessment of rates analysis. Some users are listening to the music from
radio and there are many people that know the lyrics of song but they don’t know the name. Our idea is to
provide them to find the song title from a little of lyrics content. And there are a tons of song that contain the
strong words and not suitable for children. So another idea of our project is to give some advises on that
music.
        The aim of this project is to search the song title from some phase of the lyrics and to rate the song
by detect the strong word in the lyric. This will help people who hate from hearing strong language or avoid
from children.

Domain and Data Sets
         Our source of information is the journal from International Society for Music Information Retrieval
Conference (ISMIR). This work compares some of the feature types most commonly used in related text
classification tasks.


Approaches or tools
             •   First, we create the web application that contains the lyrics data collection.
             •   Then we provide searching for the song from some of lyric’s phase.
             •   And we tag the strong words such as “fucking, fuck”, “ass, ass hole” .
             •   We recommend or rate the lyric that contain strong word.

          From the following topics that list above, we will use “Dreamweaver’s” to design the
interface and coding search engine algorithm. Another important part is server simulation, we
prefer “Appserv”.




                                                                                                                     2
User Inter Face



                      Search



               Search Algorithm                            Database




                Strong Word
             Detection Algorithm




               Result with Advice




SYETEM DESIGN

      This diagram is show how the system works. The top layer is provides the
source of information, middle layer is provide how the system thinks and the
bottom layer is show the result from search.
       First user will ask to input some information like song name or some part of
lyrics. After that the search engine will collect the result that has matched
information as input from the database and find the strong word by using “Strong
Word Detection Algorithm” then combine them to show as the result




                                                                                      3
Program Operation
             This program is use as music search engine and strong language
using advisor. The concept of this search engine is to help the user to find the
song name, lyrics and artist name from using some phrase of lyrics or the
name of the song. The user will asked to input the song name or some part of
lyrics to let the search engine start work. For example, If the user willing to
find “In The End”. He can directly input the name of the song or input some
phrase of the song in case of he doesn’t know the song name. The result will
show as this picture that contain Artist, Song name, Lyrics and strong
language comment at the bottom.




                                                                                   4
Idea of Program
            The main property of this search engine is divided in to 2 parts. First,
search part that will use the keywords that user input to find the result. Second,
strong word detection part that will compare the lyrics in the database with the
set of strong word (shit, fuck, bitch, fuckn all of these rely on php code) and show
the advice.
            We use php language to build this site and Dreamweaver to monitor
the interface before getting connect with the database. In database view we use
“phpMyAdmin” which is contained in Appserv package to build and control the
database. We use php because this kind of language is widely use in the world and
there are many of example that we can use to improve our site and it is easy to
develop in nearly future.
           Our site is provide friendly interface which is contain an icon that easy
for user to get access to any part of website.




                                    HOME SCREEN




                                               SEARCH SCREEN




                                                                                       5
Idea of Algorithm

        The main property of this search engine is divided in to 2 parts. First, search part that will use the
keywords that user input to find the result. Second, strong word detection part that will compare the lyrics in
the database with the set of strong word (shit, fuck, bitch, fuckn all of these rely on php code) and show the
advice.
           First part
            After we build the database, the easiest way that we have to call data from the data base is apply
the sql code in php page. We provide a box for user to input the keyword and program will collect this key
word as variation.




           From picture, we can see that the keyword is collect as variation in type of
“$_GET[‘’txtKeyword”]” and ready to use.
After we have the keyword, we use the key word to compare with the database. We also provide sql
to search this information from the database, too.




      From the picture, we can see that sql will match the key word with song and lyrics field that why we can
find the information from both lyrics phrase and song name. The program will collect the information in
“$strSQL” variable and able to use for another part.
After we have information from the database we will see how the program shows the result.




   From this line of code, the program will collect “$strSQL” in “$objQuery”. In case of there is nothing
matched with “$strSQL” the result will now show.




       From this picture, the program is using highlighted code and we can see that “$objResult” variable is
using to show the result of artist, song name and lyrics.
Second Part
      This part is use for matching the strong word and shows the advice. We will show how the code work.




     From picture, we define all of matching algorithm in to “$strgstrong” variable. After that result of
“$strstrong” will collected in “$result” for checking that does it has strong language or not.




   From picture, after we have “$result” variable. We will use it to check that does it has contained some
strong language or not by using this loop. If there are strong word The result will show as “There are some
Strong Language Provide In This Song !!!! ”. If not the result will show “No Strong Language Found !!!”
Problems and Limitation of Program
      -­‐ Because of some technical problem of php, we can’t use some special elements like ‘ , “ . If we use
          it the result may not come out or wrong.
      -­‐ Other language is not able to use in this program because of technical problem of UTF 8 encoding.

Weitere ähnliche Inhalte

Ähnlich wie MUSIC’s VULGAR AWARENESS

DeepSearch_Project_Report
DeepSearch_Project_ReportDeepSearch_Project_Report
DeepSearch_Project_ReportUrjit Patel
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxSurendra Gusain
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxSurendra Gusain
 
GDSC Machine Learning Session Presentation
GDSC Machine Learning Session PresentationGDSC Machine Learning Session Presentation
GDSC Machine Learning Session Presentationgdsclavasa
 
Dictionary project report.docx
Dictionary project report.docxDictionary project report.docx
Dictionary project report.docxkishoreadhikari2
 
sentimentanaly 2.pdf
sentimentanaly 2.pdfsentimentanaly 2.pdf
sentimentanaly 2.pdfvisheshs4
 
Sentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataSentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataHari Prasad
 
NEr using N-Gram techniqueppt
NEr using N-Gram techniquepptNEr using N-Gram techniqueppt
NEr using N-Gram techniquepptGyandeep Kansal
 
Module 9: Natural Language Processing Part 2
Module 9:  Natural Language Processing Part 2Module 9:  Natural Language Processing Part 2
Module 9: Natural Language Processing Part 2Sara Hooker
 
Hrms industrial training report
Hrms industrial training reportHrms industrial training report
Hrms industrial training reportNitesh Dubey
 
Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...IOSR Journals
 
Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...IOSR Journals
 
Movie Recommendation System.pptx
Movie Recommendation System.pptxMovie Recommendation System.pptx
Movie Recommendation System.pptxrandominfo
 
NLP based Mining on Movie Critics
NLP based Mining on Movie Critics NLP based Mining on Movie Critics
NLP based Mining on Movie Critics supraja reddy
 
unleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdf
unleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdfunleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdf
unleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdfData & Analytics Magazin
 

Ähnlich wie MUSIC’s VULGAR AWARENESS (20)

Demo day
Demo dayDemo day
Demo day
 
DeepSearch_Project_Report
DeepSearch_Project_ReportDeepSearch_Project_Report
DeepSearch_Project_Report
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docx
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docx
 
GDSC Machine Learning Session Presentation
GDSC Machine Learning Session PresentationGDSC Machine Learning Session Presentation
GDSC Machine Learning Session Presentation
 
GDSC BPIT ML Campaign.pptx
GDSC BPIT ML Campaign.pptxGDSC BPIT ML Campaign.pptx
GDSC BPIT ML Campaign.pptx
 
Dictionary project report.docx
Dictionary project report.docxDictionary project report.docx
Dictionary project report.docx
 
sentimentanaly 2.pdf
sentimentanaly 2.pdfsentimentanaly 2.pdf
sentimentanaly 2.pdf
 
Sentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataSentiment Analysis using Twitter Data
Sentiment Analysis using Twitter Data
 
NEr using N-Gram techniqueppt
NEr using N-Gram techniquepptNEr using N-Gram techniqueppt
NEr using N-Gram techniqueppt
 
Final ppt
Final pptFinal ppt
Final ppt
 
Module 9: Natural Language Processing Part 2
Module 9:  Natural Language Processing Part 2Module 9:  Natural Language Processing Part 2
Module 9: Natural Language Processing Part 2
 
FINAL REVIEW
FINAL REVIEWFINAL REVIEW
FINAL REVIEW
 
Hrms industrial training report
Hrms industrial training reportHrms industrial training report
Hrms industrial training report
 
Presentation on SEO, .htaccess, Open-source, Ontology, Semantic web, etc.
Presentation on SEO, .htaccess, Open-source, Ontology, Semantic web, etc.Presentation on SEO, .htaccess, Open-source, Ontology, Semantic web, etc.
Presentation on SEO, .htaccess, Open-source, Ontology, Semantic web, etc.
 
Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...
 
Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...
 
Movie Recommendation System.pptx
Movie Recommendation System.pptxMovie Recommendation System.pptx
Movie Recommendation System.pptx
 
NLP based Mining on Movie Critics
NLP based Mining on Movie Critics NLP based Mining on Movie Critics
NLP based Mining on Movie Critics
 
unleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdf
unleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdfunleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdf
unleashing-the-power-of-semantic-search-2023-5-30-5-27-10.pdf
 

Kürzlich hochgeladen

Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...Riya Pathan
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Call Girls in Nagpur High Profile
 
↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
 
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...ritikasharma
 
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...SUHANI PANDEY
 
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls ServiceCollege Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls ServiceNitya salvi
 
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Call Girls in Nagpur High Profile
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...aamir
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...aamir
 
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...Riya Pathan
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...noor ahmed
 
2k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 92055419142k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 9205541914Delhi Call girls
 
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser... Shivani Pandey
 
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...ritikasharma
 
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.Nitya salvi
 
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24... Shivani Pandey
 
Almora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment BookingAlmora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment BookingNitya salvi
 

Kürzlich hochgeladen (20)

Desi Bhabhi Call Girls In Goa 💃 730 02 72 001💃desi Bhabhi Escort Goa
Desi Bhabhi Call Girls  In Goa  💃 730 02 72 001💃desi Bhabhi Escort GoaDesi Bhabhi Call Girls  In Goa  💃 730 02 72 001💃desi Bhabhi Escort Goa
Desi Bhabhi Call Girls In Goa 💃 730 02 72 001💃desi Bhabhi Escort Goa
 
Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Garulia Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
 
↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Behala ⟟ 8250192130 ⟟ High Class Call Girl In...
 
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata ✔ 62971...
 
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
 
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls ServiceCollege Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
 
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
 
Goa Call "Girls Service 9316020077 Call "Girls in Goa
Goa Call "Girls  Service   9316020077 Call "Girls in GoaGoa Call "Girls  Service   9316020077 Call "Girls in Goa
Goa Call "Girls Service 9316020077 Call "Girls in Goa
 
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
 
2k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 92055419142k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 9205541914
 
Russian ℂall gIRLS In Goa 9316020077 ℂall gIRLS Service In Goa
Russian ℂall gIRLS In Goa 9316020077  ℂall gIRLS Service  In GoaRussian ℂall gIRLS In Goa 9316020077  ℂall gIRLS Service  In Goa
Russian ℂall gIRLS In Goa 9316020077 ℂall gIRLS Service In Goa
 
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
 
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
 
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
 
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
 
Almora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment BookingAlmora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment Booking
 

MUSIC’s VULGAR AWARENESS

  • 1. MUSIC’s VULGAR AWARENESS SUBMIT TO DR. Dr.Choochart Haruechaiyasak By Tanakom Muangsakul 5122790124 Thesis Denchartphan 5122790306 Chayut Bhamornsuwan 5122790645
  • 2. Abstract Background and Motivation Nowadays, Internet is like the home that people can search any information that they required. We are focus on lyrics searching and assessment of rates analysis. Some users are listening to the music from radio and there are many people that know the lyrics of song but they don’t know the name. Our idea is to provide them to find the song title from a little of lyrics content. And there are a tons of song that contain the strong words and not suitable for children. So another idea of our project is to give some advises on that music. The aim of this project is to search the song title from some phase of the lyrics and to rate the song by detect the strong word in the lyric. This will help people who hate from hearing strong language or avoid from children. Domain and Data Sets Our source of information is the journal from International Society for Music Information Retrieval Conference (ISMIR). This work compares some of the feature types most commonly used in related text classification tasks. Approaches or tools • First, we create the web application that contains the lyrics data collection. • Then we provide searching for the song from some of lyric’s phase. • And we tag the strong words such as “fucking, fuck”, “ass, ass hole” . • We recommend or rate the lyric that contain strong word. From the following topics that list above, we will use “Dreamweaver’s” to design the interface and coding search engine algorithm. Another important part is server simulation, we prefer “Appserv”. 2
  • 3. User Inter Face Search Search Algorithm Database Strong Word Detection Algorithm Result with Advice SYETEM DESIGN This diagram is show how the system works. The top layer is provides the source of information, middle layer is provide how the system thinks and the bottom layer is show the result from search. First user will ask to input some information like song name or some part of lyrics. After that the search engine will collect the result that has matched information as input from the database and find the strong word by using “Strong Word Detection Algorithm” then combine them to show as the result 3
  • 4. Program Operation This program is use as music search engine and strong language using advisor. The concept of this search engine is to help the user to find the song name, lyrics and artist name from using some phrase of lyrics or the name of the song. The user will asked to input the song name or some part of lyrics to let the search engine start work. For example, If the user willing to find “In The End”. He can directly input the name of the song or input some phrase of the song in case of he doesn’t know the song name. The result will show as this picture that contain Artist, Song name, Lyrics and strong language comment at the bottom. 4
  • 5. Idea of Program The main property of this search engine is divided in to 2 parts. First, search part that will use the keywords that user input to find the result. Second, strong word detection part that will compare the lyrics in the database with the set of strong word (shit, fuck, bitch, fuckn all of these rely on php code) and show the advice. We use php language to build this site and Dreamweaver to monitor the interface before getting connect with the database. In database view we use “phpMyAdmin” which is contained in Appserv package to build and control the database. We use php because this kind of language is widely use in the world and there are many of example that we can use to improve our site and it is easy to develop in nearly future. Our site is provide friendly interface which is contain an icon that easy for user to get access to any part of website. HOME SCREEN SEARCH SCREEN 5
  • 6. Idea of Algorithm The main property of this search engine is divided in to 2 parts. First, search part that will use the keywords that user input to find the result. Second, strong word detection part that will compare the lyrics in the database with the set of strong word (shit, fuck, bitch, fuckn all of these rely on php code) and show the advice. First part After we build the database, the easiest way that we have to call data from the data base is apply the sql code in php page. We provide a box for user to input the keyword and program will collect this key word as variation. From picture, we can see that the keyword is collect as variation in type of “$_GET[‘’txtKeyword”]” and ready to use.
  • 7. After we have the keyword, we use the key word to compare with the database. We also provide sql to search this information from the database, too. From the picture, we can see that sql will match the key word with song and lyrics field that why we can find the information from both lyrics phrase and song name. The program will collect the information in “$strSQL” variable and able to use for another part.
  • 8. After we have information from the database we will see how the program shows the result. From this line of code, the program will collect “$strSQL” in “$objQuery”. In case of there is nothing matched with “$strSQL” the result will now show. From this picture, the program is using highlighted code and we can see that “$objResult” variable is using to show the result of artist, song name and lyrics.
  • 9. Second Part This part is use for matching the strong word and shows the advice. We will show how the code work. From picture, we define all of matching algorithm in to “$strgstrong” variable. After that result of “$strstrong” will collected in “$result” for checking that does it has strong language or not. From picture, after we have “$result” variable. We will use it to check that does it has contained some strong language or not by using this loop. If there are strong word The result will show as “There are some Strong Language Provide In This Song !!!! ”. If not the result will show “No Strong Language Found !!!” Problems and Limitation of Program -­‐ Because of some technical problem of php, we can’t use some special elements like ‘ , “ . If we use it the result may not come out or wrong. -­‐ Other language is not able to use in this program because of technical problem of UTF 8 encoding.