WO2021014651A1 - 管理装置及び管理方法 - Google Patents

管理装置及び管理方法 Download PDF

Info

Publication number
WO2021014651A1
WO2021014651A1 PCT/JP2019/029262 JP2019029262W WO2021014651A1 WO 2021014651 A1 WO2021014651 A1 WO 2021014651A1 JP 2019029262 W JP2019029262 W JP 2019029262W WO 2021014651 A1 WO2021014651 A1 WO 2021014651A1
Authority
WO
WIPO (PCT)
Prior art keywords
comment
posted
content
user
newly
Prior art date
Application number
PCT/JP2019/029262
Other languages
English (en)
French (fr)
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 PCT/JP2019/029262 priority Critical patent/WO2021014651A1/ja
Publication of WO2021014651A1 publication Critical patent/WO2021014651A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Definitions

  • the present invention relates to a management device and a management method.
  • BBS Bulletin Board System
  • SNS social networking services
  • Patent Document 1 In such a new environment, in order to properly operate BBS and SNS, it is necessary for their providers (administrators) to manage the information handled on the network, and the technology related to such information management has been conventionally used. It has been proposed (see Patent Document 1).
  • Patent Document 1 a newly posted comment is compared with a comment posted in the past, and whether or not there are synonyms or synonyms in those comments, that is, whether or not those comments are similar.
  • a technique for hiding newly posted comments from a third party is disclosed when it is determined whether or not the comments are similar.
  • an object of the present invention is to provide an advantageous technique for managing comments posted by users.
  • the present invention is a management device that manages comments posted by users, and includes the contents of comments newly posted by users and the contents of comments already posted before the comments are posted.
  • the user is newly notified.
  • a management device characterized by having a presentation unit that presents a review of the content of the posted comment is provided.
  • it is a management method for managing comments posted by users, and the contents of comments newly posted by users and the contents of comments already posted before the comments are posted.
  • a management method characterized by having a process of presenting a review is provided.
  • FIG. 1 is a schematic view showing a configuration of a system 1 including a management device 2 as one aspect of the present invention.
  • the system 1 includes a management device 2 and user terminals 3 and 4, and in the present embodiment, a system capable of posting (writing) or browsing a topic or comment via a communication network 5. That is, it constitutes an electronic bulletin board system (BBS).
  • BSS electronic bulletin board system
  • the management device 2 and the user terminals 3 and 4 are connected to each other so as to be able to communicate with each other via a communication network 5 such as the Internet.
  • FIG. 1 illustrates a case where the number of user terminals constituting the system 1 is two, the number of user terminals constituting the system 1 is not limited to two, and may be three or more. ..
  • the management device 2 is a terminal used by an administrator (provider) who manages the system 1 (BBS), and is composed of, for example, a computer including a CPU and a memory.
  • the administrator is a company that provides a BBS to a user, and includes, for example, a telecommunications carrier, a system operator, a vehicle (motorcycle or motorcycle) dealer, and the like.
  • the management device 2 functions as a server that provides the BBS.
  • the management device 2 manages comments posted by users (user terminals 3 and user terminals 4) and comments viewed by users via the communication network 5.
  • the user terminal 3 is a terminal used by a user of the system 1 (BBS), and is, for example, a mobile terminal including a CPU, a memory, and the like.
  • the user terminal 4 is a terminal used by a user of the system 1, and is, for example, a computer including a CPU and a memory.
  • the user terminal 3 and the user terminal 4 include a display device and a communication device.
  • the comment posted from the user to the BBS is posted (transmitted) from the user terminal 3 or the user terminal 4 to the management device 2 via the communication network 5. Further, the comment posted from the user to the BBS is provided from the management device 2 to the user terminal 3 and the user terminal 4 via the communication network 5, and is viewed by the user terminal 3 and the user terminal 4.
  • FIG. 2 is a schematic block diagram showing the configuration of the management device 2.
  • the management device 2 includes a processing unit 21, a storage unit 22, and an interface (I / F) unit 23.
  • the processing unit 21 includes a processor represented by a CPU and executes a program stored in the storage unit 22.
  • the storage unit 22 includes a storage device such as a RAM, a ROM, and a hard disk.
  • the I / F unit 23 relays the transmission and reception of signals between the external device and the processing unit 21.
  • the I / F unit 23 includes a wired or wireless communication interface capable of communicating with the user terminals 3 and 4 via the communication network 5.
  • the processing unit 21 has a function of managing comments posted by the user and comments viewed by the user, and includes a reception unit 211, a first determination unit 212, and a presentation unit 213. , Post control unit 214 and second determination unit 216 are included.
  • the reception unit 211 has a function of receiving various requests (instructions) from the user (user terminal 3 or user terminal 4) to the management device 2 input via the I / F unit 23.
  • the reception unit 211 receives a request for posting a new comment or a request for viewing a comment from the user.
  • the reception unit 211 also accepts a request from the user to cancel (cancel) the posting of a comment.
  • the second determination unit 216 has a function of analyzing newly posted comments from the user received by the reception unit 211 and determining the content thereof. Specifically, the second determination unit 216 determines whether or not the newly posted comment contains a question.
  • the first determination unit 212 newly posts a comment from the user received by the reception unit 211 when the second determination unit 216 determines that the newly posted comment contains a question. It has a function of determining similarity (identity) with a comment already posted before the comment is posted (a comment stored in the storage unit 22 as described later). Specifically, the first determination unit 212 compares the content of the newly posted comment with the content of the comment already posted, and obtains the degree of similarity. Then, the first determination unit 212 determines whether or not the degree of similarity between the content of the newly posted comment and the content of the already posted comment exceeds the standard.
  • the similarity exceeds the standard, it is assumed that the content of the newly posted comment and the content of the already posted comment are similar, and the similarity does not exceed the standard. In this case, it is assumed that the content of the newly posted comment and the content of the comment already posted are not similar.
  • the criteria are preset by the administrator of the system 1 according to the definition of similarity (how much they are similar).
  • the second determination unit 216 determines that the newly posted comment does not include a question
  • the first determination unit 212 already includes the content of the newly posted comment and the content of the comment. Do not judge whether the similarity with the content of the posted comment exceeds the standard.
  • the presentation unit 213 has a function of presenting various messages to the user regarding the message posted by the user.
  • the presentation unit 213 tells the user when the first determination unit 212 determines that the similarity between the content of the newly posted comment and the content of the already posted comment exceeds the standard.
  • the presentation unit 213 reviews the content of the newly posted comment for the user, and the similarity with the content of the newly posted comment among the already posted comments exceeds the standard. That is, the content of the comment that is similar to the content of the newly posted comment may be presented. It should be noted that the content of the newly posted comment is reviewed and the content of the comment similar to the content of the newly posted comment is presented (displayed) via the display device of the user terminal 3 or the user terminal 4. .
  • the posting control unit 214 has a function of controlling whether or not the posting of comments from the user is permitted (that is, whether or not the comments posted by the user are registered and made viewable). In the present embodiment, when the second determination unit 216 determines that the newly posted comment does not include a question, the posting control unit 214 includes the content of the newly posted comment and the already posted comment. Allows users to post newly posted comments, regardless of whether the similarity to the content of the comment exceeds the standard. On the other hand, when the second determination unit 216 determines that the newly posted comment contains a question, the posting control unit 214 determines the content of the newly posted comment and the content of the already posted comment. Controls whether or not to allow the posting of newly posted comments, depending on whether or not the similarity with is exceeding the standard.
  • the posting control unit 214 tells the user. And do not allow the posting of newly posted comments. Further, when the first determination unit 212 determines that the similarity between the content of the newly posted comment and the content of the already posted comment does not exceed the standard, the posting control unit 214 notifies the user. And allow the posting of newly posted comments.
  • the posting control unit 214 also has a function of controlling whether or not the storage unit 22 stores (stores) comments posted by the user. Specifically, when the first determination unit 212 determines that the similarity between the content of the newly posted comment and the content of the already posted comment exceeds the standard, the posting control unit 214 sets the post control unit 214. The newly posted comment is not stored in the storage unit 22. On the other hand, when the first determination unit 212 determines that the similarity between the content of the newly posted comment and the content of the already posted comment does not exceed the standard, the posting control unit 214 newly posts. The comment to be made is stored in the storage unit 22. As described above, the storage unit 22 functions as a storage unit for accumulating comments posted by the user.
  • the storage unit 22 has already been posted and is stored in the storage unit 22.
  • a comment that is not similar to the stored comment is stored in the storage unit 22. Therefore, the plurality of comments stored (stored) in the storage unit 22 are only comments that are not similar to each other.
  • the user may change the content of the newly posted comment.
  • the first determination unit 212 changes the content of the newly posted comment and the content of the already posted comment. Compare and find the similarity. Then, the first determination unit 212 determines whether or not the degree of similarity between the changed content of the newly posted comment and the content of the already posted comment exceeds the standard. Further, when the first determination unit 212 determines that the similarity between the changed content of the newly posted comment and the content of the already posted comment does not exceed the standard, the posting control unit 214 determines. Allow users to post newly posted modified comments.
  • the presentation unit 212 again , Presents the user with a review of the changed content of newly posted comments.
  • the management device 2 mainly receives a processing example between the management device 2 and the user terminals 3 and 4, specifically, a comment posted by the user via the user terminal 3 or the user terminal 4.
  • the process to be managed will be described.
  • the process shown in FIG. 3 is executed by the processing unit 21.
  • the processing unit 21 determines whether or not a new comment has been posted by the user via the user terminal 3 or the user terminal 4. If no new comment has been posted, S302 is repeated at a predetermined cycle. On the other hand, if a new comment is posted, the process proceeds to S304.
  • the reception unit 211 receives comments newly posted from the user (user terminal 3 or user terminal 4) via the communication network 5 and the I / F unit 23. However, at the stage when the reception unit 211 receives the newly posted comment, the posting of such a comment is not permitted and is not reflected in the BBS.
  • the second determination unit 216 determines whether or not the newly posted comment received in S304 contains a question. If the newly posted comment contains a question, the process proceeds to S306. On the other hand, if the newly posted comment does not include a question, the process proceeds to S312.
  • the first determination unit 212 contains the content of the newly posted comment received in S304 and the content of the comment already posted before the comment is posted (comment stored in the storage unit 22). Is compared with, and it is determined whether or not the similarity exceeds the standard. If the similarity between the content of the newly posted comment and the content of the already posted comment does not exceed the standard, the content of the newly posted comment and the content of the already posted comment are similar. Assuming that it has not been done, it shifts to S312. On the other hand, if the similarity between the content of the newly posted comment and the content of the already posted comment exceeds the standard, the content of the newly posted comment and the content of the already posted comment will be As a similar one, move to S308.
  • the presentation unit 213 presents the user with a review of the content of the newly posted comment.
  • the presentation unit 213 reviews the content of the newly posted comment and gives the user the content of the comment that is similar to the content of the newly posted comment among the already posted comments. It may be presented.
  • the presentation unit 213 provides an image (image data) for notifying the review of the content of the newly posted comment and the content of the comment similar to the content of the newly posted comment. It is transmitted to the user terminal 3 or the user terminal 4, and the image is displayed on the user terminal 3 or the user terminal 4.
  • FIG. 4 is for notifying the review of the content of the newly posted comment displayed on the user terminal 3 or the user terminal 4 and the content of the comment similar to the content of the newly posted comment.
  • FIG. Absent the review of the content of the newly posted comment and the comment similar to the content of the newly posted comment may be presented by voice, for example, instead of the image.
  • the post from the user is a comment (for example, a comment on the article), but the post from the user may be an article.
  • “comment” is replaced with “article”.
  • the management device 2 informs the user when the newly posted comment includes a question and the content of the newly posted comment is similar to the content of the already posted comment.
  • the posting of such a comment is not permitted (hidden) as in the conventional technology. )
  • the posting control unit 214 does not allow the user to post a newly posted comment, and does not store such a comment in the storage unit 22.
  • the posting control unit 214 notifies the user via an image or voice that the newly posted comment is not stored in the storage unit 22, that is, the posting of the newly posted comment is not permitted. You may.
  • the posting control unit 214 allows the user to post a newly posted comment, and stores the comment in the storage unit 22. As a result, newly posted comments will be reflected in the BBS. As in S310, the posting control unit 214 may notify the user via an image or voice that the posting of a newly posted comment is permitted.
  • the newly posted comment does not include a question
  • the content of the comment is similar to the content of the comment already posted. Allow new comments to be posted, whether or not they are.
  • BBS communicated basic services
  • the newly posted comment contains a question, it prevents the comment that the user thinks is not similar to the content of the already posted comment from being posted, and has already posted. It is possible to prevent a comment similar to the comment made from being posted and registered in duplicate. Therefore, it is possible to provide an advantageous technique for managing comments posted by users.
  • S322, S324, and S326 may be provided as the subsequent steps of the step of S310.
  • the processing unit 21 determines whether or not the content of the comment newly posted by the user has been changed. If the content of the newly posted comment has not been changed, the process proceeds to S324. On the other hand, when the content of the newly posted comment is changed, the process proceeds to S326.
  • the reception unit 211 determines whether or not the cancellation of the comment newly posted by the user, that is, the cancellation of the posting of such a comment has been accepted. If the cancellation of the comment posting is not accepted, the process proceeds to S322. On the other hand, if the cancellation of the comment posting is accepted, the process ends.
  • the first determination unit 212 compares the changed content of the newly posted comment with the content of the already posted comment (comment stored in the storage unit 22), and the degree of similarity is determined. Determine if the standard is exceeded. If the similarity between the changed content of the newly posted comment and the content of the already posted comment does not exceed the standard, the changed content of the newly posted comment and the already posted comment Assuming that the contents of the above are not similar, the process proceeds to S312. On the other hand, if the similarity between the changed content of the newly posted comment and the content of the already posted comment exceeds the standard, the changed content of the newly posted comment and the already posted content have already been posted. Assuming that the content of the comment is similar, the process proceeds to S308.
  • S332 and S334 may be provided as a step after branching to YES in S326.
  • the presentation unit 213 tells the user that the changed content of the newly posted comment is similar to the content of the comment already posted, and that the content of the newly posted comment is changed. Show whether or not to post with the content.
  • the presentation unit 213 confirms that S308 has been passed once, that is, a flag indicating that the user has been presented with a review of the comment has been set, and when such a flag is set, a new flag is set. Indicate whether or not to post with the changed content of the comment posted to.
  • the flag indicating that the review of the comment has been presented to the user may be set at the timing when the review of the content of the newly posted comment is presented in S308.
  • the processing unit 21 determines whether or not the user has instructed to post with the changed content of the newly posted comment.
  • the process proceeds to S312, and the posting control unit 214 tells the user the newly posted changed comment. Is permitted to be posted, and the comment is stored in the storage unit 22.
  • the process ends. However, the process may be shifted to S308 instead of ending the process.
  • S332 and S334 While preventing the question included in the comment posted by the user from being registered in duplicate to some extent, the comment newly posted according to the user's will You can allow posting. Further, in the present embodiment, the case where S332 and S334 are provided after branching to YES in S326 has been described as an example, but S332 and S334 may be provided after branching to NO in S322. When S332 and S334 are provided as the steps after branching to NO in S322, the process may proceed to S324 after branching to NO in S334.
  • FIG. 7 is a schematic block diagram showing another configuration of the management device 2.
  • the management device 2 shown in FIG. 7 has a different configuration of the processing unit 21 as compared with the management device 1 shown in FIG.
  • the processing unit 21 has a function of managing comments posted by the user and comments viewed by the user, and does not include the second determination unit 216, and the reception unit 211 and the first
  • the determination unit 212, the presentation unit 213, and the posting control unit 214 are included.
  • the first determination unit 212 resembles the content of the newly posted comment and the content of the already posted comment regardless of whether or not the newly posted comment contains a question. Determine if the degree exceeds the standard.
  • the posting control unit 214 controls whether or not the posting of comments from the user is permitted regardless of whether or not the newly posted comment includes a question.
  • the posting control unit 214 determines. Do not allow users to post newly posted comments.
  • the posting control unit 214 tells the user. And allow the posting of newly posted comments.
  • the management device 2 mainly receives a processing example between the management device 2 and the user terminals 3 and 4, specifically, a comment posted by the user via the user terminal 3 or the user terminal 4.
  • the process to be managed will be described.
  • the process shown in FIG. 8 is executed by the processing unit 21.
  • S702 and S704 are the same as S302 and S704 shown in FIG. 3, respectively, detailed description thereof will be omitted here.
  • the first determination unit 212 contains the content of the newly posted comment received in S704 and the content of the comment already posted (comment stored in the storage unit 22) before the comment is posted. Is compared with, and it is determined whether or not the similarity exceeds the standard.
  • the similarity between the content of the newly posted comment and the content of the already posted comment is the standard regardless of whether or not the newly posted comment contains a question. Determine if it exceeds. If the similarity between the content of the newly posted comment and the content of the already posted comment does not exceed the standard, the content of the newly posted comment and the content of the already posted comment are similar. Assuming that it has not been done, it shifts to S712. On the other hand, if the similarity between the content of the newly posted comment and the content of the already posted comment exceeds the standard, the content of the newly posted comment and the content of the already posted comment will be As something similar, we move to S708.
  • the presentation unit 213 presents the user with a review of the content of the newly posted comment. At this time, as in S308, the presentation unit 213 reviews the content of the newly posted comment to the user, and is similar to the content of the newly posted comment among the already posted comments. You may also present the content of your comment.
  • the management device 2 has the content of the newly posted comment and the content of the already posted comment regardless of whether or not the newly posted comment includes a question. If they are similar, offer the user a review of the content of the newly posted comment. As a result, when the user wants to post a comment that is not similar (not the same) to the content of the comment that has already been posted, the posting of such a comment is not permitted (hidden) as in the conventional technology. ), And it is possible to prevent a comment that is similar to a comment that has already been posted from being posted and registered in duplicate.
  • the posting control unit 214 does not allow the user to post a newly posted comment, and does not store such a comment in the storage unit 22.
  • S322, S324 and S326 may be provided as the subsequent steps of the step of S710 shown in FIG. 8 as in FIG. 5, and the same as in FIGS. 6A and 6B.
  • S332 and S334 may be provided in addition to S322, S324 and S326.
  • the management device of the above-described embodiment is A management device (eg, 2) that manages comments posted by users (eg, 3, 4).
  • a first determination unit (for example, 212) that determines whether or not the similarity between the content of a comment newly posted by a user and the content of a comment already posted before the comment is posted exceeds the standard. )When, When the first determination unit determines that the similarity exceeds the criterion, the presentation unit (for example, 213) presents the user with a review of the content of the newly posted comment. , It is characterized by having.
  • a second determination unit for example, 216 for determining whether or not the newly posted comment contains a question, and When the second determination unit determines that the newly posted comment does not include a question, the post control unit that allows the user to post the newly posted comment (for example, 214) and It is characterized by further having.
  • the management device for example, 2
  • It further has a second determination unit (eg, 216) that determines whether the newly posted comment contains a question.
  • the first determination unit for example, 212 includes the content of the newly posted comment and the already It is characterized in that it is determined whether or not the degree of similarity with the content of the posted comment exceeds the above criteria.
  • the presentation unit (for example, 213) is newly posted to the user (for example, 3, 4) when the first determination unit determines that the similarity exceeds the reference. Along with reviewing the content of the comment, the content of the comment whose similarity exceeds the standard among the already posted comments is presented.
  • the user can know (reference) the content of the newly posted comment and the content of the already posted comment that is similar to the content of the newly posted comment.
  • the first determination unit determines that the similarity exceeds the criterion
  • the newly posted comment is posted to the user (for example, 3, 4). If the first determination unit determines that the similarity does not exceed the criterion, the posting control unit that permits the user to post the newly posted comment (for example, it is characterized by further having 214).
  • the management device (for example, 2), It also has a storage unit (eg, 22) for storing comments posted by users (eg, 3, 4).
  • the posting control unit (for example, 214) stores the newly posted comment in the storage unit.
  • the newly posted comment is accumulated in the storage unit.
  • the first determination unit determines whether or not the degree of similarity between the changed content of the comment and the content of the already posted comment exceeds the criterion.
  • the posting control unit for example, 214. The user is allowed to post the comment after the change.
  • the presentation unit (for example, 212) 213) is characterized by presenting a review of the content after the change of the comment.
  • the presentation unit (for example, 212) 213) presents to the user whether or not the content of the comment after the change is similar to the content of the comment already posted and whether or not to post with the content after the change of the comment.
  • the posting control unit (for example, 214) permits the user to post the changed comment. It is a feature.
  • management device for example, 2
  • It is characterized by further having a reception unit (for example, 211) that accepts cancellation of the posting of the comment from the user (for example, 3, 4).
  • the management method of the above-described embodiment is It is a management method that manages comments posted by users.
  • the process of determining whether the similarity between the content of a comment newly posted by the user and the content of a comment already posted before the comment is posted exceeds the standard, and A step of presenting the user with a review of the content of the newly posted comment when it is determined that the similarity exceeds the criterion. It is characterized by having.
  • BBS has been described as an example, but the present invention can also be applied to a social networking service (SNS).
  • SNS social networking service
  • Management device 21 Processing unit 211: Reception unit 212: First judgment unit 213: Presentation unit 214: Post control unit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

