WO2022154266A1 - Method, system and computer program for enhancing mention function - Google Patents

Method, system and computer program for enhancing mention function Download PDF

Info

Publication number
WO2022154266A1
WO2022154266A1 PCT/KR2021/018547 KR2021018547W WO2022154266A1 WO 2022154266 A1 WO2022154266 A1 WO 2022154266A1 KR 2021018547 W KR2021018547 W KR 2021018547W WO 2022154266 A1 WO2022154266 A1 WO 2022154266A1
Authority
WO
WIPO (PCT)
Prior art keywords
comment
mention
post
chat
function
Prior art date
Application number
PCT/KR2021/018547
Other languages
French (fr)
Korean (ko)
Inventor
정연성
Original Assignee
라인플러스 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 라인플러스 주식회사 filed Critical 라인플러스 주식회사
Priority to JP2023539871A priority Critical patent/JP2024502570A/en
Publication of WO2022154266A1 publication Critical patent/WO2022154266A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/284Lexical analysis, e.g. tokenisation or collocates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry

Definitions

  • the server 150 In order to treat a comment on a post as a secret comment, the server 150, if the comment received from the client includes a mention, is combined with the mention to check whether the input string satisfies the rule defined as the secret comment string. have.
  • the server 150 receives a comment including a mention combined with a secret comment string, that is, a secret comment, the authority for the secret comment may be changed. Only the designated user for each secret comment can be granted read and write permission.
  • the basic principle is to grant read permission to all users who can access the post for comments on a post, but for confidential comments, you can change the comment permission in a way that grants read permission only to the commenter and mentionee.
  • the chat providing unit 330 may provide a comment to the post through a one-to-one chat room between the commenter and the person to whom the mention is made, when the input string combined with the mention corresponds to the chat string.
  • the chat providing unit 330 provides a chat function when a mention combined with a chat string in the form of a comment on a post is input with a comment message, and the comment message can be delivered through a one-to-one chat room between the commenter and the mention subject.
  • the chat providing unit 330 may provide a reply message by activating a one-to-one chat room only when the mention subject first requests acceptance of the mention subject for one-to-one chatting with the commenter and then accepts the mention subject.
  • a comment including a mention combined with a chat string may be exposed as a kind of message type included in the chat room through a one-to-one chat room without being exposed in the comment list of the post.
  • a mention may designate a user who has access to a post, and in the case of a mention that can be combined with a secret comment string and chat string according to an embodiment, only a post author may be designated. In this case, when a secret comment string or chat string is input as a comment on the post, the post creator may be automatically input as a mention.
  • the comment message 'Hello' processed as a secret comment is given only to user2 who is the commenter and the post creator who is the subject of the mention, the reading right.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Computing Systems (AREA)
  • Operations Research (AREA)
  • Devices For Executing Special Programs (AREA)
  • Hardware Redundancy (AREA)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed are a method, a system and a computer program for enhancing a mention function. When a comment comprising a mention is input with respect to a post, a comment function associated with the mention is identified on the basis of a character string input together with the mention, and the comment can be provided only to a comment writer, who has written the comment by means of the identified comment function, and a person being mentioned who has been pointed out by the comment writer.

Description

