RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      트위터 API를 활용한 트위터 검색 기능 개선 = Improving Twitter Search Function Using Twitter API

      한글로보기

      https://www.riss.kr/link?id=A105234353

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      트위터에서 제공해주는 기본 검색 기능은 검색어가 담긴 트윗 뿐 아니라 검색어를 포함하는 닉네
      임을 가진 유저가 쓰는 모든 트윗들을 보여준다. 따라서 검색 키워드와 관계 없는 트윗들도 검색 결
      과로 노출하게 되어 해당 키워드가 포함된 트윗 만을 검색하려고 하는 많은 사용자들에게 불편함을
      주고 있다. 본 연구에서는 이러한 문제점을 해결하고자 검색 키워드가 들어있는 트윗만을 검색하는
      알고리즘을 만들어 트위터 검색 기능을 개선하였다. 개선된 기능은 ASP.NET MVC5를 이용하여 웹
      서비스로 구현하여 많은 사람들이 이용할 수 있다. 검색 결과를 모아놓은 객체에 C#의 강력한 컬렉
      션 메소드를 사용하여 ‘리트윗’ 이나 ‘마음에 들어요’ 의 개수가 많은 순서대로 출력할 수도 있고, 리
      트윗 숫자가 설정한 수치보다 적을 경우 검색 결과에서 제외할 수 있는 필터 기능도 추가하였다. 따
      라서 사람들에게 관심을 많이 받는 의견을 빠르게 탐색할 수도 있으며, 이는 검색 이용자와 데이터
      분석가들이 트위터에서 검색하는데 편리함을 줄 것으로 기대된다.
      번역하기

      트위터에서 제공해주는 기본 검색 기능은 검색어가 담긴 트윗 뿐 아니라 검색어를 포함하는 닉네 임을 가진 유저가 쓰는 모든 트윗들을 보여준다. 따라서 검색 키워드와 관계 없는 트윗들...

      트위터에서 제공해주는 기본 검색 기능은 검색어가 담긴 트윗 뿐 아니라 검색어를 포함하는 닉네
      임을 가진 유저가 쓰는 모든 트윗들을 보여준다. 따라서 검색 키워드와 관계 없는 트윗들도 검색 결
      과로 노출하게 되어 해당 키워드가 포함된 트윗 만을 검색하려고 하는 많은 사용자들에게 불편함을
      주고 있다. 본 연구에서는 이러한 문제점을 해결하고자 검색 키워드가 들어있는 트윗만을 검색하는
      알고리즘을 만들어 트위터 검색 기능을 개선하였다. 개선된 기능은 ASP.NET MVC5를 이용하여 웹
      서비스로 구현하여 많은 사람들이 이용할 수 있다. 검색 결과를 모아놓은 객체에 C#의 강력한 컬렉
      션 메소드를 사용하여 ‘리트윗’ 이나 ‘마음에 들어요’ 의 개수가 많은 순서대로 출력할 수도 있고, 리
      트윗 숫자가 설정한 수치보다 적을 경우 검색 결과에서 제외할 수 있는 필터 기능도 추가하였다. 따
      라서 사람들에게 관심을 많이 받는 의견을 빠르게 탐색할 수도 있으며, 이는 검색 이용자와 데이터
      분석가들이 트위터에서 검색하는데 편리함을 줄 것으로 기대된다.

      더보기

      다국어 초록 (Multilingual Abstract)

      The basic search engine on Twitter shows not only tweets that contain search keywords, but also all
      articles written by users with nicknames containing search keywords. Since the tweets unrelated to the
      search keyword are exposed as search results, it is inconvenient to many users who want to search only
      tweets that include the keyword. To solve this inconvenience, this study improved the search function of
      Twitter by developing an algorithm that searches only tweets that contain search keywords. The improved
      functionality is implemented as a Web service using ASP.NET MVC5 and is available to many users. We
      used a powerful collection method in C# to retrieve the results of an object, and it was also possible to
      output them according to the number of retweets or favorites . If the number of retrieved numbers is less
      than a given number, we also added an exclusion filter function. Thus, sorting search results by the number
      of retweets or favorites, user can quickly search for opinions that are of interest to many users. It is
      expected that many users and data analysts will find the developed function convenient to search on Twitter.
      번역하기

      The basic search engine on Twitter shows not only tweets that contain search keywords, but also all articles written by users with nicknames containing search keywords. Since the tweets unrelated to the search keyword are exposed as search results, ...

      The basic search engine on Twitter shows not only tweets that contain search keywords, but also all
      articles written by users with nicknames containing search keywords. Since the tweets unrelated to the
      search keyword are exposed as search results, it is inconvenient to many users who want to search only
      tweets that include the keyword. To solve this inconvenience, this study improved the search function of
      Twitter by developing an algorithm that searches only tweets that contain search keywords. The improved
      functionality is implemented as a Web service using ASP.NET MVC5 and is available to many users. We
      used a powerful collection method in C# to retrieve the results of an object, and it was also possible to
      output them according to the number of retweets or favorites . If the number of retrieved numbers is less
      than a given number, we also added an exclusion filter function. Thus, sorting search results by the number
      of retweets or favorites, user can quickly search for opinions that are of interest to many users. It is
      expected that many users and data analysts will find the developed function convenient to search on Twitter.

      더보기

      목차 (Table of Contents)

      • 1. 서론
      • 2. 트위터 검색기능 현황
      • 3. 개선된 검색 알고리즘
      • 4. 개선된 검색 사이트 구현
      • 5. 결론
      • 1. 서론
      • 2. 트위터 검색기능 현황
      • 3. 개선된 검색 알고리즘
      • 4. 개선된 검색 사이트 구현
      • 5. 결론
      • References
      더보기

      참고문헌 (Reference)

      1 "https://twitter.com/search-advanced"

      2 "https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/strings/how-to-search-strings-using-string-methods"

      3 "http://optwitter.com"

      4 "http://linqtotwitter.codeplex.com"

      5 H. Kwak, "What is Twitter, a social network or a news media?" 591-600, 2010

      6 E. Hammer-Lahav, "The oauth 1.0 protocol"

      7 N. Kokholm, "The C5 generic collection library for C# and CLI" The IT University of Copenhagen 2006

      8 J. M. Aguilar, "SignalR programming in Microsoft ASP. NET" Microsoft Press 2014

      9 S. Harrington, "More than a backchannel: Twitter and television" 10 (10): 405-409, 2013

      10 E. Bakshy, "Everyone's an influencer: quantifying influence on twitter" 65-74, 2011

      1 "https://twitter.com/search-advanced"

      2 "https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/strings/how-to-search-strings-using-string-methods"

      3 "http://optwitter.com"

      4 "http://linqtotwitter.codeplex.com"

      5 H. Kwak, "What is Twitter, a social network or a news media?" 591-600, 2010

      6 E. Hammer-Lahav, "The oauth 1.0 protocol"

      7 N. Kokholm, "The C5 generic collection library for C# and CLI" The IT University of Copenhagen 2006

      8 J. M. Aguilar, "SignalR programming in Microsoft ASP. NET" Microsoft Press 2014

      9 S. Harrington, "More than a backchannel: Twitter and television" 10 (10): 405-409, 2013

      10 E. Bakshy, "Everyone's an influencer: quantifying influence on twitter" 65-74, 2011

      더보기

      동일학술지(권/호) 다른 논문

      동일학술지 더보기

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2020 평가예정 신규평가 신청대상 (신규평가)
      2019-12-01 평가 등재 탈락 (기타)
      2019-01-01 평가 등재학술지 유지 (계속평가) KCI등재
      2016-01-01 평가 등재학술지 선정 (계속평가) KCI등재
      2014-01-01 평가 등재후보학술지 선정 (신규평가) KCI등재후보
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 0.33 0.33 0.32
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      0.33 0.32 0.407 0.14
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