ユーザから投稿されるコメントを管理する管理装置であって、ユーザから新たに投稿されるコメントの内容と、当該コメントが投稿される前に既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する第1判定部と、前記類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しを提示する提示部と、を有することを特徴とする管理装置を提供する。

Description

管理装置及び管理方法
 本発明は、管理装置及び管理方法に関する。
 近年、個人間のコミュニケーションを促進する新たな環境として、電子掲示板(BBS:Bulletin Board System)やソーシャルネットワーキングサービス(SNS)などが注目されている。BBSは、例えば、インターネットやパソコン通信などの通信ネットワークを介して、トピックやコメントを投稿したり(書き込んだり)、閲覧したりすることができるシステムである。SNSは、インターネットを利用して、個人同士のコミュニティを容易に構築可能とする、即ち、社会的なネットワークの構築を支援するサービスである。
 このような新たな環境では、BBSやSNSを適切に運用するために、それらの提供者(管理者)がネットワーク上で扱われる情報を管理する必要があり、かかる情報の管理に関する技術が従来から提案されている(特許文献1参照)。特許文献1には、新たに投稿されるコメントと、過去に投稿されたコメントとを比較して、それらのコメントに同義語や類義語があるか否か、即ち、それらのコメントが近似しているか否かを判定し、近似している場合には、新たに投稿されたコメントを第三者に対して非表示にする技術が開示されている。