멘션 기능 강화를 위한 방법, 시스템, 및 컴퓨터 프로그램Method, system, and computer program for enhancing mention function
아래의 설명은 멘션(mention)을 이용하여 댓글을 처리하는 기술에 관한 것이다.The description below relates to a technique for processing comments using a mention.
현재 언제 어디서나 인터넷망에 접속하여 웹서핑을 할 수 있는 유비쿼터스 컴퓨팅 환경이 구축되어 있어 인터넷은 사람들에게 없어서는 안 되는 필수 요소가 되어가고 있다.Currently, a ubiquitous computing environment has been established that allows users to surf the web by accessing the Internet anytime, anywhere, and the Internet is becoming an indispensable element for people.
사람들은 인터넷을 통해 자신이 알고 있는 정보를 제공하고 자신이 필요로 하는 다양한 정보들을 얻고 있으며 서로의 의견을 주고받으면서 다양한 정보들을 공유하고 있다.People provide information they know and get various information they need through the Internet, and they share various information while exchanging opinions with each other.
정보 공유의 한 가지 형태로, 인터넷에 게시되는 대부분의 게시물에는 사용자들의 다양한 댓글을 첨부할 수 있는 댓글 등록 인터페이스가 제공되고 있으며, 댓글은 게시물이라는 공통의 관심사에 대해 사용자들이 자신의 의견을 개진하는 장을 제공하기도 한다.As a form of information sharing, most posts posted on the Internet are provided with a comment registration interface that allows users to attach various comments. They also provide sheets.
SNS(Social Networking Service)나 블로그 등 각종 커뮤니티 서비스는 물론이고, 포털 서비스나 기타 미디어 서비스 등을 비롯한 인터넷 서비스들이 사용자의 댓글 입력을 허용하게 되면서 사용자들은 게시된 컨텐츠에 대한 의견을 댓글 형식으로 다른 사용자들과 쉽게 공유할 수 있다.As Internet services including portal services and other media services, as well as various community services such as SNS (Social Networking Service) and blogs, allow users to input their comments, users can post their opinions on posted content in the form of comments to other users. can be easily shared with others.
예컨대, 한국공개특허 제10-2006-0057079호(공개일 2006년 05월 26일)에는 이동단말기를 이용하여 인터넷의 웹사이트로 댓글을 송신하여 처리할 수 있는 기술이 개시되어 있다.For example, Korean Patent Application Laid-Open No. 10-2006-0057079 (published on May 26, 2006) discloses a technology capable of processing by sending a comment to a website of the Internet using a mobile terminal.
멘션을 이용하여 포스트(post)에 대한 댓글이 댓글 작성자와 멘션 대상자에게만 공개되는 비밀 댓글 기능을 제공할 수 있다.By using mentions, it is possible to provide a secret comment function in which comments on a post are disclosed only to commenters and mention subjects.
멘션을 이용하여 포스트에 대한 댓글이 댓글 작성자와 멘션 대상자 간의 일대일 채팅으로 전달되는 채팅 기능을 제공할 수 있다.A chat function can be provided in which a comment on a post is delivered as a one-to-one chat between a commenter and a mentionee by using a mention.
컴퓨터 시스템에서 실행되는 댓글 제공 방법에 있어서, 상기 컴퓨터 시스템은 메모리에 포함된 컴퓨터 판독가능한 명령들을 실행하도록 구성된 적어도 하나의 프로세서를 포함하고, 상기 댓글 제공 방법은, 상기 적어도 하나의 프로세서에 의해, 포스트(post)에 대해 멘션(mention)이 포함된 댓글이 입력되는 경우 상기 멘션과 결합되어 입력된 문자열에 기초하여 상기 멘션과 관련된 댓글 기능을 식별하는 단계; 및 상기 적어도 하나의 프로세서에 의해, 상기 식별된 댓글 기능을 통해 상기 댓글을 작성한 댓글 작성자와 상기 댓글 작성자가 지목한 멘션 대상자에 한하여 상기 댓글을 제공하는 단계를 포함하는 댓글 제공 방법을 제공한다.A method for providing a comment executed in a computer system, the computer system comprising at least one processor configured to execute computer readable instructions contained in a memory, the method comprising: by the at least one processor, a post identifying a comment function related to the mention based on the input string combined with the mention when a comment including a mention is input for (post); and providing, by the at least one processor, the comment only to a commenter who has made the comment through the identified comment function and a mention subject designated by the commenter.
일 측면에 따르면, 상기 제공하는 단계는, 상기 포스트에 접근 가능한 사용자 중 상기 댓글 작성자와 상기 멘션 대상자에게만 상기 댓글을 공개하는 비밀 댓글로 처리하는 단계를 포함할 수 있다.According to an aspect, the providing may include processing the comment as a secret comment that discloses the comment only to the comment creator and the mention subject among users who can access the post.
다른 측면에 따르면, 상기 포스트에 등록된 댓글 중 상기 멘션을 이용한 댓글은 상기 댓글 작성자와 상기 멘션 대상자에게만 읽기 권한이 부여될 수 있다.According to another aspect, a reading right may be granted to only the comment creator and the person subject to the mention of the comment using the mention among the comments registered to the post.
또 다른 측면에 따르면, 상기 포스트에 대한 댓글 형식으로 상기 문자열이 입력되는 경우 상기 포스트를 작성한 포스트 작성자가 멘션으로 자동 입력될 수 있다.According to another aspect, when the character string is input in the form of a comment on the post, a post creator who wrote the post may be automatically input as a mention.
또 다른 측면에 따르면, 상기 제공하는 단계는, 상기 댓글 작성자와 상기 멘션 대상자 간의 일대일 채팅방을 통해 상기 댓글을 전달하는 단계를 포함할 수 있다.According to another aspect, the providing may include delivering the comment through a one-to-one chat room between the comment creator and the mention subject.
또 다른 측면에 따르면, 상기 댓글은 상기 포스트의 댓글 목록에 노출되지 않고 상기 일대일 채팅방을 통해 채팅방에 포함되는 일종의 메시지 타입으로 노출될 수 있다.According to another aspect, the comment may be exposed as a kind of message type included in the chat room through the one-to-one chat room without being exposed in the comment list of the post.
또 다른 측면에 따르면, 상기 일대일 채팅방은 친구 추가 과정 없이 바로 채팅 가능한 오픈 채팅(open chatting) 형태로 생성될 수 있다.According to another aspect, the one-on-one chat room may be created in the form of an open chatting that can be directly chatted without a process of adding a friend.
또 다른 측면에 따르면, 상기 댓글을 전달하는 단계는, 상기 멘션 대상자를 대상으로 채팅요청 메시지를 전송하는 단계; 및 상기 채팅요청 메시지를 통해 상기 멘션 대상자가 상기 댓글 작성자와의 채팅을 수락하는 경우 상기 일대일 채팅방을 통해 상기 댓글을 전달하는 단계를 포함할 수 있다.According to another aspect, the step of delivering the comment includes: transmitting a chatting request message to the mention target; and when the mentionee accepts chatting with the commenter through the chatting request message, delivering the comment through the one-to-one chat room.
또 다른 측면에 따르면, 상기 멘션과 관련된 댓글 기능은 상기 댓글을 상기 포스트에 접근 가능한 사용자 중 상기 댓글 작성자와 상기 멘션 대상자에게만 공개하는 비밀 댓글 기능 및 상기 댓글 작성자와 상기 멘션 대상자 간의 일대일 채팅방을 통해 상기 댓글을 전달하는 채팅 기능을 포함하고, 상기 댓글 제공 방법은, 상기 적어도 하나의 프로세서에 의해, 상기 포스트에 대한 설정으로 상기 비밀 댓글 기능과 상기 채팅 기능 중 적어도 하나를 이용한 댓글을 선택적으로 차단하는 단계를 더 포함할 수 있다.According to another aspect, the comment function related to the mention includes a secret comment function that discloses the comment only to the commenter and the mention subject among users who can access the post, and a one-to-one chat room between the commenter and the mention subject. and a chat function for delivering a comment, wherein the method for providing a comment includes, by the at least one processor, selectively blocking a comment using at least one of the secret comment function and the chatting function by setting for the post may further include.
또 다른 측면에 따르면, 상기 차단하는 단계는, 상기 멘션 대상자로 지정된 포스트 작성자가 댓글 전달을 위한 일대일 채팅요청에 대해 일정 횟수 또는 일정 비율 이상 거절하는 경우 상기 포스트의 채팅 기능을 자동 차단하는 단계를 포함할 수 있다.According to another aspect, the blocking includes automatically blocking the chat function of the post when the post creator designated as the mention target rejects the one-to-one chat request for a reply delivery a certain number of times or a certain ratio or more. can do.
상기 댓글 제공 방법을 상기 컴퓨터 시스템에 실행시키기 위해 컴퓨터 판독가능한 기록 매체에 저장되는 컴퓨터 프로그램을 제공한다.It provides a computer program stored in a computer-readable recording medium to execute the comment providing method in the computer system.
컴퓨터 시스템에 있어서, 메모리에 포함된 컴퓨터 판독가능한 명령들을 실행하도록 구성된 적어도 하나의 프로세서를 포함하고, 상기 적어도 하나의 프로세서는, 포스트에 대해 멘션이 포함된 댓글이 입력되는 경우 상기 멘션과 결합되어 입력된 문자열에 기초하여 상기 멘션과 관련된 댓글 기능을 식별하고, 상기 식별된 댓글 기능을 통해 상기 댓글을 작성한 댓글 작성자와 상기 댓글 작성자가 지목한 멘션 대상자에 한하여 상기 댓글을 제공하는 것을 특징으로 하는 컴퓨터 시스템을 제공한다.A computer system comprising: at least one processor configured to execute computer readable instructions contained in a memory, wherein the at least one processor is configured to be input in combination with the mention when a comment including a mention is input for a post A computer system, characterized in that it identifies a comment function related to the mention based on the specified string, and provides the comment only to the commenter who made the comment through the identified comment function and the mention subject designated by the commenter provides
본 발명의 실시예들에 따르면, 멘션을 이용하여 포스트에 대한 댓글이 댓글 작성자와 멘션 대상자에게만 공개되는 비밀 댓글 기능을 제공할 수 있다.According to embodiments of the present invention, it is possible to provide a secret comment function in which a comment on a post is disclosed only to the commenter and the mentionee using the mention.
본 발명의 실시예들에 따르면, 멘션을 이용하여 포스트에 대한 댓글이 댓글 작성자와 멘션 대상자 간의 일대일 채팅으로 전달되는 채팅 기능을 제공할 수 있다.According to embodiments of the present invention, it is possible to provide a chatting function in which a comment on a post is transmitted as a one-to-one chat between a commenter and a mentionee using a mention.
도 1은 본 발명의 일실시예에 따른 네트워크 환경의 예를 도시한 도면이다.1 is a diagram illustrating an example of a network environment according to an embodiment of the present invention.
도 2는 본 발명의 일실시예에 있어서 전자 기기 및 서버의 내부 구성을 설명하기 위한 블록도이다.2 is a block diagram for explaining the internal configuration of an electronic device and a server according to an embodiment of the present invention.
도 3은 본 발명의 일실시예에 따른 전자 기기의 프로세서가 포함할 수 있는 구성요소의 예를 도시한 도면이다.3 is a diagram illustrating an example of components that a processor of an electronic device may include according to an embodiment of the present invention.
도 4는 본 발명의 일실시예에 따른 전자 기기가 수행할 수 있는 방법의 예를 도시한 흐름도이다.4 is a flowchart illustrating an example of a method that an electronic device may perform according to an embodiment of the present invention.
도 5 내지 도 6은 본 발명의 일실시예에 있어서 멘션을 이용한 댓글 기능을 설명하기 위한 예시 도면이다.5 to 6 are exemplary views for explaining a comment function using a mention in an embodiment of the present invention.
도 7은 본 발명의 일실시예에 있어서 비밀 댓글 기능을 상징하는 문자열과 채팅 기능을 상징하는 문자열의 예시를 도시한 것이다.7 illustrates an example of a character string symbolizing a secret comment function and a character string symbolizing a chatting function according to an embodiment of the present invention.
도 8 내지 도 9는 본 발명의 일실시예에 있어서 멘션을 이용한 비밀 댓글 기능을 설명하기 위한 예시 도면이다.8 to 9 are exemplary views for explaining the secret comment function using a mention in an embodiment of the present invention.
도 10 내지 도 11은 본 발명의 일실시예에 있어서 멘션을 이용한 채팅 기능을 설명하기 위한 예시 도면이다.10 to 11 are exemplary views for explaining a chat function using a mention in an embodiment of the present invention.
도 12는 본 발명의 일실시예에 있어서 댓글 차단 알림을 설명하기 위한 예시 도면이다.12 is an exemplary diagram for explaining a reply blocking notification according to an embodiment of the present invention.
이하, 본 발명의 실시예를 첨부된 도면을 참조하여 상세하게 설명한다.Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
본 발명의 실시예들은 멘션을 이용하여 댓글을 처리하는 기술에 관한 것이다.Embodiments of the present invention relate to a technique for processing a comment using a mention.
본 명세서에서 구체적으로 개시되는 것들을 포함하는 실시예들은 더욱 강화된 기능으로서 포스트에 대한 댓글로 입력되는 메시지가 비밀 댓글 형식 또는 일대일 채팅 형식으로 전달될 수 있는 기능을 제공할 수 있고, 이를 통해 편의성, 정보 보호, 서비스 품질 등 다양한 측면에 있어서 상당한 장점들을 달성할 수 있다.Embodiments including those specifically disclosed herein may provide a function in which a message input as a comment on a post can be delivered in a secret comment format or a one-to-one chat format as a more enhanced function, through which convenience, Significant advantages can be achieved in various aspects such as information protection and service quality.
도 1은 본 발명의 일실시예에 따른 네트워크 환경의 예를 도시한 도면이다. 도 1의 네트워크 환경은 복수의 전자 기기들(110, 120, 130, 140), 복수의 서버들(150, 160) 및 네트워크(170)를 포함하는 예를 나타내고 있다. 이러한 도 1은 발명의 설명을 위한 일례로 전자 기기의 수나 서버의 수가 도 1과 같이 한정되는 것은 아니다.1 is a diagram illustrating an example of a network environment according to an embodiment of the present invention. The network environment of FIG. 1 shows an example including a plurality of electronic devices 110 , 120 , 130 , 140 , a plurality of servers 150 , 160 , and a network 170 . 1 is an example for explaining the invention, and the number of electronic devices or the number of servers is not limited as in FIG. 1 .
복수의 전자 기기들(110, 120, 130, 140)은 컴퓨터 시스템으로 구현되는 고정형 단말이거나 이동형 단말일 수 있다. 복수의 전자 기기들(110, 120, 130, 140)의 예를 들면, 스마트폰(smart phone), 휴대폰, 내비게이션, 컴퓨터, 노트북, 디지털방송용 단말, PDA(Personal Digital Assistants), PMP(Portable Multimedia Player), 태블릿 PC, 게임 콘솔(game console), 웨어러블 디바이스(wearable device), IoT(internet of things) 디바이스, VR(virtual reality) 디바이스, AR(augmented reality) 디바이스 등이 있다. 일례로 도 1에서는 전자 기기(110)의 예로 스마트폰의 형상을 나타내고 있으나, 본 발명의 실시예들에서 전자 기기(110)는 실질적으로 무선 또는 유선 통신 방식을 이용하여 네트워크(170)를 통해 다른 전자 기기들(120, 130, 140) 및/또는 서버(150, 160)와 통신할 수 있는 다양한 물리적인 컴퓨터 시스템들 중 하나를 의미할 수 있다.The plurality of electronic devices 110 , 120 , 130 , and 140 may be a fixed terminal implemented as a computer system or a mobile terminal. Examples of the plurality of electronic devices 110 , 120 , 130 , 140 include a smart phone, a mobile phone, a navigation device, a computer, a notebook computer, a digital broadcasting terminal, a personal digital assistant (PDA), and a portable multimedia player (PMP). ), tablet PCs, game consoles, wearable devices, Internet of things (IoT) devices, virtual reality (VR) devices, augmented reality (AR) devices, and the like. As an example, in FIG. 1 , the shape of a smartphone is shown as an example of the electronic device 110 , but in embodiments of the present invention, the electronic device 110 is substantially configured to be different through the network 170 using a wireless or wired communication method. It may refer to one of various physical computer systems capable of communicating with the electronic devices 120 , 130 , 140 and/or the servers 150 and 160 .
통신 방식은 제한되지 않으며, 네트워크(170)가 포함할 수 있는 통신망(일례로, 이동통신망, 유선 인터넷, 무선 인터넷, 방송망, 위성망 등)을 활용하는 통신 방식뿐만 아니라 기기들간의 근거리 무선 통신 역시 포함될 수 있다. 예를 들어, 네트워크(170)는, PAN(personal area network), LAN(local area network), CAN(campus area network), MAN(metropolitan area network), WAN(wide area network), BBN(broadband network), 인터넷 등의 네트워크 중 하나 이상의 임의의 네트워크를 포함할 수 있다. 또한, 네트워크(170)는 버스 네트워크, 스타 네트워크, 링 네트워크, 메쉬 네트워크, 스타-버스 네트워크, 트리 또는 계층적(hierarchical) 네트워크 등을 포함하는 네트워크 토폴로지 중 임의의 하나 이상을 포함할 수 있으나, 이에 제한되지 않는다.The communication method is not limited, and a communication method using a communication network (eg, a mobile communication network, a wired Internet, a wireless Internet, a broadcasting network, a satellite network, etc.) that the network 170 may include, as well as a short-distance wireless communication between devices may be included. can For example, the network 170 may include a personal area network (PAN), a local area network (LAN), a campus area network (CAN), a metropolitan area network (MAN), a wide area network (WAN), and a broadband network (BBN). , the Internet, and the like. In addition, the network 170 may include any one or more of a network topology including a bus network, a star network, a ring network, a mesh network, a star-bus network, a tree, or a hierarchical network, etc. not limited
서버(150, 160) 각각은 복수의 전자 기기들(110, 120, 130, 140)과 네트워크(170)를 통해 통신하여 명령, 코드, 파일, 컨텐츠, 서비스 등을 제공하는 컴퓨터 장치 또는 복수의 컴퓨터 장치들로 구현될 수 있다. 예를 들어, 서버(150)는 네트워크(170)를 통해 접속한 복수의 전자 기기들(110, 120, 130, 140)로 제1 서비스를 제공하는 시스템일 수 있으며, 서버(160) 역시 네트워크(170)를 통해 접속한 복수의 전자 기기들(110, 120, 130, 140)로 제2 서비스를 제공하는 시스템일 수 있다. 보다 구체적인 예로, 서버(150)는 복수의 전자 기기들(110, 120, 130, 140)에 설치되어 구동되는 컴퓨터 프로그램으로서의 어플리케이션을 통해, 해당 어플리케이션이 목적하는 서비스(일례로, 커뮤니티 서비스 등)를 제1 서비스로서 복수의 전자 기기들(110, 120, 130, 140)로 제공할 수 있다. 다른 예로, 서버(160)는 상술한 어플리케이션의 설치 및 구동을 위한 파일을 복수의 전자 기기들(110, 120, 130, 140)로 배포하는 서비스를 제2 서비스로서 제공할 수 있다.Each of the servers 150 and 160 communicates with the plurality of electronic devices 110 , 120 , 130 , 140 and the network 170 through a computer device or a plurality of computers providing commands, codes, files, contents, services, etc. It can be implemented in devices. For example, the server 150 may be a system that provides a first service to a plurality of electronic devices 110 , 120 , 130 , 140 connected through the network 170 , and the server 160 is also a network ( It may be a system that provides the second service to the plurality of electronic devices 110 , 120 , 130 , and 140 connected through 170 . As a more specific example, the server 150 provides a service (eg, community service, etc.) targeted by the application through an application as a computer program installed and driven in the plurality of electronic devices 110 , 120 , 130 , 140 . The first service may be provided to the plurality of electronic devices 110 , 120 , 130 , and 140 . As another example, the server 160 may provide a service for distributing a file for installing and driving the above-described application to the plurality of electronic devices 110 , 120 , 130 , and 140 as the second service.
도 2는 본 발명의 일실시예에 있어서 전자 기기 및 서버의 내부 구성을 설명하기 위한 블록도이다. 도 2에서는 전자 기기에 대한 예로서 전자 기기(110), 그리고 서버(150)의 내부 구성을 설명한다. 또한, 다른 전자 기기들(120, 130, 140)이나 서버(160) 역시 상술한 전자 기기(110) 또는 서버(150)와 동일한 또는 유사한 내부 구성을 가질 수 있다.2 is a block diagram for explaining the internal configuration of an electronic device and a server according to an embodiment of the present invention. In FIG. 2 , the internal configuration of the electronic device 110 and the server 150 will be described as an example of the electronic device. In addition, other electronic devices 120 , 130 , 140 or server 160 may also have the same or similar internal configuration as the aforementioned electronic device 110 or server 150 .
전자 기기(110)와 서버(150)는 메모리(211, 221), 프로세서(212, 222), 통신 모듈(213, 223) 그리고 입출력 인터페이스(214, 224)를 포함할 수 있다.The electronic device 110 and the server 150 may include memories 211 and 221 , processors 212 and 222 , communication modules 213 and 223 , and input/ output interfaces 214 and 224 .
메모리(211, 221)는 비-일시적인 컴퓨터 판독가능한 기록매체로서, RAM(random access memory), ROM(read only memory), 디스크 드라이브, SSD(solid state drive), 플래시 메모리(flash memory) 등과 같은 비소멸성 대용량 저장 장치(permanent mass storage device)를 포함할 수 있다. 여기서 ROM, SSD, 플래시 메모리, 디스크 드라이브 등과 같은 비소멸성 대용량 저장 장치는 메모리(211, 221)와는 구분되는 별도의 영구 저장 장치로서 전자 기기(110)나 서버(150)에 포함될 수도 있다. 또한, 메모리(211, 221)에는 운영체제와 적어도 하나의 프로그램 코드(일례로 전자 기기(110)에 설치되어 구동되는 브라우저나 특정 서비스의 제공을 위해 전자 기기(110)에 설치된 어플리케이션 등을 위한 코드)가 저장될 수 있다. 이러한 소프트웨어 구성요소들은 메모리(211, 221)와는 별도의 컴퓨터에서 판독가능한 기록매체로부터 로딩될 수 있다. 이러한 별도의 컴퓨터에서 판독가능한 기록매체는 플로피 드라이브, 디스크, 테이프, DVD/CD-ROM 드라이브, 메모리 카드 등의 컴퓨터에서 판독가능한 기록매체를 포함할 수 있다. 다른 실시예에서 소프트웨어 구성요소들은 컴퓨터에서 판독가능한 기록매체가 아닌 통신 모듈(213, 223)을 통해 메모리(211, 221)에 로딩될 수도 있다. 예를 들어, 적어도 하나의 프로그램은 개발자들 또는 어플리케이션의 설치 파일을 배포하는 파일 배포 시스템(일례로, 상술한 서버(160))이 네트워크(170)를 통해 제공하는 파일들에 의해 설치되는 컴퓨터 프로그램(일례로 상술한 어플리케이션)에 기반하여 메모리(211, 221)에 로딩될 수 있다.The memories 211 and 221 are non-transitory computer-readable recording media, and are non-transitory computer-readable recording media, such as random access memory (RAM), read only memory (ROM), disk drive, solid state drive (SSD), flash memory, and the like. It may include a permanent mass storage device. Here, a non-volatile mass storage device such as a ROM, an SSD, a flash memory, a disk drive, etc. may be included in the electronic device 110 or the server 150 as a separate permanent storage device distinct from the memories 211 and 221 . In addition, in the memories 211 and 221 , an operating system and at least one program code (eg, a browser installed and driven in the electronic device 110 or codes for an application installed in the electronic device 110 to provide a specific service) can be stored. These software components may be loaded from a computer-readable recording medium separate from the memories 211 and 221 . The separate computer-readable recording medium may include a computer-readable recording medium such as a floppy drive, a disk, a tape, a DVD/CD-ROM drive, and a memory card. In another embodiment, the software components may be loaded into the memories 211 and 221 through the communication modules 213 and 223 rather than the computer-readable recording medium. For example, the at least one program is a computer program installed by files provided through the network 170 by a file distribution system (eg, the above-described server 160 ) for distributing installation files of developers or applications. It may be loaded into the memories 211 and 221 based on (eg, the above-described application).
프로세서(212, 222)는 기본적인 산술, 로직 및 입출력 연산을 수행함으로써, 컴퓨터 프로그램의 명령을 처리하도록 구성될 수 있다. 명령은 메모리(211, 221) 또는 통신 모듈(213, 223)에 의해 프로세서(212, 222)로 제공될 수 있다. 예를 들어 프로세서(212, 222)는 메모리(211, 221)와 같은 기록 장치에 저장된 프로그램 코드에 따라 수신되는 명령을 실행하도록 구성될 수 있다.The processors 212 and 222 may be configured to process instructions of a computer program by performing basic arithmetic, logic, and input/output operations. The instructions may be provided to the processors 212 and 222 by the memories 211 and 221 or the communication modules 213 and 223 . For example, the processors 212 and 222 may be configured to execute received instructions according to program codes stored in a recording device such as the memories 211 and 221 .
통신 모듈(213, 223)은 네트워크(170)를 통해 전자 기기(110)와 서버(150)가 서로 통신하기 위한 기능을 제공할 수 있으며, 전자 기기(110) 및/또는 서버(150)가 다른 전자 기기(일례로 전자 기기(120)) 또는 다른 서버(일례로 서버(160))와 통신하기 위한 기능을 제공할 수 있다. 일례로, 전자 기기(110)의 프로세서(212)가 메모리(211)와 같은 기록 장치에 저장된 프로그램 코드에 따라 생성한 요청이 통신 모듈(213)의 제어에 따라 네트워크(170)를 통해 서버(150)로 전달될 수 있다. 역으로, 서버(150)의 프로세서(222)의 제어에 따라 제공되는 제어 신호나 명령, 컨텐츠, 파일 등이 통신 모듈(223)과 네트워크(170)를 거쳐 전자 기기(110)의 통신 모듈(213)을 통해 전자 기기(110)로 수신될 수 있다. 예를 들어 통신 모듈(213)을 통해 수신된 서버(150)의 제어 신호나 명령, 컨텐츠, 파일 등은 프로세서(212)나 메모리(211)로 전달될 수 있고, 컨텐츠나 파일 등은 전자 기기(110)가 더 포함할 수 있는 저장 매체(상술한 영구 저장 장치)로 저장될 수 있다.The communication modules 213 and 223 may provide a function for the electronic device 110 and the server 150 to communicate with each other through the network 170 , and the electronic device 110 and/or the server 150 may communicate with each other through the network 170 . A function for communicating with an electronic device (eg, the electronic device 120 ) or another server (eg, the server 160 ) may be provided. For example, a request generated by the processor 212 of the electronic device 110 according to a program code stored in a recording device such as the memory 211 is transmitted to the server 150 through the network 170 under the control of the communication module 213 . ) can be transferred. Conversely, a control signal, command, content, file, etc. provided under the control of the processor 222 of the server 150 passes through the communication module 223 and the network 170 to the communication module 213 of the electronic device 110 . ) through the electronic device 110 may be received. For example, a control signal, command, content, or file of the server 150 received through the communication module 213 may be transmitted to the processor 212 or the memory 211 , and the content or file may be transmitted to the electronic device ( 110) may be stored as a storage medium (the above-described permanent storage device) that may further include.
입출력 인터페이스(214)는 입출력 장치(215)와의 인터페이스를 위한 수단일 수 있다. 예를 들어, 입력 장치는 키보드, 마우스, 마이크로폰, 카메라 등의 장치를, 그리고 출력 장치는 디스플레이, 스피커, 햅틱 피드백 디바이스(haptic feedback device) 등과 같은 장치를 포함할 수 있다. 다른 예로 입출력 인터페이스(214)는 터치스크린과 같이 입력과 출력을 위한 기능이 하나로 통합된 장치와의 인터페이스를 위한 수단일 수도 있다. 입출력 장치(215)는 전자 기기(110)와 하나의 장치로 구성될 수도 있다. 또한, 서버(150)의 입출력 인터페이스(224)는 서버(150)와 연결되거나 서버(150)가 포함할 수 있는 입력 또는 출력을 위한 장치(미도시)와의 인터페이스를 위한 수단일 수 있다. 보다 구체적인 예로, 전자 기기(110)의 프로세서(212)가 메모리(211)에 로딩된 컴퓨터 프로그램의 명령을 처리함에 있어서 서버(150)나 전자 기기(120)가 제공하는 데이터를 이용하여 구성되는 서비스 화면이나 컨텐츠가 입출력 인터페이스(214)를 통해 디스플레이에 표시될 수 있다.The input/output interface 214 may be a means for interfacing with the input/output device 215 . For example, the input device may include a device such as a keyboard, mouse, microphone, camera, and the like, and the output device may include a device such as a display, speaker, haptic feedback device, and the like. As another example, the input/output interface 214 may be a means for an interface with a device in which functions for input and output are integrated into one, such as a touch screen. The input/output device 215 may be configured as one device with the electronic device 110 . In addition, the input/output interface 224 of the server 150 may be a means for interfacing with a device (not shown) for input or output that is connected to the server 150 or that the server 150 may include. As a more specific example, when the processor 212 of the electronic device 110 processes a command of a computer program loaded in the memory 211 , a service configured using data provided by the server 150 or the electronic device 120 . A screen or content may be displayed on the display through the input/output interface 214 .
또한, 다른 실시예들에서 전자 기기(110) 및 서버(150)는 도 2의 구성요소들보다 더 많은 구성요소들을 포함할 수도 있다. 그러나, 대부분의 종래기술적 구성요소들을 명확하게 도시할 필요성은 없다. 예를 들어, 전자 기기(110)는 상술한 입출력 장치(215) 중 적어도 일부를 포함하도록 구현되거나 또는 트랜시버(transceiver), GPS(Global Positioning System) 모듈, 카메라, 각종 센서, 데이터베이스 등과 같은 다른 구성요소들을 더 포함할 수도 있다. 보다 구체적인 예로, 전자 기기(110)가 스마트폰인 경우, 일반적으로 스마트폰이 포함하고 있는 가속도 센서나 자이로 센서, 카메라 모듈, 각종 물리적인 버튼, 터치패널을 이용한 버튼, 입출력 포트, 진동을 위한 진동기 등의 다양한 구성요소들이 전자 기기(110)에 더 포함되도록 구현될 수 있다.In addition, in other embodiments, the electronic device 110 and the server 150 may include more components than those of FIG. 2 . However, there is no need to clearly show most of the prior art components. For example, the electronic device 110 is implemented to include at least a part of the above-described input/output device 215 or other components such as a transceiver, a global positioning system (GPS) module, a camera, various sensors, and a database. may include more. As a more specific example, when the electronic device 110 is a smart phone, an acceleration sensor or a gyro sensor, a camera module, various physical buttons, a button using a touch panel, an input/output port, and a vibrator for vibration generally included in the smart phone Various components such as may be implemented to be further included in the electronic device 110 .
이하에서는 멘션 기능 강화를 위한 방법 및 시스템의 구체적인 실시예를 설명하기로 한다.Hereinafter, a specific embodiment of a method and system for enhancing the mention function will be described.
본 명세서에서 포스트는 SNS나 메신저, 블로그 등 인터넷 상의 커뮤니티 공간 상에 노출되는 텍스트, 사진, 동영상, 스티커 등 다양한 형태의 게시물을 포괄하여 의미할 수 있다. 최근 커뮤니티에서는 포스트를 시간의 경과에 따라 정렬하여 노출하는 타임라인 서비스를 제공하고 있다.In the present specification, a post may encompass various types of posts, such as text, photos, videos, stickers, etc., exposed on a community space on the Internet, such as SNS, messenger, and blog. Recently, the community has provided a timeline service that sorts and exposes posts over time.
이하에서는 타임라인 포스트를 구체적인 실시예로 설명하고 있으나, 이러한 것으로만 한정되지 않으며, 포스트에 대해 댓글 기능을 제공하는 커뮤니티라면 얼마든지 확대 적용 가능하다.Hereinafter, the timeline post is described as a specific embodiment, but it is not limited thereto, and any community that provides a comment function for the post can be expanded and applied.
도 3은 본 발명의 일실시예에 따른 전자 기기의 프로세서가 포함할 수 있는 구성요소의 예를 도시한 블록도이고, 도 4는 본 발명의 일실시예에 따른 전자 기기가 수행할 수 있는 방법의 예를 도시한 흐름도이다.3 is a block diagram illustrating an example of components that a processor of an electronic device may include according to an embodiment of the present invention, and FIG. 4 is a method performed by the electronic device according to an embodiment of the present invention. It is a flowchart showing an example of
본 실시예에 따른 전자 기기(110)에는 컴퓨터로 구현된 댓글 제공 시스템이 구성될 수 있다. 일례로, 댓글 제공 시스템은 독립적으로 동작하는 프로그램 형태로 구현되거나, 혹은 특정 어플리케이션의 인-앱(in-app) 형태로 구성되어 상기 특정 어플리케이션 상에서 동작이 가능하도록 구현될 수 있다.The electronic device 110 according to the present embodiment may be configured with a computer-implemented comment providing system. For example, the comment providing system may be implemented in the form of a program that operates independently, or may be configured in the form of an in-app of a specific application to enable operation on the specific application.
전자 기기(110)에 설치된 어플리케이션이 제공하는 명령에 기반하여 전자 기기(110)에 구현된 댓글 제공 시스템은 도 4에 도시한 댓글 제공 방법을 수행할 수 있다.Based on a command provided by an application installed in the electronic device 110 , the reply providing system implemented in the electronic device 110 may perform the reply providing method illustrated in FIG. 4 .
도 4에 따른 댓글 제공 방법을 수행하기 위해, 전자 기기(110)의 프로세서(212)는 구성요소로서 도 3에 도시된 바와 같이, 멘션 식별부(310), 댓글 처리부(320), 및 채팅 제공부(330)를 포함할 수 있다. 실시예에 따라 프로세서(212)의 구성요소들은 선택적으로 프로세서(212)에 포함되거나 제외될 수도 있다. 또한, 실시예에 따라 프로세서(212)의 구성요소들은 프로세서(212)의 기능의 표현을 위해 분리 또는 병합될 수도 있다.In order to perform the method of providing a comment according to FIG. 4 , the processor 212 of the electronic device 110 includes a mention identification unit 310 , a comment processing unit 320 , and a chat system as shown in FIG. 3 as components. Study 330 may be included. Depending on the embodiment, components of the processor 212 may be selectively included or excluded from the processor 212 . In addition, according to an embodiment, the components of the processor 212 may be separated or combined to express the functions of the processor 212 .
이러한 프로세서(212) 및 프로세서(212)의 구성요소들은 도 4의 댓글 제공 방법이 포함하는 단계들(S410 내지 S430)을 수행하도록 전자 기기(110)를 제어할 수 있다. 예를 들어, 프로세서(212) 및 프로세서(212)의 구성요소들은 메모리(211)가 포함하는 운영체제의 코드와 적어도 하나의 프로그램의 코드에 따른 명령(instruction)을 실행하도록 구현될 수 있다.The processor 212 and the components of the processor 212 may control the electronic device 110 to perform the steps S410 to S430 included in the method for providing a comment of FIG. 4 . For example, the processor 212 and components of the processor 212 may be implemented to execute instructions according to the code of the operating system included in the memory 211 and the code of at least one program.
여기서, 프로세서(212)의 구성요소들은 전자 기기(110)에 저장된 프로그램 코드가 제공하는 명령(일례로, 전자 기기(110)에서 구동된 어플리케이션이 제공하는 명령)에 따라 프로세서(212)에 의해 수행되는 프로세서(212)의 서로 다른 기능들(different functions)의 표현들일 수 있다. 예를 들어, 전자 기기(110)가 멘션과 관련된 기능을 식별하도록 상술한 명령에 따라 전자 기기(110)를 제어하는 프로세서(212)의 기능적 표현으로서 멘션 식별부(310)가 이용될 수 있다.Here, the components of the processor 212 are performed by the processor 212 according to a command provided by the program code stored in the electronic device 110 (eg, a command provided by an application running in the electronic device 110 ). may be representations of different functions of the processor 212 . For example, the mention identification unit 310 may be used as a functional representation of the processor 212 that controls the electronic device 110 according to the above-described command so that the electronic device 110 identifies a function related to the mention.
프로세서(212)는 전자 기기(110)의 제어와 관련된 명령이 로딩된 메모리(211)로부터 필요한 명령을 읽어들일 수 있다. 이 경우, 상기 읽어들인 명령은 프로세서(212)가 이후 설명될 단계들(S410 내지 S430)을 실행하도록 제어하기 위한 명령을 포함할 수 있다.The processor 212 may read a necessary command from the memory 211 in which the command related to the control of the electronic device 110 is loaded. In this case, the read command may include a command for controlling the processor 212 to execute steps S410 to S430 to be described later.
도 4를 참조하면, 단계(S410)에서 멘션 식별부(310)는 포스트에 대해 멘션이 포함된 댓글이 입력되는 경우 멘션과 결합되어 입력된 문자열에 기초하여 멘션과 관련된 댓글 기능을 식별할 수 있다. 본 실시예에서 멘션과 관련된 댓글 기능은 포스트에 대한 댓글을 비밀 메시지로 전달할 수 있는 비밀 댓글 기능과 일대일 채팅으로 전달할 수 있는 채팅 기능을 포함한다. 비밀 댓글 기능과 채팅 기능 각각에 대하여 사전에 약속된 문자열이 정의될 수 있으며, 멘션이 어떤 문자열과 결합되어 입력되는지에 따라 비밀 댓글 기능과 채팅 기능이 구별될 수 있다. 비밀 댓글 기능을 상징하는 문자열(이하, '비밀 댓글 문자열'이라 칭함)과 채팅 기능을 상징하는 문자열(이하, '채팅 문자열'이라 칭함)은 서로 다른 문자열로 정의될 수 있으며, 비밀 댓글 문자열과 채팅 문자열로는 하나의 문자나 특수 기호 또는 하나 이상의 문자나 특수 기호의 조합 등이 활용될 수 있다.Referring to FIG. 4 , in step S410 , when a comment including a mention is input with respect to a post, the mentions identification unit 310 is combined with the mention based on the input string to identify the comment function related to the mention. . In this embodiment, the comment function related to the mention includes a secret comment function capable of delivering a comment on a post as a secret message and a chat function capable of delivering a one-on-one chat. A predefined string may be defined for each of the secret comment function and the chat function, and the secret comment function and the chat function may be distinguished according to which string the mention is combined and input. The string symbolizing the secret comment function (hereinafter referred to as the 'secret comment string') and the string symbolizing the chat function (hereinafter referred to as the 'chat string') may be defined as different strings, and the secret comment string and chat As the character string, one character or special symbol or a combination of one or more characters or special symbols may be used.
단계(S420)에서 프로세서(212)는 단계(S410)에서 식별된 기능으로서 비밀 댓글 기능 또는 채팅 기능을 통해 포스트에 대한 댓글을 댓글 작성자와 댓글 작성자가 지목한 멘션 대상자에 한하여 공개할 수 있다. 상기한 단계(S420)는 비밀 댓글 기능을 이용한 댓글 공개 과정(S421)과 채팅 기능을 이용한 댓글 공개 과정(S422)을 포함할 수 있다.In step S420, the processor 212 may disclose a comment to a post through a secret comment function or a chat function as a function identified in step S410 only to the commenter and the person to whom the commenter has pointed out. The above-described step (S420) may include a comment public process (S421) using a secret comment function and a comment public process (S422) using a chatting function.
단계(S421)에서 댓글 처리부(320)는 멘션과 결합되어 입력된 문자열이 비밀 댓글 문자열에 해당되는 경우 포스트에 대한 댓글을 댓글 작성자와 멘션 대상자에게만 공개하는 비밀 댓글로 처리할 수 있다. 댓글 처리부(320)는 포스트에 대한 댓글 형식으로 비밀 댓글 문자열과 결합된 멘션이 댓글 메시지와 함께 입력되는 경우 비밀 댓글 기능을 제공하는 것으로, 댓글 메시지를 댓글 작성자와 멘션 대상자에게만 공개할 수 있다. 댓글 처리부(320)는 포스트에 대한 댓글을 해당 포스트의 읽기 권한을 가진 사용자 중에서 댓글 작성자와 멘션 대상자에게는 공개하고 나머지 사용자에게는 보이지 않는 비밀 댓글로 처리할 수 있다.In step S421, the comment processing unit 320 may process the comment on the post as a secret comment that is disclosed only to the commenter and the person to whom the mention is made if the input string combined with the mention corresponds to the secret comment string. The comment processing unit 320 provides a secret comment function when a mention combined with a secret comment string in the form of a comment on a post is input with a comment message, and the comment message can be disclosed only to commenters and mention subjects. The comment processing unit 320 may process a comment on a post as a secret comment that is invisible to the rest of the users while revealing a comment on the post to the commenter and the person to whom the comment is made from among users who have the right to read the post.
포스트에 대한 댓글을 비밀 댓글로 처리하기 위해 서버(150)는 클라이언트로부터 수신된 댓글에 멘션이 포함되어 있는 경우 멘션과 결합되어 입력된 문자열이 비밀 댓글 문자열로 정의된 규칙을 만족하는지 여부를 확인할 수 있다. 서버(150)는 비밀 댓글 문자열과 결합된 멘션을 포함하는 댓글, 즉 비밀 댓글을 수신한 경우 해당 비밀 댓글에 대한 권한을 변경할 수 있다. 비밀 댓글 별로 지정된 사용자에 한하여 읽기 권한과 쓰기 권한을 부여할 수 있다. 포스트의 댓글에 대해 해당 포스트에 접근할 수 있는 모든 사용자에게 읽기 권한을 부여하는 것을 기본 원칙으로 하나, 비밀 댓글에 대해서는 댓글 작성자와 멘션 대상자에게만 읽기 권한을 부여하는 방식으로 댓글 권한을 변경할 수 있다.In order to treat a comment on a post as a secret comment, the server 150, if the comment received from the client includes a mention, is combined with the mention to check whether the input string satisfies the rule defined as the secret comment string. have. When the server 150 receives a comment including a mention combined with a secret comment string, that is, a secret comment, the authority for the secret comment may be changed. Only the designated user for each secret comment can be granted read and write permission. The basic principle is to grant read permission to all users who can access the post for comments on a post, but for confidential comments, you can change the comment permission in a way that grants read permission only to the commenter and mentionee.
단계(S422)에서 채팅 제공부(330)는 멘션과 결합되어 입력된 문자열이 채팅 문자열에 해당되는 경우 포스트에 대한 댓글을 댓글 작성자와 멘션 대상자 간의 일대일 채팅방을 통해 제공할 수 있다. 채팅 제공부(330)는 포스트에 대한 댓글 형식으로 채팅 문자열과 결합된 멘션이 댓글 메시지와 함께 입력되는 경우 채팅 기능을 제공하는 것으로, 댓글 메시지를 댓글 작성자와 멘션 대상자 간의 일대일 채팅방을 통해 전달할 수 있다. 이때, 채팅 제공부(330)는 댓글 작성자와의 일대일 채팅에 대해 멘션 대상자의 수락 의사를 먼저 요청한 후 멘션 대상자가 수락하는 경우에 한하여 일대일 채팅방을 활성화하여 댓글 메시지를 제공할 수 있다. 다시 말해, 채팅 문자열과 결합된 멘션을 포함하는 댓글은 포스트의 댓글 목록에 노출되지 않고 일대일 채팅방을 통해 채팅방에 포함되는 일종의 메시지 타입으로 노출될 수 있다.In step S422, the chat providing unit 330 may provide a comment to the post through a one-to-one chat room between the commenter and the person to whom the mention is made, when the input string combined with the mention corresponds to the chat string. The chat providing unit 330 provides a chat function when a mention combined with a chat string in the form of a comment on a post is input with a comment message, and the comment message can be delivered through a one-to-one chat room between the commenter and the mention subject. . At this time, the chat providing unit 330 may provide a reply message by activating a one-to-one chat room only when the mention subject first requests acceptance of the mention subject for one-to-one chatting with the commenter and then accepts the mention subject. In other words, a comment including a mention combined with a chat string may be exposed as a kind of message type included in the chat room through a one-to-one chat room without being exposed in the comment list of the post.
포스트에 대한 댓글을 채팅으로 전달하기 위해 서버(150)는 클라이언트로부터 수신된 댓글에 멘션이 포함되어 있는 경우 멘션과 결합되어 입력된 문자열이 채팅 문자열로 정의된 규칙을 만족하는지 여부를 확인할 수 있다. 서버(150)는 채팅 문자열과 결합된 멘션을 포함하는 댓글, 즉 채팅 댓글을 수신한 경우 댓글 작성자와 멘션 대상자 간의 일대일 채팅방을 생성할 수 있다. 이때, 서버(150)는 포스트의 댓글 등록 인터페이스에서 일대일 채팅방으로 이동하도록 루트를 변경하여 멘션 대상자에게 수락 의사를 묻는 채팅요청 메시지를 전송할 수 있다. 채팅 댓글의 경우 클라이언트에서 댓글 작성자와 멘션 대상자 간의 일대일 채팅방을 직접 랜딩하는 것 또한 가능하다.In order to deliver the comment on the post to the chat, the server 150 may check whether the input string satisfies the rule defined as the chat string by combining the mention with the mention when the comment received from the client includes the mention. The server 150 may create a one-to-one chat room between a commenter and a mention subject when a comment including a mention combined with a chat string, that is, a chat comment is received. In this case, the server 150 may transmit a chat request message asking the person to accept the mention by changing the route to move from the comment registration interface of the post to the one-to-one chat room. In the case of chat comments, it is also possible to directly land a one-to-one chat room between the commenter and the mentionee in the client.
댓글 작성자와 멘션 대상자 간의 일대일 채팅방은 전화번호나 아이디(ID) 등을 이용한 친구 추가 과정 없이 URL과 같은 링크로 바로 채팅 가능한 오픈 채팅(open chatting) 형태로 생성될 수 있다. 오픈 채팅방은 댓글 작성자 또는 멘션 대상자의 요청에 따라 삭제될 수 있고, 더 나아가 채팅방 생성 시간 혹은 마지막 메시지 수신 시간을 기준으로 일정 시간이 경과하는 시점에 자동 삭제될 수도 있다.A one-on-one chat room between the commenter and the person to whom the mention is made may be created in the form of open chatting that can be directly chatted with a link such as a URL without the process of adding a friend using a phone number or ID. The open chat room may be deleted at the request of the commenter or the person to whom the mention is made, and furthermore, it may be automatically deleted when a certain amount of time has elapsed based on the chat room creation time or the last message reception time.
실시예에 따라서는 포스트의 설정에 기초하여 비밀 댓글 기능과 채팅 기능 중 적어도 하나를 이용한 댓글을 차단할 수 있다.According to an embodiment, a comment using at least one of a secret comment function and a chatting function may be blocked based on the setting of the post.
일례로, 포스트 작성자는 포스트의 댓글 기능에 해당되는 비밀 댓글 기능과 채팅 기능 중 적어도 하나를 선택적으로 차단 설정할 수 있다. 프로세서(212)는 비밀 댓글 문자열 또는 채팅 문자열과 결합된 멘션을 포함하는 댓글이 수신되는 경우 해당 댓글 기능에 대한 차단 여부를 확인한 후 차단된 댓글 기능에 대해 댓글 작성자에게 차단 상태를 나타내는 알림을 제공할 수 있다.For example, the post creator may selectively block at least one of the secret comment function and the chat function corresponding to the comment function of the post. When a comment including a mention combined with a secret comment string or chat string is received, the processor 212 checks whether the comment function is blocked, and then provides a notification indicating the blocked status to the commenter for the blocked comment function. can
다른 예로는, 멘션 대상자로 지정된 포스트 작성자가 댓글 전달을 위한 일대일 채팅요청에 대해 일정 횟수 또는 일정 비율 이상 거절하는 경우 해당 포스트의 댓글 기능 중 채팅 기능을 자동으로 차단 설정하는 것 또한 가능하다.As another example, when a post creator designated as a mention target rejects a one-to-one chat request for reply delivery a certain number of times or a certain percentage, it is also possible to automatically block the chat function among the comment functions of the post.
따라서, 본 실시예들은 포스트에 대해 멘션이 포함된 댓글이 입력되는 경우 해당 댓글을 비밀 댓글로 처리하거나 일대일 채팅방을 통해 전달함으로써 더욱 강화된 멘션 기능을 제공할 수 있다.Accordingly, in the present embodiments, when a comment including a mention is input for a post, the comment may be treated as a secret comment or delivered through a one-on-one chat room to provide a more enhanced mention function.
도 5 내지 도 6은 본 발명의 일실시예에 있어서 멘션을 이용한 댓글 기능을 설명하기 위한 예시 도면이다.5 to 6 are exemplary views for explaining a comment function using a mention in an embodiment of the present invention.
도 5는 타임라인 서비스 화면(500)의 예시를 나타내고 있다.5 shows an example of the timeline service screen 500 .
도 5에 도시한 바와 같이, 프로세서(212)는 서버(150)로부터 수신되는 타임라인 포스트(510)를 서비스 화면(500) 상에 시간 순으로 정렬하여 표시할 수 있다.As shown in FIG. 5 , the processor 212 may display the timeline posts 510 received from the server 150 in chronological order on the service screen 500 .
이때, 타임라인 서비스 화면(500)에 포함된 각 포스트(510) 별로 텍스트, 사진, 동영상, 스티커 등 다양한 형태의 댓글을 첨부할 수 있는 댓글 등록 인터페이스(511)가 제공된다.In this case, a comment registration interface 511 capable of attaching various types of comments, such as text, photos, videos, and stickers, to each post 510 included in the timeline service screen 500 is provided.
프로세서(212)는 사용자가 타임라인 서비스 화면(500)에서 댓글 등록 인터페이스(511)를 선택하는 경우, 도 6에 도시한 바와 같이 댓글 등록 화면(620)을 제공할 수 있다.When the user selects the comment registration interface 511 on the timeline service screen 500 , the processor 212 may provide a comment registration screen 620 as shown in FIG. 6 .
댓글 등록 화면(620)에는 포스트(510)에 등록된 댓글 목록(621), 댓글을 입력하기 위한 댓글 입력 인터페이스(622) 등이 포함될 수 있다.The comment registration screen 620 may include a list of comments 621 registered in the post 510 , a comment input interface 622 for inputting comments, and the like.
타임라인 포스트(510)에 접근할 수 있는 사용자 중 user2가 멘션(@)을 걸어 user1에게 댓글을 남기면 user2에게 지목을 받은 user1은 멘션 알림을 받게 되고 해당 포스트(510)에 접근하여 user2가 남긴 댓글을 확인할 수 있다.Among users who can access the timeline post 510 , when user2 comments (@) and leaves a comment on user1, user1 who has been pointed out by user2 receives a mention notification and accesses the post 510 and comments left by user2 can confirm.
멘션을 이용하더라도 포스트(510)에 등록된 댓글은 공개 댓글 형태이기 때문에 user2가 멘션으로 user1에게 남긴 댓글 또한 공개 댓글 형태로 포스트(510)에 접근할 수 있는 사용자라면 모두 볼 수 있다.Even if a mention is used, since the comment registered in the post 510 is in the form of a public comment, the comment left by user2 to user1 as a mention can also be viewed by any user who can access the post 510 in the form of a public comment.
본 실시예들은 멘션 기능을 강화하여 비공개 형태의 댓글을 제공할 수 있다. 보다 강화된 멘션 기능은 사전에 약속된 문자열과 결합된 멘션을 이용함으로써 포스트에 대한 댓글을 댓글 작성자와 멘션 대상자에 한하여 비밀 메시지로 전달할 수 있다.The present embodiments may provide a private type of comment by strengthening the mention function. The more enhanced mentions function uses a mention combined with a previously promised string, so that comments on a post can be delivered as a secret message only to the commenter and the person to whom the mention is made.
도 7은 본 발명의 일실시예에 있어서 비밀 댓글 기능을 상징하는 문자열과 채팅 기능을 상징하는 문자열의 예시를 도시한 것이다.7 illustrates an example of a character string symbolizing a secret comment function and a character string symbolizing a chatting function according to an embodiment of the present invention.
도 7을 참조하면, 멘션을 이용한 댓글 기능은 포스트에 대한 댓글을 비밀 메시지로 전달할 수 있는 비밀 댓글 기능과 일대일 채팅으로 전달할 수 있는 채팅 기능을 포함한다. 예를 들어, 비밀 댓글 기능을 나타내는 문자열로는 'To'를 이용하고, 채팅 기능을 나타내는 문자열로는 'Chat'을 이용할 수 있다.Referring to FIG. 7 , the comment function using a mention includes a secret comment function capable of delivering a comment on a post as a secret message and a chat function capable of delivering a one-on-one chat. For example, 'To' may be used as a character string representing a secret comment function, and 'Chat' may be used as a character string representing a chatting function.
프로세서(212)는 포스트에 대한 댓글 형식으로 비밀 댓글 문자열 'To'와 결합된 멘션이 댓글 메시지와 함께 입력되는 경우 비밀 댓글 기능으로 인지하여 댓글 메시지를 댓글 작성자와 멘션 대상자에게만 공개하는 비밀 댓글로 처리할 수 있다.When the mention combined with the secret comment string 'To' is input with the comment message in the form of a comment on the post, the processor 212 recognizes it as a secret comment function and processes the comment message as a secret comment that is disclosed only to the commenter and the person to whom the mention is made. can do.
프로세서(212)는 포스트에 대한 댓글 형식으로 채팅 문자열 'Chat'과 결합된 멘션이 댓글 메시지와 함께 입력되는 경우 채팅 기능으로 인지하여 댓글 메시지를 댓글 작성자와 멘션 대상자 간의 일대일 채팅방을 통해 제공할 수 있다.The processor 212 recognizes as a chat function when a mention combined with the chat string 'Chat' in the form of a comment for a post is input with a comment message, and provides a comment message through a one-to-one chat room between the commenter and the person subject to the mention. .
멘션은 포스트에 접근할 수 있는 사용자를 지목할 수 있으며, 실시예에 따라 비밀 댓글 문자열 및 채팅 문자열과 결합 가능한 멘션의 경우 포스트 작성자만을 지목할 수 있다. 이때, 포스트에 대한 댓글로 비밀 댓글 문자열 또는 채팅 문자열이 입력되는 경우 포스트 작성자가 멘션으로 자동 입력될 수 있다.A mention may designate a user who has access to a post, and in the case of a mention that can be combined with a secret comment string and chat string according to an embodiment, only a post author may be designated. In this case, when a secret comment string or chat string is input as a comment on the post, the post creator may be automatically input as a mention.
도 8 내지 도 9는 본 발명의 일실시예에 있어서 멘션을 이용한 비밀 댓글 기능을 설명하기 위한 예시 도면이다.8 to 9 are exemplary views for explaining the secret comment function using a mention in an embodiment of the present invention.
도 8 내지 도 9는 포스트(510)에 접근할 수 있는 사용자 중 한 사람인 user2의 전자 기기 화면 상에 표시되는 서비스 화면(500)을 나타낸 것으로, user2가 포스트 작성자를 지목하여 댓글을 남기는 상황을 가정한 것이다.8 to 9 show the service screen 500 displayed on the electronic device screen of user2, one of the users who can access the post 510, assuming a situation where user2 leaves a comment by pointing out the post author. did it
도 8에 도시한 바와 같이, 프로세서(212)는 user2가 댓글 입력 인터페이스(622)에 비밀 댓글 문자열 'To'와 포스트 작성자를 지목하는 멘션(@Post)을 댓글 메시지 '안녕'과 함께 입력하여 등록하는 경우 댓글 메시지 '안녕'을 비밀 댓글로 처리할 수 있다.As shown in FIG. 8 , the processor 212 registers the user2 by inputting the secret comment string 'To' and the mention (@Post) pointing to the post author along with the comment message 'Hello' in the comment input interface 622. If you do, you can treat the comment message 'Hello' as a secret comment.
포스트(510)에 등록된 댓글 중 비밀 댓글로 처리된 댓글 메시지 '안녕'은 댓글 작성자인 user2와 멘션 대상자인 포스트 작성자에게만 읽기 권한이 부여된다.Among the comments registered in the post 510 , the comment message 'Hello' processed as a secret comment is given only to user2 who is the commenter and the post creator who is the subject of the mention, the reading right.
도 9에 도시한 바와 같이, 비밀 댓글로 처리된 댓글 메시지 '안녕'은 댓글 작성자인 user2와 멘션 대상자인 포스트 작성자가 확인된 서비스 화면(500)에서만 볼 수 있고, 다른 사용자에게는 보이지 않는다.As shown in FIG. 9 , the comment message 'hello' processed as a secret comment can be viewed only on the service screen 500 in which the comment creator user2 and the post creator who is the mention target are confirmed, and is not visible to other users.
포스트(510)에 등록된 댓글 목록(621) 중 비밀 댓글의 경우 다른 댓글과 식별 가능한 디스플레이 요소가 적용될 수 있으며, 예를 들어 비밀 댓글을 나타내는 아이콘(91)이 표시될 수 있다.In the case of a secret comment among the list of comments 621 registered to the post 510 , a display element identifiable from other comments may be applied, for example, an icon 91 indicating a secret comment may be displayed.
따라서, 비밀 댓글 문자열 'To'와 결합된 멘션을 이용함으로써 포스트에 대한 댓글을 댓글 작성자와 멘션 대상자에 한하여 비밀 댓글 형태로 공개할 수 있다.Therefore, by using the mention combined with the secret comment string 'To', it is possible to disclose the comment on the post in the form of a secret comment only to the commenter and the person to whom the mention is made.
도 10 내지 도 11은 본 발명의 일실시예에 있어서 멘션을 이용한 채팅 기능을 설명하기 위한 예시 도면이다.10 to 11 are exemplary views for explaining a chat function using a mention in an embodiment of the present invention.
도 10은 포스트(510)에 접근할 수 있는 사용자 중 한 사람인 user2의 전자 기기 화면 상에 표시되는 서비스 화면(500)을 나타낸 것으로, user2가 포스트 작성자를 지목하여 댓글을 남기는 상황을 가정한 것이다.FIG. 10 shows a service screen 500 displayed on the screen of an electronic device of user2, one of users who can access the post 510, assuming a situation in which user2 points out a post author and leaves a comment.
도 10에 도시한 바와 같이, 프로세서(212)는 user2가 댓글 입력 인터페이스(622)에 채팅 문자열 'Chat'와 포스트 작성자를 지목하는 멘션(@Post)을 댓글 메시지 '안녕'과 함께 입력하여 등록하는 경우 댓글 메시지 '안녕'을 채팅을 통해 제공할 수 있다.As shown in FIG. 10 , the processor 212 inputs the chat string 'Chat' and the mention (@Post) pointing to the post author in the comment input interface 622 by user2 along with the comment message 'Hello' to register. In this case, you can provide a comment message 'Hello' through chat.
포스트(510)에 등록된 댓글 중 채팅 문자열 'Chat'와 결합된 멘션으로 등록된 댓글 메시지 '안녕'은 댓글 목록(621)에 노출되지 않고 댓글 작성자인 user2와 멘션 대상자인 포스트 작성자 간의 일대일 채팅방을 통해 전달될 수 있다.Among the comments registered in the post 510, the comment message 'Hello' registered as a mention combined with the chat string 'Chat' is not exposed in the comment list 621, but a one-to-one chat room between the commenter user2 and the post writer who is the subject of the mention. can be transmitted through
도 11은 댓글 작성자인 user2와 멘션 대상자인 포스트 작성자가 참여하는 일대일 채팅방(1100)으로, 포스트 작성자의 전자 기기 화면 상에 표시되는 채팅 화면을 나타낸 것이다.11 is a one-to-one chat room 1100 in which user2 who is a comment writer and a post writer who is a mention target participate, and shows a chatting screen displayed on the screen of the post creator's electronic device.
일대일 채팅방(1100)은 오픈 채팅방으로 생성될 수 있으며, 도 11에 도시한 바와 같이 멘션 대상자인 포스트 작성자에게 채팅요청 메시지(1110)가 먼저 전달되어 멘션 대상자가 채팅을 수락한 경우에 한하여 일대일 채팅방(1100)을 통해 user2가 남긴 댓글 메시지(1101)가 전달될 수 있다.The one-to-one chat room 1100 may be created as an open chat room, and as shown in FIG. 11, the chat request message 1110 is first delivered to the post creator who is the mention target, and the one-to-one chat room ( 1100), a comment message 1101 left by user2 may be transmitted.
따라서, 채팅 문자열 'Chat'과 결합된 멘션을 이용함으로써 포스트에 대한 댓글을 댓글 작성자와 멘션 대상자 간의 일대일 채팅방을 통해 전달할 수 있다.Therefore, by using the mention combined with the chat string 'Chat', a comment on the post can be delivered through a one-to-one chat room between the commenter and the mentionee.
그리고, 프로세서(212)는 댓글 입력 과정에서 차단된 댓글 기능에 대해 알림을 제공할 수 있다.In addition, the processor 212 may provide a notification about the blocked comment function in the comment input process.
프로세서(212)는 댓글 등록 화면(620)을 통해 포스트(510)에 대한 댓글을 비밀 댓글 문자열 'To' 또는 채팅 문자열 'Chat'과 결합된 멘션을 이용하여 입력하는 경우 해당 댓글 기능에 대한 차단 여부를 확인한 후 차단된 댓글 기능에 대해 댓글 작성자에게 차단 상태를 나타내는 알림을 제공할 수 있다.If the processor 212 enters a comment on the post 510 through the comment registration screen 620 using a mention combined with the secret comment string 'To' or the chat string 'Chat', whether to block the corresponding comment function After checking, you can provide a notification indicating the blocked status to the commenter for the blocked comment feature.
예를 들어, 도 12를 참조하면, 프로세서(212)는 user2가 댓글 입력 인터페이스(622)에 채팅 문자열 'Chat'와 포스트 작성자를 지목하는 멘션(@Post)을 댓글 메시지 '안녕'과 함께 입력하는 경우 포스트(510)의 설정에서 채팅 기능의 차단 여부를 확인할 수 있다. 포스트(510)의 댓글 기능 중에서 채팅 기능이 차단된 경우에는 댓글 작성자인 user2에게 채팅 기능을 이용한 댓글이 차단되었음을 나타내는 알림(1210)을 표시할 수 있다.For example, referring to FIG. 12 , the processor 212 inputs the chat string 'Chat' and a mention (@Post) designating the post author to the comment input interface 622 by user2 along with the comment message 'Hello'. In this case, it is possible to check whether the chat function is blocked in the setting of the post 510 . When the chat function is blocked among the comment functions of the post 510 , a notification 1210 indicating that the comment using the chat function is blocked may be displayed to user2, who is a commenter.
따라서, 프로세서(212)는 포스트(510)의 설정에 기초하여 비밀 댓글 기능과 채팅 기능 중 적어도 하나를 이용한 댓글을 차단할 수 있다.Accordingly, the processor 212 may block a comment using at least one of the secret comment function and the chatting function based on the setting of the post 510 .
이처럼 본 발명의 실시예들에 따르면, 비밀 댓글 문자열과 결합된 멘션을 이용함으로써 포스트에 대한 댓글이 댓글 작성자와 멘션 대상자에게만 공개되는 비밀 댓글 기능을 제공할 수 있다. 또한, 본 발명의 실시예들에 따르면, 채팅 문자열과 결합된 멘션을 이용함으로써 포스트에 대한 댓글이 댓글 작성자와 멘션 대상자 간의 일대일 채팅으로 전달되는 채팅 기능을 제공할 수 있다.As such, according to embodiments of the present invention, by using the mention combined with the secret comment string, it is possible to provide a secret comment function in which a comment on a post is disclosed only to the commenter and the person to whom the mention is made. In addition, according to embodiments of the present invention, it is possible to provide a chat function in which a comment on a post is delivered as a one-to-one chat between a commenter and a mentionee by using a mention combined with a chat string.
이상에서 설명된 장치는 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 예를 들어, 실시예들에서 설명된 장치 및 구성요소는, 프로세서, 콘트롤러, ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 마이크로컴퓨터, FPGA(field programmable gate array), PLU(programmable logic unit), 마이크로프로세서, 또는 명령(instruction)을 실행하고 응답할 수 있는 다른 어떠한 장치와 같이, 하나 이상의 범용 컴퓨터 또는 특수 목적 컴퓨터를 이용하여 구현될 수 있다. 처리 장치는 운영 체제(OS) 및 상기 운영 체제 상에서 수행되는 하나 이상의 소프트웨어 어플리케이션을 수행할 수 있다. 또한, 처리 장치는 소프트웨어의 실행에 응답하여, 데이터를 접근, 저장, 조작, 처리 및 생성할 수도 있다. 이해의 편의를 위하여, 처리 장치는 하나가 사용되는 것으로 설명된 경우도 있지만, 해당 기술분야에서 통상의 지식을 가진 자는, 처리 장치가 복수 개의 처리 요소(processing element) 및/또는 복수 유형의 처리 요소를 포함할 수 있음을 알 수 있다. 예를 들어, 처리 장치는 복수 개의 프로세서 또는 하나의 프로세서 및 하나의 콘트롤러를 포함할 수 있다. 또한, 병렬 프로세서(parallel processor)와 같은, 다른 처리 구성(processing configuration)도 가능하다.The device described above may be implemented as a hardware component, a software component, and/or a combination of the hardware component and the software component. For example, the devices and components described in the embodiments may include a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable gate array (FPGA), and a programmable logic unit (PLU). It may be implemented using one or more general purpose or special purpose computers, such as a logic unit, microprocessor, or any other device capable of executing and responding to instructions. The processing device may execute an operating system (OS) and one or more software applications running on the operating system. The processing device may also access, store, manipulate, process, and generate data in response to execution of the software. For convenience of understanding, although one processing device is sometimes described as being used, one of ordinary skill in the art will recognize that the processing device includes a plurality of processing elements and/or a plurality of types of processing elements. It can be seen that may include For example, the processing device may include a plurality of processors or one processor and one controller. Other processing configurations are also possible, such as parallel processors.
소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치를 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 컴퓨터 저장 매체 또는 장치에 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 컴퓨터 판독 가능 기록 매체에 저장될 수 있다.The software may comprise a computer program, code, instructions, or a combination of one or more thereof, which configures a processing device to operate as desired or is independently or collectively processed You can command the device. The software and/or data may be embodied in any type of machine, component, physical device, computer storage medium or device for interpretation by or providing instructions or data to the processing device. have. The software may be distributed over networked computer systems and stored or executed in a distributed manner. Software and data may be stored in one or more computer-readable recording media.
실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 이때, 매체는 컴퓨터로 실행 가능한 프로그램을 계속 저장하거나, 실행 또는 다운로드를 위해 임시 저장하는 것일 수도 있다. 또한, 매체는 단일 또는 수 개의 하드웨어가 결합된 형태의 다양한 기록수단 또는 저장수단일 수 있는데, 어떤 컴퓨터 시스템에 직접 접속되는 매체에 한정되지 않고, 네트워크 상에 분산 존재하는 것일 수도 있다. 매체의 예시로는, 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM 및 DVD와 같은 광기록 매체, 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical medium), 및 ROM, RAM, 플래시 메모리 등을 포함하여 프로그램 명령어가 저장되도록 구성된 것이 있을 수 있다. 또한, 다른 매체의 예시로, 어플리케이션을 유통하는 앱 스토어나 기타 다양한 소프트웨어를 공급 내지 유통하는 사이트, 서버 등에서 관리하는 기록매체 내지 저장매체도 들 수 있다.The method according to the embodiment may be implemented in the form of program instructions that can be executed through various computer means and recorded in a computer-readable medium. In this case, the medium may be to continuously store the program executable by the computer, or to temporarily store the program for execution or download. In addition, the medium may be various recording means or storage means in the form of a single or several hardware combined, it is not limited to a medium directly connected to any computer system, and may exist distributed on a network. Examples of the medium include a hard disk, a magnetic medium such as a floppy disk and a magnetic tape, an optical recording medium such as CD-ROM and DVD, a magneto-optical medium such as a floppy disk, and those configured to store program instructions, including ROM, RAM, flash memory, and the like. In addition, examples of other media may include recording media or storage media managed by an app store that distributes applications, sites that supply or distribute other various software, and servers.
이상과 같이 실시예들이 비록 한정된 실시예와 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.As described above, although the embodiments have been described with reference to the limited embodiments and drawings, various modifications and variations are possible by those skilled in the art from the above description. For example, the described techniques are performed in a different order than the described method, and/or the described components of the system, structure, apparatus, circuit, etc. are combined or combined in a different form than the described method, or other components Or substituted or substituted by equivalents may achieve an appropriate result.
그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 특허청구범위의 범위에 속한다.Therefore, other implementations, other embodiments, and equivalents to the claims are also within the scope of the following claims.