特許第5068343号公報
 しかしながら、従来技術では、新たに投稿されるコメントに過去に投稿されたコメントの同義語や類義語が含まれている場合には、新たに投稿されるコメントが過去に投稿されたコメントに集約されてしまう。従って、投稿者(ユーザ)としては、過去に投稿されたコメントと同一ではない(重複していない)コメントを投稿したかった場合でも、同義語や類義語が含まれているだけで、過去に投稿されたコメントに近似しているとして、第三者に対して発信する(知らせる)ことができなくなる可能性がある。
 そこで、本発明は、ユーザから投稿されるコメントを管理するのに有利な技術を提供することを目的とする。
 本発明によれば、ユーザから投稿されるコメントを管理する管理装置であって、ユーザから新たに投稿されるコメントの内容と、当該コメントが投稿される前に既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する第1判定部と、前記類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しを提示する提示部と、を有することを特徴とする管理装置が提供される。
 また、本発明によれば、ユーザから投稿されるコメントを管理する管理方法であって、ユーザから新たに投稿されるコメントの内容と、当該コメントが投稿される前に既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する工程と、前記類似度が前記基準を超えていると判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しを提示する工程と、を有することを特徴とする管理方法が提供される。
 本発明によれば、例えば、ユーザから投稿されるコメントを管理するのに有利な技術を提供することができる。
 本発明のその他の特徴及び利点は、添付図面を参照とした以下の説明により明らかになるであろう。なお、添付図面においては、同じ若しくは同様の構成には、同じ参照番号を付す。
 添付図面は明細書に含まれ、その一部を構成し、本発明の実施の形態を示し、その記述と共に本発明の原理を説明するために用いられる。
本発明の一側面としての管理装置を含むシステムの構成を示す概略図である。 図1に示す管理装置の構成を示す概略ブロック図である。 図1に示すシステムの処理例を説明するためのフローチャートである。 新たに投稿されるコメントの内容の見直しと、新たに投稿されるコメントの内容と類似しているコメントの内容とを通知するための画像の一例を示す図である。 図1に示すシステムの処理例を説明するためのフローチャートである。 図1に示すシステムの処理例を説明するためのフローチャートである。 図1に示すシステムの処理例を説明するためのフローチャートである。 図1に示す管理装置の構成を示す概略ブロック図である。 図1に示すシステムの処理例を説明するためのフローチャートである。
 以下、添付図面を参照して実施形態を詳しく説明する。なお、以下の実施形態は特許請求の範囲に係る発明を限定するものでなく、また実施形態で説明されている特徴の組み合わせの全てが発明に必須のものとは限らない。実施形態で説明されている複数の特徴のうち二つ以上の特徴が任意に組み合わされてもよい。また、同一若しくは同様の構成には同一の参照番号を付し、重複した説明は省略する。
 図1は、本発明の一側面としての管理装置2を含むシステム1の構成を示す概略図である。システム1は、管理装置2と、ユーザ端末3及び4とを含み、本実施形態では、通信ネットワーク5を介して、トピックやコメントを投稿したり(書き込んだり)、閲覧したりすることができるシステム、即ち、電子掲示板(BBS)を構成する。システム1において、管理装置2と、ユーザ端末3及び4とは、インターネットなどの通信ネットワーク5を介して、互いに通信可能に接続されている。図1では、システム1を構成するユーザ端末が2つである場合を例示しているが、システム1を構成するユーザ端末は2つに限定されるものではなく、3つ以上であってもよい。
 管理装置2は、システム1(BBS)を管理する管理者(提供者)が使用する端末であって、例えば、CPUやメモリなどを含むコンピュータで構成される。ここで、管理者とは、ユーザに対して、BBSを提供する業者であって、例えば、通信事業者、システム事業者、車両(自動二輪車や自動四輪車)のディーラーなどを含む。システム1において、管理装置2は、BBSを提供するサーバとして機能する。管理装置2は、通信ネットワーク5を介して、ユーザ(ユーザ端末3やユーザ端末4)から投稿されるコメントやユーザに閲覧されるコメントを管理する。
 ユーザ端末3は、システム1(BBS)のユーザが使用する端末であって、例えば、CPUやメモリなどを含む携帯端末である。ユーザ端末4は、システム1のユーザが使用する端末であって、例えば、CPUやメモリを含むコンピュータである。ユーザ端末3やユーザ端末4は、表示デバイスや通信デバイスを含む。本実施形態では、ユーザからBBSに投稿されるコメントは、ユーザ端末3やユーザ端末4から、通信ネットワーク5を介して、管理装置2に投稿(送信)される。また、ユーザからBBSに投稿されたコメントは、管理装置2から、通信ネットワーク5を介して、ユーザ端末3やユーザ端末4に提供され、ユーザ端末3やユーザ端末4で閲覧される。
 <第1実施形態>
 図2は、管理装置2の構成を示す概略ブロック図である。管理装置2は、処理部21と、記憶部22と、インタフェース(I/F)部23とを含む。処理部21は、CPUに代表されるプロセッサを含み、記憶部22に記憶されたプログラムを実行する。記憶部22は、RAM、ROM、ハードディスクなどの記憶デバイスを含む。I/F部23は、外部デバイスと処理部21との信号の送受信を中継する。I/F部23は、通信ネットワーク5を介して、ユーザ端末3及び4と通信可能な有線又は無線の通信インタフェースを含む。
 処理部21は、本実施形態では、ユーザから投稿されるコメントやユーザに閲覧されるコメントの管理に関する処理を行う機能を有し、受付部211と、第1判定部212と、提示部213と、投稿制御部214と、第2判定部216とを含む。
 受付部211は、I/F部23を介して入力される、管理装置2に対するユーザ(ユーザ端末3やユーザ端末4)からの各種の要求(指示)を受け付ける機能を有する。受付部211は、本実施形態では、ユーザからの新たなコメントの投稿の要求やコメントの閲覧の要求を受け付ける。また、受付部211は、ユーザからのコメントの投稿のキャンセル(取り消し)の要求も受け付ける。
 第2判定部216は、受付部211で受け付けたユーザから新たに投稿されるコメントを解析して、その内容を判定する機能を有する。具体的には、第2判定部216は、新たに投稿されたコメントが質問を含んでいるか否かを判定する。
 第1判定部212は、本実施形態では、新たに投稿されたコメントが質問を含んでいると第2判定部216が判定した場合に、受付部211で受け付けたユーザから新たに投稿されるコメントを解析して、かかるコメントが投稿される前に既に投稿されたコメント(後述するように、記憶部22に記憶されているコメント)との類似性(同一性)を判定する機能を有する。具体的には、第1判定部212は、新たに投稿されるコメントの内容と、既に投稿されたコメントの内容とを比較して、その類似度を求める。そして、第1判定部212は、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する。本実施形態では、類似度が基準を超えている場合には、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似しているものとし、類似度が基準を超えていない場合には、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似していないものとする。なお、基準は、システム1の管理者によって、類似の定義(どの程度を類似とするか)に応じて、予め設定される。一方、本実施形態では、新たに投稿されたコメントが質問を含んでいないと第2判定部216が判定した場合には、第1判定部212は、新たに投稿されるコメントの内容と、既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定しない。
 提示部213は、ユーザから投稿されるメッセージに関して、かかるユーザに対して、様々なメッセージを提示する機能を有する。提示部213は、本実施形態では、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていると第1判定部212が判定した場合に、ユーザに対して、新たに投稿されるコメントの内容の見直しを提示する。この際、提示部213は、ユーザに対して、新たに投稿されるコメントの内容の見直しとともに、既に投稿されたコメントのうち、新たに投稿されるコメントの内容との類似度が基準を超えている、即ち、新たに投稿されるコメントの内容と類似しているコメントの内容を提示するようにしてもよい。なお、新たに投稿されるコメントの内容の見直しや新たに投稿されるコメントの内容と類似しているコメントの内容は、ユーザ端末3やユーザ端末4の表示デバイスを介して提示(表示)される。
 投稿制御部214は、ユーザからのコメントの投稿を許可するか否か(即ち、ユーザから投稿されるコメントを登録して閲覧可能にするか否か)を制御する機能を有する。投稿制御部214は、本実施形態では、新たに投稿されたコメントが質問を含んでいないと第2判定部216が判定した場合には、新たに投稿されるコメントの内容と、既に投稿されたコメントの内容との類似度が基準を超えているか否かにかかわらず、ユーザに対して、新たに投稿されるコメントの投稿を許可する。一方、新たに投稿されたコメントが質問を含んでいると第2判定部216が判定した場合には、投稿制御部214は、新たに投稿されるコメントの内容と、既に投稿されたコメントの内容との類似度が基準を超えているか否かに応じて、新たに投稿されるコメントの投稿を許可するか否かを制御する。例えば、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていると第1判定部212が判定した場合には、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可しない。また、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていないと第1判定部212が判定した場合には、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可する。
 投稿制御部214は、本実施形態では、ユーザから投稿されるコメントを記憶部22に記憶(蓄積)させるか否かを制御する機能も有する。具体的には、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていると第1判定部212が判定した場合には、投稿制御部214は、新たに投稿されるコメントを記憶部22に記憶させない。一方、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていないと第1判定部212が判定した場合には、投稿制御部214は、新たに投稿されるコメントを記憶部22に記憶させる。このように、記憶部22は、ユーザから投稿されるコメントを蓄積するための蓄積部として機能し、特に、本実施形態では、ユーザから投稿されるコメントのうち、既に投稿されて記憶部22に記憶されたコメントと類似していないコメントが記憶部22に記憶される。従って、記憶部22に記憶(蓄積)された複数のコメントは、互いに類似してないコメントだけとなる。
 システム1においては、提示部213が新たに投稿されるコメントの内容の見直しを提示した後に、ユーザが、新たに投稿されるコメントの内容を変更する場合が考えられる。このように、ユーザが新たに投稿されるコメントの内容を変更した場合には、第1判定部212は、新たに投稿されるコメントの変更後の内容と、既に投稿されたコメントの内容とを比較して、その類似度を求める。そして、第1判定部212は、新たに投稿されるコメントの変更後の内容と既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する。また、新たに投稿されるコメントの変更後の内容と既に投稿されたコメントの内容との類似度が基準を超えていないと第1判定部212が判定した場合には、投稿制御部214は、ユーザに対して、新たに投稿される変更後のコメントの投稿を許可する。一方、新たに投稿されるコメントの変更後の内容と既に投稿されたコメントの内容との類似度が基準を超えていると第1判定部212が判定した場合には、提示部212は、再度、ユーザに対して、新たに投稿されるコメントの変更後の内容の見直しを提示する。
 図3を参照して、システム1の処理例について説明する。本実施形態では、主に、管理装置2とユーザ端末3及び4との間の処理例、具体的には、ユーザからユーザ端末3やユーザ端末4を介して投稿されるコメントを管理装置2が管理する処理について説明する。図3に示す処理は、処理部21によって実行される。
 S302では、処理部21は、ユーザからユーザ端末3やユーザ端末4を介して新たにコメントが投稿されたか否かを判定する。新たなコメントが投稿されていない場合には、所定の周期でS302を繰り返す。一方、新たなコメントが投稿されている場合には、S304に移行する。
 S304では、受付部211は、通信ネットワーク5及びI/F部23を介して、ユーザ(ユーザ端末3やユーザ端末4)から新たに投稿されるコメントを受け付ける。但し、受付部211が新たに投稿されるコメントを受け付けた段階では、かかるコメントの投稿が許可されたわけではなく、BBSにも反映されない。
 S305では、第2判定部216は、S304で受け付けた新たに投稿されるコメントが質問を含んでいるか否かを判定する。新たに投稿されるコメントが質問を含んでいる場合には、S306に移行する。一方、新たに投稿されるコメントが質問を含んでいない場合には、S312に移行する。
 S306では、第1判定部212は、S304で受け付けた新たに投稿されるコメントの内容と、かかるコメントが投稿される前に既に投稿されたコメント(記憶部22に記憶されているコメント)の内容とを比較し、その類似度が基準を超えているか否かを判定する。新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていない場合には、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似していないものとして、S312に移行する。一方、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えている場合には、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似しているものとして、S308に移行する。
 S308では、提示部213は、ユーザに対して、新たに投稿されるコメントの内容の見直しを提示する。この際、提示部213は、ユーザに対して、新たに投稿されるコメントの内容の見直しとともに、既に投稿されたコメントのうち、新たに投稿されるコメントの内容と類似しているコメントの内容を提示するようにしてもよい。本実施形態では、提示部213は、新たに投稿されるコメントの内容の見直しと、新たに投稿されるコメントの内容と類似しているコメントの内容とを通知するための画像(画像データ)をユーザ端末3やユーザ端末4に送信し、かかる画像をユーザ端末3やユーザ端末4に表示させる。図4は、ユーザ端末3やユーザ端末4に表示される、新たに投稿されるコメントの内容の見直しと、新たに投稿されるコメントの内容と類似しているコメントの内容とを通知するための画像の一例を示す図である。これにより、ユーザは、新たに投稿されるコメントの内容と類似する既に投稿されたコメントの内容を知ることができる。従って、ユーザが既に投稿されたコメントと類似するコメントを投稿するつもりでなかった場合に、既に投稿されたコメントの内容を参考にして、新たに投稿されるコメントの内容を変更することが可能となる。但し、新たに投稿されるコメントの内容の見直しと、新たに投稿されるコメントの内容と類似しているコメントの内容とを通知するための画像は、図4に示す画像に限定されるものではない。また、新たに投稿されるコメントの内容の見直しと、新たに投稿されるコメントの内容と類似しているコメントとは、画像ではなく、例えば、音声で提示してもよい。なお、本実施形態では、ユーザからの投稿がコメント(例えば、記事に対するコメント)である場合を想定しているが、ユーザからの投稿が記事である場合もある。このような場合には、図4に示す画像において、「コメント」が「記事」に置換される。
 このように、管理装置2は、新たに投稿されるコメントが質問を含み、且つ、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似している場合に、ユーザに対して、新たに投稿されるコメントの内容の見直しを提示する。これにより、ユーザとしては、既に投稿されたコメントの内容と類似していない(同一ではない)コメントを投稿したい場合において、従来技術のように、かかるコメントの投稿が許可されない(非表示にされる)ことを防止し、且つ、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。
 S310では、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可せず、かかるコメントを記憶部22に記憶しない。なお、投稿制御部214は、ユーザに対して、新たに投稿されるコメントを記憶部22に記憶しない、即ち、新たに投稿されるコメントの投稿を許可しない旨を、画像や音声を介して通知してもよい。
 S312では、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可し、かかるコメントを記憶部22に記憶する。これにより、新たに投稿されるコメントがBBSにも反映される。なお、S310と同様に、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可する旨を、画像や音声を介して通知してもよい。
 本実施形態によれば、新たに投稿されるコメントが質問を含んでいない場合、例えば、質問の回答や意見などである場合には、かかるコメントの内容が既に投稿されたコメントの内容と類似しているか否かにかかわらず、新たに投稿されるコメントの投稿を許可する。これにより、ユーザから投稿されるコメントに含まれる質問が重複して登録されることを防止しながら、BBS(コミュニティ)の成長を促進させることができる。一方、新たに投稿されるコメントが質問を含んでいる場合には、ユーザとしては既に投稿されたコメントの内容と類似していないと考えているコメントが投稿されないことを防止し、且つ、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。従って、ユーザから投稿されるコメントを管理するのに有利な技術を提供することができる。
 なお、図5に示すように、S310の工程の以降の工程として、S322、S324及びS326を設けてもよい。
 S322では、処理部21は、ユーザによって新たに投稿されるコメントの内容が変更されたか否かを判定する。新たに投稿されるコメントの内容が変更されていない場合には、S324に移行する。一方、新たに投稿されるコメントの内容が変更された場合には、S326に移行する。
 S324では、受付部211は、ユーザから新たに投稿されるコメントのキャンセル、即ち、かかるコメントの投稿のキャンセルを受け付けたか否かを判定する。コメントの投稿のキャンセルを受け付けていない場合には、S322に移行する。一方、コメントの投稿のキャンセルを受け付けた場合には、処理を終了する。
 S326では、第1判定部212は、新たに投稿されるコメントの変更後の内容と、既に投稿されたコメント(記憶部22に記憶されているコメント)の内容とを比較し、その類似度が基準を超えているか否かを判定する。新たに投稿されるコメントの変更後の内容と既に投稿されたコメントの内容との類似度が基準を超えていない場合には、新たに投稿されるコメントの変更後の内容と既に投稿されたコメントの内容とが類似していないものとして、S312に移行する。一方、新たに投稿されるコメントの変更後の内容と既に投稿されたコメントの内容との類似度が基準を超えている場合には、新たに投稿されるコメントの変更後の内容と既に投稿されたコメントの内容とが類似しているものとして、S308に移行する。
 このように、新たに投稿されるコメントが質問を含み、且つ、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似している場合に、ユーザに対して新たに投稿されるコメントの内容を変更する機会を提供することで、ユーザから投稿されるコメントに含まれる質問が重複して登録されることを防止しながら、BBS(コミュニティ)の成長の促進を更に促進させることができる。
 ここで、管理装置2(システム1)においては、何らかの原因によって、新たに投稿されるコメントの内容と、既に投稿されたコメントの内容との類似度が基準を超えているか否かの判定が正しく行われない場合や新たに投稿されるコメントの内容が既に投稿されたコメントの内容と類似していたとしてもユーザがどうしても投稿を行いたい場合も考えられる。このような場合には、図6A及び図6Bに示すように、S326でYESに分岐した後の工程として、S332及びS334を設ければよい。
 S332では、提示部213は、ユーザに対して、新たに投稿されるコメントの変更後の内容が既に投稿されたコメントの内容と類似していることとともに、新たに投稿されるコメントの変更後の内容で投稿するか否かを提示する。ここで、提示部213は、S308を一度経ていること、即ち、ユーザにコメントの見直しを提示したことを示すフラグが立っていることを確認し、かかるフラグが立っていることを契機として、新たに投稿されるコメントの変更後の内容で投稿するか否かを提示する。なお、ユーザにコメントの見直しを提示したことを示すフラグは、S308において、新たに投稿されるコメントの内容の見直しを提示したタイミングで立てればよい。
 S334では、処理部21は、ユーザから新たに投稿されるコメントの変更後の内容で投稿することが指示されたか否かを判定する。ユーザから新たに投稿されるコメントの変更後の内容で投稿することが指示された場合には、S312に移行し、投稿制御部214は、ユーザに対して、新たに投稿される変更後のコメントの投稿を許可し、かかるコメントを記憶部22に記憶する。一方、ユーザから新たに投稿されるコメントの変更後の内容で投稿することが指示されていない場合には、処理を終了する。但し、処理を終了するのではなく、S308に移行してもよい。
 このように、S332及びS334を設けることで、ユーザから投稿されるコメントに含まれる質問が重複して登録されることをある程度防止しながら、ユーザの意志に応じて、新たに投稿されるコメントの投稿を許可することができる。また、本実施形態では、S332及びS334をS326でYESに分岐した後に設ける場合を例に説明したが、S322でNOに分岐した後にS332及びS334を設けてもよい。S322でNOに分岐した後の工程として、S332及びS334を設ける場合には、S334でNOに分岐した後にS324に移行すればよい。
 <第2実施形態>
 図7は、管理装置2の別の構成を示す概略ブロック図である。図7に示す管理装置2は、図2に示す管理装置1と比較して、処理部21の構成が異なる。処理部21は、本実施形態では、ユーザから投稿されるコメントやユーザに閲覧されるコメントの管理に関する処理を行う機能を有し、第2判定部216を含まずに、受付部211、第1判定部212、提示部213及び投稿制御部214を含む。
 第1判定部212は、本実施形態では、新たに投稿されたコメントが質問を含んでいるか否かにかかわらず、新たに投稿されるコメントの内容と、既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する。
 投稿制御部214は、本実施形態では、新たに投稿されたコメントが質問を含んでいるか否かにかかわらず、ユーザからのコメントの投稿を許可するか否かを制御する。本実施形態では、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていると第1判定部212が判定した場合には、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可しない。一方、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていないと第1判定部212が判定した場合には、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可する。
 図8を参照して、システム1の処理例について説明する。本実施形態では、主に、管理装置2とユーザ端末3及び4との間の処理例、具体的には、ユーザからユーザ端末3やユーザ端末4を介して投稿されるコメントを管理装置2が管理する処理について説明する。図8に示す処理は、処理部21によって実行される。
 S702及びS704は、それぞれ、図3に示すS302及びS704と同様であるため、ここでの詳細な説明は省略する。
 S706では、第1判定部212は、S704で受け付けた新たに投稿されるコメントの内容と、かかるコメントが投稿される前に既に投稿されたコメント(記憶部22に記憶されているコメント)の内容とを比較し、その類似度が基準を超えているか否かを判定する。このように、本実施形態では、新たに投稿されるコメントが質問を含んでいるか否かにかかわらず、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する。新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えていない場合には、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似していないものとして、S712に移行する。一方、新たに投稿されるコメントの内容と既に投稿されたコメントの内容との類似度が基準を超えている場合には、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似しているものとして、S708に移行する。
 S708では、提示部213は、ユーザに対して、新たに投稿されるコメントの内容の見直しを提示する。この際、S308と同様に、提示部213は、ユーザに対して、新たに投稿されるコメントの内容の見直しとともに、既に投稿されたコメントのうち、新たに投稿されるコメントの内容と類似しているコメントの内容を提示するようにしてもよい。
 このように、本実施形態では、管理装置2は、新たに投稿されるコメントが質問を含んでいるか否かにかかわらず、新たに投稿されるコメントの内容と既に投稿されたコメントの内容とが類似している場合に、ユーザに対して、新たに投稿されるコメントの内容の見直しを提示する。これにより、ユーザとしては、既に投稿されたコメントの内容と類似していない(同一ではない)コメントを投稿したい場合において、従来技術のように、かかるコメントの投稿が許可されない(非表示にされる)ことを防止し、且つ、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。
 S710では、S310と同様に、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可せず、かかるコメントを記憶部22に記憶しない。
 S712では、S312と同様に、投稿制御部214は、ユーザに対して、新たに投稿されるコメントの投稿を許可し、かかるコメントを記憶部22に記憶する。これにより、新たに投稿されるコメントがBBSにも反映される。
 このように、本実施形態によれば、ユーザとしては既に投稿されたコメントの内容と類似していないと考えているコメントが投稿されないことを防止し、且つ、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。従って、ユーザから投稿されるコメントを管理するのに有利な技術を提供することができる。
 また、本実施形態では説明を省略するが、図8に示すS710の工程の以降の工程として、図5と同様に、S322、S324及びS326を設けてもよいし、図6A及び図6Bと同様に、S322、S324及びS326に加えて、S332及びS334を設けてもよい。
 <実施形態のまとめ>
 1. 上述の実施形態の管理装置は、
 ユーザ(例えば、3、4)から投稿されるコメントを管理する管理装置(例えば、2)であって、
 ユーザから新たに投稿されるコメントの内容と、当該コメントが投稿される前に既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する第1判定部(例えば、212)と、
 前記類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しを提示する提示部(例えば、213)と、
 を有することを特徴とする。
 この実施形態によれば、ユーザとしては、既に投稿されたコメントの内容と類似していないコメントを投稿したい場合において、かかるコメントの投稿が許可されないことを防止し、且つ、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。
 2. 上述の管理装置(例えば、2)では、
 前記新たに投稿されるコメントが質問を含んでいるか否かを判定する第2判定部(例えば、216)と、
 前記新たに投稿されるコメントが質問を含んでいないと前記第2判定部が判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの投稿を許可する投稿制御部(問えば、214)と、
 を更に有することを特徴とする。
 この実施形態によれば、ユーザから投稿されるコメントに含まれる質問が重複して登録されることを防止しながら、BBS(コミュニティ)の成長を促進させることができる。
 3. 上述の管理装置(例えば、2)では、
 前記新たに投稿されるコメントが質問を含んでいるか否かを判定する第2判定部(例えば、216)を更に有し、
 前記第1判定部(例えば、212)は、前記新たに投稿されるコメントが質問を含んでいると前記第2判定部が判定した場合に、前記新たに投稿されるコメントの内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えているか否かを判定することを特徴とする。
 この実施形態によれば、新たに投稿されるコメントが質問を含んでいるか否かに応じて、かかるコメントの投稿を許可するか否かを制御することができる。
 4. 上述の管理装置(例えば、2)では、
 前記提示部(例えば、213)は、前記類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記ユーザ(例えば、3、4)に対して、前記新たに投稿されるコメントの内容の見直しとともに、前記既に投稿されたコメントのうち前記類似度が前記基準を超えているコメントの内容を提示することを特徴とする。
 この実施形態によれば、ユーザは、新たに投稿されるコメントの内容と類似する既に投稿されたコメントとの内容を知る(参照する)ことができる。
 5. 上述の管理装置(例えば、2)では、
 前記類似度が前記基準を超えていると前記第1判定部(例えば、212)が判定した場合には、前記ユーザ(例えば、3、4)に対して、前記新たに投稿されるコメントの投稿を許可せず、前記類似度が前記基準を超えていないと前記第1判定部が判定した場合には、前記ユーザに対して、前記新たに投稿されるコメントの投稿を許可する投稿制御部(例えば、214)を更に有することを特徴とする。
 この実施形態によれば、既に投稿されたコメントと類似していないコメントのみの投稿を許可し、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。
 6. 上述の管理装置(例えば、2)では、
 ユーザ(例えば、3、4)から投稿されるコメントを蓄積するための蓄積部(例えば、22)を更に有し、
 前記投稿制御部(例えば、214)は、前記類似度が前記基準を超えていると前記第1判定部(例えば、212)が判定した場合には、前記新たに投稿されたコメントを前記蓄積部に蓄積せず、前記類似度が前記基準を超えていないと前記第1判定部が判定した場合には、前記新たに投稿されたコメントを前記蓄積部に蓄積することを特徴とする。
 この実施形態によれば、既に投稿されたコメントと類似していないコメントのみを蓄積し、既に投稿されたコメントと類似しているコメントが重複して蓄積されることを防止することができる。
 7. 上述の管理装置(例えば、2)では、
 前記提示部(例えば、213)が前記新たに投稿されるコメントの内容の見直しを提示した後、前記ユーザ(例えば、3、4)が当該コメントの内容を変更した場合に、前記第1判定部(例えば、212)は、当該コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えているか否かを判定し、
 前記コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えていないと前記第1判定部が判定した場合に、前記投稿制御部(例えば、214)は、前記ユーザに対して、前記変更後のコメントの投稿を許可することを特徴とする。
 この実施形態によれば、既に投稿されたコメントと類似していないコメントのみの投稿を許可することができる。
 8. 上述の管理装置(例えば、2)では、
 前記コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えていると前記第1判定部(例えば、212)が判定した場合に、前記提示部(例えば、213)は、前記コメントの変更後の内容の見直しを提示することを特徴とする。
 この実施形態によれば、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。
 9. 上述の管理装置(例えば、2)では、
 前記コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えていると前記第1判定部(例えば、212)が判定した場合に、前記提示部(例えば、213)は、前記ユーザに対して、前記変更後のコメントの内容が前記既に投稿されたコメントの内容と類似していることとともに、当該コメントの変更後の内容で投稿するか否かを提示し、
 前記ユーザから前記コメントの変更後の内容で投稿することを指示された場合に、前記投稿制御部(例えば、214)は、前記ユーザに対して、前記変更後のコメントの投稿を許可することを特徴とする。
 この実施形態によれば、ユーザの意志に応じて、新たに投稿されるコメントの変更後の内容での投稿を許可することができる。
 10. 上述の管理装置(例えば、2)では、
 前記ユーザ(例えば、3、4)から前記コメントの投稿のキャンセルを受け付ける受付部(例えば、211)を更に有することを特徴とする。
 11. 上述の実施形態の管理方法は、
 ユーザから投稿されるコメントを管理する管理方法であって、
 ユーザから新たに投稿されるコメントの内容と、当該コメントが投稿される前に既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する工程と、
 前記類似度が前記基準を超えていると判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しを提示する工程と、
 を有することを特徴とする。
 この実施形態によれば、ユーザとしては、既に投稿されたコメントの内容と類似していないコメントを投稿したい場合において、かかるコメントの投稿が許可されないことを防止し、且つ、既に投稿されたコメントと類似しているコメントが投稿されて重複して登録されることを防止することができる。
 本実施形態では、BBSを例に説明したが、本発明は、ソーシャルネットワーキングサービス(SNS)にも適用することができる。
 本発明は上記実施の形態に制限されるものではなく、本発明の精神及び範囲から離脱することなく、様々な変更及び変形が可能である。従って、本発明の範囲を公にするために、以下の請求項を添付する。