Claims (20)

  1. 컴퓨터 시스템에서 실행되는 댓글 제공 방법에 있어서,A method for providing comments executed in a computer system, the method comprising:
    상기 컴퓨터 시스템은 메모리에 포함된 컴퓨터 판독가능한 명령들을 실행하도록 구성된 적어도 하나의 프로세서를 포함하고,the computer system comprising at least one processor configured to execute computer readable instructions contained in a memory;
    상기 댓글 제공 방법은,How to provide comments
    상기 적어도 하나의 프로세서에 의해, 포스트(post)에 대해 멘션(mention)이 포함된 댓글이 입력되는 경우 상기 멘션과 결합되어 입력된 문자열에 기초하여 상기 멘션과 관련된 댓글 기능을 식별하는 단계; 및identifying, by the at least one processor, a comment function related to the mention based on an input string combined with the mention when a comment including a mention is input for a post; and
    상기 적어도 하나의 프로세서에 의해, 상기 식별된 댓글 기능을 통해 상기 댓글을 작성한 댓글 작성자와 상기 댓글 작성자가 지목한 멘션 대상자에 한하여 상기 댓글을 제공하는 단계providing, by the at least one processor, the comment only to a commenter who has made the comment through the identified comment function and a person to whom the commenter has pointed out
    를 포함하는 댓글 제공 방법.How to provide comments that include
  2. 제1항에 있어서,According to claim 1,
    상기 제공하는 단계는,The providing step is
    상기 포스트에 접근 가능한 사용자 중 상기 댓글 작성자와 상기 멘션 대상자에게만 상기 댓글을 공개하는 비밀 댓글로 처리하는 단계processing the comment as a secret comment that discloses the comment only to the commenter and the mention subject among users who can access the post
    를 포함하는 댓글 제공 방법.How to provide comments that include
  3. 제1항에 있어서,According to claim 1,
    상기 포스트에 등록된 댓글 중 상기 멘션을 이용한 댓글은 상기 댓글 작성자와 상기 멘션 대상자에게만 읽기 권한이 부여되는 것Of the comments registered on the post, the comment using the mention is granted to only the person who wrote the comment and the person to whom the mention is read
    을 특징으로 하는 댓글 제공 방법.A method of providing comments, characterized by
  4. 제1항에 있어서,According to claim 1,
    상기 포스트에 대한 댓글 형식으로 상기 문자열이 입력되는 경우 상기 포스트를 작성한 포스트 작성자가 멘션으로 자동 입력되는 것When the character string is input in the form of a comment on the post, the post creator who wrote the post is automatically entered as a mention
    을 특징으로 하는 댓글 제공 방법.A method of providing comments, characterized by
  5. 제1항에 있어서,According to claim 1,
    상기 제공하는 단계는,The providing step is
    상기 댓글 작성자와 상기 멘션 대상자 간의 일대일 채팅방을 통해 상기 댓글을 전달하는 단계delivering the comment through a one-to-one chat room between the commenter and the mention subject
    를 포함하는 댓글 제공 방법.How to provide comments that include
  6. 제5항에 있어서,6. The method of claim 5,
    상기 댓글은 상기 포스트의 댓글 목록에 노출되지 않고 상기 일대일 채팅방을 통해 채팅방에 포함되는 일종의 메시지 타입으로 노출되는 것The comment is not exposed in the comment list of the post, but is exposed as a kind of message type included in the chat room through the one-to-one chat room
    을 특징으로 하는 댓글 제공 방법.A method of providing comments, characterized by
  7. 제5항에 있어서,6. The method of claim 5,
    상기 일대일 채팅방은 친구 추가 과정 없이 바로 채팅 가능한 오픈 채팅(open chatting) 형태로 생성되는 것The one-on-one chat room is created in the form of open chatting that can be chatted immediately without adding a friend.
    을 특징으로 하는 댓글 제공 방법.A method of providing comments characterized by
  8. 제5항에 있어서,6. The method of claim 5,
    상기 댓글을 전달하는 단계는,The step of sending the comment is,
    상기 멘션 대상자를 대상으로 채팅요청 메시지를 전송하는 단계; 및transmitting a chatting request message to the mention target; and
    상기 채팅요청 메시지를 통해 상기 멘션 대상자가 상기 댓글 작성자와의 채팅을 수락하는 경우 상기 일대일 채팅방을 통해 상기 댓글을 전달하는 단계delivering the comment through the one-to-one chat room when the person to whom the mention accepts the chat with the commenter through the chatting request message
    를 포함하는 댓글 제공 방법.How to provide comments that include
  9. 제1항에 있어서,According to claim 1,
    상기 멘션과 관련된 댓글 기능은 상기 댓글을 상기 포스트에 접근 가능한 사용자 중 상기 댓글 작성자와 상기 멘션 대상자에게만 공개하는 비밀 댓글 기능 및 상기 댓글 작성자와 상기 멘션 대상자 간의 일대일 채팅방을 통해 상기 댓글을 전달하는 채팅 기능을 포함하고,The comment function related to the mention includes a secret comment function that discloses the comment only to the commenter and the mention subject among users who can access the post, and a chat function to deliver the comment through a one-to-one chat room between the commenter and the mention subject. including,
    상기 댓글 제공 방법은,How to provide comments
    상기 적어도 하나의 프로세서에 의해, 상기 포스트에 대한 설정으로 상기 비밀 댓글 기능과 상기 채팅 기능 중 적어도 하나를 이용한 댓글을 선택적으로 차단하는 단계selectively blocking, by the at least one processor, a comment using at least one of the secret comment function and the chatting function by setting for the post
    를 더 포함하는 댓글 제공 방법.How to provide comments that further include
  10. 제9항에 있어서,10. The method of claim 9,
    상기 차단하는 단계는,The blocking step is
    상기 멘션 대상자로 지정된 포스트 작성자가 댓글 전달을 위한 일대일 채팅요청에 대해 일정 횟수 또는 일정 비율 이상 거절하는 경우 상기 포스트의 채팅 기능을 자동 차단하는 단계automatically blocking the chat function of the post when the post creator designated as the mention target rejects the one-to-one chat request for reply delivery a certain number of times or more than a certain percentage
    를 포함하는 댓글 제공 방법.How to provide comments that include
  11. 제1항 내지 제10항 중 어느 한 항의 댓글 제공 방법을 상기 컴퓨터 시스템에 실행시키기 위해 컴퓨터 판독가능한 기록 매체에 저장되는 컴퓨터 프로그램.A computer program stored in a computer-readable recording medium in order to execute the method for providing comments according to any one of claims 1 to 10 in the computer system.
  12. 컴퓨터 시스템에 있어서,In a computer system,
    메모리에 포함된 컴퓨터 판독가능한 명령들을 실행하도록 구성된 적어도 하나의 프로세서at least one processor configured to execute computer readable instructions contained in memory
    를 포함하고,including,
    상기 적어도 하나의 프로세서는,the at least one processor,
    포스트에 대해 멘션이 포함된 댓글이 입력되는 경우 상기 멘션과 결합되어 입력된 문자열에 기초하여 상기 멘션과 관련된 댓글 기능을 식별하고,When a comment including a mention is input for a post, it is combined with the mention and identifies a comment function related to the mention based on the input string,
    상기 식별된 댓글 기능을 통해 상기 댓글을 작성한 댓글 작성자와 상기 댓글 작성자가 지목한 멘션 대상자에 한하여 상기 댓글을 제공하는 것Providing the comment only to the commenter who made the comment through the identified comment function and the person to whom the commenter pointed out
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  13. 제12항에 있어서,13. The method of claim 12,
    상기 적어도 하나의 프로세서는,the at least one processor,
    상기 포스트에 접근 가능한 사용자 중 상기 댓글 작성자와 상기 멘션 대상자에게만 상기 댓글을 공개하는 비밀 댓글로 처리하는 것Treating the comment as a secret comment that discloses the comment only to the commenter and the mention subject among users who can access the post
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  14. 제12항에 있어서,13. The method of claim 12,
    상기 포스트에 대한 댓글 형식으로 상기 문자열이 입력되는 경우 상기 포스트를 작성한 포스트 작성자가 멘션으로 자동 입력되는 것When the character string is input in the form of a comment on the post, the post creator who wrote the post is automatically entered as a mention
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  15. 제12항에 있어서,13. The method of claim 12,
    상기 적어도 하나의 프로세서는,the at least one processor,
    상기 댓글 작성자와 상기 멘션 대상자 간의 일대일 채팅방을 통해 상기 댓글을 전달하는 것Delivering the comment through a one-to-one chat room between the commenter and the person to whom the mention is made
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  16. 제15항에 있어서,16. The method of claim 15,
    상기 댓글은 상기 포스트의 댓글 목록에 노출되지 않고 상기 일대일 채팅방을 통해 채팅방에 포함되는 일종의 메시지 타입으로 노출되는 것The comment is not exposed in the comment list of the post, but is exposed as a kind of message type included in the chat room through the one-to-one chat room
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  17. 제15항에 있어서,16. The method of claim 15,
    상기 일대일 채팅방은 친구 추가 과정 없이 바로 채팅 가능한 오픈 채팅 형태로 생성되는 것The one-on-one chat room is created in the form of an open chat that can be chatted immediately without the process of adding a friend
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  18. 제15항에 있어서,16. The method of claim 15,
    상기 적어도 하나의 프로세서는,the at least one processor,
    상기 멘션 대상자를 대상으로 채팅요청 메시지를 전송한 후, 상기 채팅요청 메시지를 통해 상기 멘션 대상자가 상기 댓글 작성자와의 채팅을 수락하는 경우 상기 일대일 채팅방을 통해 상기 댓글을 전달하는 것After sending a chat request message to the mention subject, when the mention subject accepts chatting with the commenter through the chat request message, delivering the comment through the one-to-one chat room
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  19. 제12항에 있어서,13. The method of claim 12,
    상기 멘션과 관련된 댓글 기능은 상기 댓글을 상기 포스트에 접근 가능한 사용자 중 상기 댓글 작성자와 상기 멘션 대상자에게만 공개하는 비밀 댓글 기능 및 상기 댓글 작성자와 상기 멘션 대상자 간의 일대일 채팅방을 통해 상기 댓글을 전달하는 채팅 기능을 포함하고,The comment function related to the mention includes a secret comment function that discloses the comment only to the commenter and the mention subject among users who can access the post, and a chat function to deliver the comment through a one-to-one chat room between the commenter and the mention subject. including,
    상기 적어도 하나의 프로세서는,the at least one processor,
    상기 포스트에 대한 설정으로 상기 비밀 댓글 기능과 상기 채팅 기능 중 적어도 하나를 이용한 댓글을 선택적으로 차단하는 것Selectively blocking comments using at least one of the secret comment function and the chatting function as a setting for the post
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
  20. 제19항에 있어서,20. The method of claim 19,
    상기 적어도 하나의 프로세서는,the at least one processor,
    상기 멘션 대상자로 지정된 포스트 작성자가 댓글 전달을 위한 일대일 채팅요청에 대해 일정 횟수 또는 일정 비율 이상 거절하는 경우 상기 포스트의 채팅 기능을 자동 차단하는 것Automatically blocking the chat function of the post when the post creator designated as the mention target rejects the one-to-one chat request for reply delivery a certain number of times or a certain percentage
    을 특징으로 하는 컴퓨터 시스템.A computer system characterized by a.