2:管理装置  21:処理部  211:受付部  212:第1判定部  213:提示部  214:投稿制御部

Claims (11)

  1.  ユーザから投稿されるコメントを管理する管理装置であって、
     ユーザから新たに投稿されるコメントの内容と、当該コメントが投稿される前に既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する第1判定部と、
     前記類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しを提示する提示部と、
     を有することを特徴とする管理装置。
  2.  前記新たに投稿されるコメントが質問を含んでいるか否かを判定する第2判定部と、
     前記新たに投稿されるコメントが質問を含んでいないと前記第2判定部が判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの投稿を許可する投稿制御部と、
     を更に有することを特徴とする請求項1に記載の管理装置。
  3.  前記新たに投稿されるコメントが質問を含んでいるか否かを判定する第2判定部を更に有し、
     前記第1判定部は、前記新たに投稿されるコメントが質問を含んでいると前記第2判定部が判定した場合に、前記新たに投稿されるコメントの内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えているか否かを判定することを特徴とする請求項1又は2に記載の管理装置。
  4.  前記提示部は、前記類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しとともに、前記既に投稿されたコメントのうち前記類似度が前記基準を超えているコメントの内容を提示することを特徴とする請求項1乃至3のうちいずれか1項に記載の管理装置。
  5.  前記類似度が前記基準を超えていると前記第1判定部が判定した場合には、前記ユーザに対して、前記新たに投稿されるコメントの投稿を許可せず、前記類似度が前記基準を超えていないと前記第1判定部が判定した場合には、前記ユーザに対して、前記新たに投稿されるコメントの投稿を許可する投稿制御部を更に有することを特徴とする請求項1乃至4のうちいずれか1項に記載の管理装置。
  6.  ユーザから投稿されるコメントを蓄積するための蓄積部を更に有し、
     前記投稿制御部は、前記類似度が前記基準を超えていると前記第1判定部が判定した場合には、前記新たに投稿されたコメントを前記蓄積部に蓄積せず、前記類似度が前記基準を超えていないと前記第1判定部が判定した場合には、前記新たに投稿されたコメントを前記蓄積部に蓄積することを特徴とする請求項5に記載の管理装置。
  7.  前記提示部が前記新たに投稿されるコメントの内容の見直しを提示した後、前記ユーザが当該コメントの内容を変更した場合に、前記第1判定部は、当該コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えているか否かを判定し、
     前記コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えていないと前記第1判定部が判定した場合に、前記投稿制御部は、前記ユーザに対して、前記変更後のコメントの投稿を許可することを特徴とする請求項5に記載の管理装置。
  8.  前記コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記提示部は、前記コメントの変更後の内容の見直しを提示することを特徴とする請求項7に記載の管理装置。
  9.  前記コメントの変更後の内容と、前記既に投稿されたコメントの内容との類似度が前記基準を超えていると前記第1判定部が判定した場合に、前記提示部は、前記ユーザに対して、前記変更後のコメントの内容が前記既に投稿されたコメントの内容と類似していることとともに、当該コメントの変更後の内容で投稿するか否かを提示し、
     前記ユーザから前記コメントの変更後の内容で投稿することを指示された場合に、前記投稿制御部は、前記ユーザに対して、前記変更後のコメントの投稿を許可することを特徴とする請求項7に記載の管理装置。
  10.  前記ユーザから前記コメントの投稿のキャンセルを受け付ける受付部を更に有することを特徴とする請求項1乃至9のうちいずれか1項に記載の管理装置。
  11.  ユーザから投稿されるコメントを管理する管理方法であって、
     ユーザから新たに投稿されるコメントの内容と、当該コメントが投稿される前に既に投稿されたコメントの内容との類似度が基準を超えているか否かを判定する工程と、
     前記類似度が前記基準を超えていると判定した場合に、前記ユーザに対して、前記新たに投稿されるコメントの内容の見直しを提示する工程と、
     を有することを特徴とする管理方法。
PCT/JP2019/029262 2019-07-25 2019-07-25 管理装置及び管理方法 WO2021014651A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/029262 WO2021014651A1 (ja) 2019-07-25 2019-07-25 管理装置及び管理方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/029262 WO2021014651A1 (ja) 2019-07-25 2019-07-25 管理装置及び管理方法

Publications (1)

Publication Number Publication Date
WO2021014651A1 true WO2021014651A1 (ja) 2021-01-28

Family

ID=74193616

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/029262 WO2021014651A1 (ja) 2019-07-25 2019-07-25 管理装置及び管理方法

Country Status (1)

Country Link
WO (1) WO2021014651A1 (ja)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017083984A (ja) * 2015-10-26 2017-05-18 シャープ株式会社 ネットワークシステム、サーバ、および端末

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017083984A (ja) * 2015-10-26 2017-05-18 シャープ株式会社 ネットワークシステム、サーバ、および端末

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Windows XP/2000/Me/98 fully compatible version Understand well how to deal with freezes and errors! Escape from trouble", WINDOWS START, vol. 9, no. 11, 29 September 2004 (2004-09-29) *
MURAYAMA, DAIKI ET AL.: "Analysis in classification of patterns with characteristics extracted from controversial statements with anger of others", TRANSACTIONS OF INFORMATION PROCESSING SOCIETY OF JAPAN, vol. 59, no. 2, 15 February 2018 (2018-02-15), pages 429 *