PCT/KR2021/018547 2021-01-18 2021-12-08 Method, system and computer program for enhancing mention function WO2022154266A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2023539871A JP2024502570A (en) 2021-01-18 2021-12-08 Methods, systems, and computer programs for enhancing mention functionality

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0006571 2021-01-18
KR1020210006571A KR20220104381A (en) 2021-01-18 2021-01-18 Method, computer device, and computer program to enhance mention function

Publications (1)

Publication Number Publication Date
WO2022154266A1 true WO2022154266A1 (en) 2022-07-21

Family

ID=82447244

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2021/018547 WO2022154266A1 (en) 2021-01-18 2021-12-08 Method, system and computer program for enhancing mention function

Country Status (3)

Country Link
JP (1) JP2024502570A (en)
KR (1) KR20220104381A (en)
WO (1) WO2022154266A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100133260A (en) * 2009-06-11 2010-12-21 (주) 키위스톤플래닝 Posting scrap method and system
US7933958B2 (en) * 2004-06-08 2011-04-26 International Business Machines Corporation Real-time blog interaction
KR20120070829A (en) * 2010-12-22 2012-07-02 삼성전자주식회사 Apparatus and method that publish and uses comment of contents in distributed network system
KR20160110324A (en) * 2016-09-05 2016-09-21 네이버 주식회사 System, method and computer readable recording medium for linking with an outer service server through a chatting window of a messenger service
US20180069824A1 (en) * 2012-10-01 2018-03-08 Salesforce.Com, Inc. Systems and methods of redactive messaging

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7933958B2 (en) * 2004-06-08 2011-04-26 International Business Machines Corporation Real-time blog interaction
KR20100133260A (en) * 2009-06-11 2010-12-21 (주) 키위스톤플래닝 Posting scrap method and system
KR20120070829A (en) * 2010-12-22 2012-07-02 삼성전자주식회사 Apparatus and method that publish and uses comment of contents in distributed network system
US20180069824A1 (en) * 2012-10-01 2018-03-08 Salesforce.Com, Inc. Systems and methods of redactive messaging
KR20160110324A (en) * 2016-09-05 2016-09-21 네이버 주식회사 System, method and computer readable recording medium for linking with an outer service server through a chatting window of a messenger service

Also Published As

Publication number Publication date
JP2024502570A (en) 2024-01-22
KR20220104381A (en) 2022-07-26

Similar Documents

Publication Publication Date Title
WO2020096087A1 (en) Method, system, and non-transitory computer-readable recording medium for managing message group
WO2021256669A1 (en) Access security management method and system
WO2018030554A1 (en) Method and system for providing message-based notification
JP6882924B2 (en) Service interlocking method, system and computer program between servers that identify registered users using different user identification systems
WO2016129811A1 (en) Method and system for providing rich menu in instant messaging service and recording medium
WO2016108545A1 (en) Conversation service provision method and conversation service provision device
WO2018128261A1 (en) Method and system for sharing user activity information
WO2019235653A1 (en) Method and system for recognizing nearby acquaintance on basis of short-range wireless communication and non-transitory computer-readable recording medium
TW202101942A (en) Method, computer system and computer readable recording medium of controlling joining chat room
WO2022045419A1 (en) Blockchain-network-based driver license authentication service method using decentralized id, and user terminal for performing driver license authentication service
KR20220166251A (en) Method, system, and computer program for providing chatroom embedded content
WO2022154266A1 (en) Method, system and computer program for enhancing mention function
WO2018092948A1 (en) Remittance method and system therefor
JP2011123531A (en) Network system, communication method, communication terminal and communication server
WO2019172463A1 (en) Method, system, and non-transitory computer-readable recording medium for recommending profile photo
WO2017155230A1 (en) Method and system for recognizing input by using index of variable grid
WO2018110723A1 (en) Payment method and system
WO2019156263A1 (en) Method, system, and non-transitory computer-readable recording medium for providing chat room in three-dimensional form
WO2018030553A1 (en) Method and system for providing automatic response function on messenger
WO2019240305A1 (en) Method, system, and non-transitory computer-readable recording medium for processing chat room on basis of degree of use
JP7425555B2 (en) Notification methods, computer systems, and computer programs in a multi-device environment
KR20220035549A (en) Method and system for managing chat room operation using automatic answer bot
WO2015069083A1 (en) System and method for providing content in communication system
WO2019066408A1 (en) Device and method for providing text message on basis of touch input
WO2019151548A1 (en) Method, system, and non-transitory computer-readable recording medium for providing information on basis of face recognition

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21919890

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2023539871

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21919890

Country of ref document: EP

Kind code of ref document: A1