Similar Documents

Publication Publication Date Title
US9961036B2 (en) News feed techniques
US8997006B2 (en) Interface for sharing posts about a live online event among users of a social networking system
US20040119740A1 (en) Methods and apparatus for displaying and replying to electronic messages
JP2000076307A (ja) 通信方法及び通信ネットワ―ク
JP2000066981A (ja) 通信方法及び通信ネットワ―ク
JP2000066982A (ja) 通信方法及び通信ネットワ―ク
JP2013530436A (ja) ソーシャルネットワーキングシステム外のウェブページを含むソーシャルグラフ
CN115037709B (zh) 信息处理方法、装置、电子设备和存储介质
JP6721314B2 (ja) ネットワークシステム、サーバ、および端末
US9184927B2 (en) Networking activity interactive system and method, client terminal and server thereof
US10021173B2 (en) E-book share server, the method and the program
WO2011058845A1 (ja) コミュニケーションシステム、コミュニケーション方法およびユーザ管理サーバ
WO2017165253A1 (en) Modular communications
JP2009187163A (ja) 質問回答装置
WO2021014651A1 (ja) 管理装置及び管理方法
JP2007156534A (ja) コミュニケーション装置
JP2008282284A (ja) アクセス管理装置およびアクセス管理方法
JP4630198B2 (ja) 地図情報出力装置、地図情報出力方法および地図情報出力プログラム
JP2014130465A (ja) 新着記事通知装置、新着記事通知方法及びプログラム
JP3909820B2 (ja) 電子掲示板システム
US20050188061A1 (en) Electronic matching system
US8903907B2 (en) Relationship support apparatus, relationship support method, and storage medium
JP2002215940A (ja) 起業家と投資家とを仲介する方法
US20140108959A1 (en) Collaboration Network Platform Providing Virtual Rooms with Indication of Number and Identity of Users in the Virtual Rooms
US20110313970A1 (en) Method and device for resource management and recording medium for said method

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: 19938277

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19938277

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP