@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix sioct: <http://rdfs.org/sioc/types#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://lib.itenas.ac.id/kti/?p=5511>
  a sioc:Post, sioct:BlogPost ;
  dc:title "Perbandingan N-Gram Technique dan Rabin KARP pada Aplikasi Pendeteksi Plagiarisme Dokumen Teks Bahasa Indonesia" ;
  dcterms:identifier 5511 ;
  dc:modified "2020-04-21"^^xsd:date ;
  dc:created "2020-04-21"^^xsd:date ;
  sioc:link <https://lib.itenas.ac.id/kti/?p=5511> ;
  sioc:has_creator <https://lib.itenas.ac.id/kti/?author=1#account> ;
  sioc:has_container <https://lib.itenas.ac.id/kti/#posts> ;
  dc:abstract "" ;
  content:encoded """<![CDATA[<div class="page" title="Page 1">
<div class="layoutArea">
<div class="column">

Plagiarism is copying or take over a works, paper and so on from other people who seemed to be claimed as his own work. Plagiarism detection can be done by matching the test document and source document. Detection process has few steps, which is preprocessing step, TF-IDF weighting step, and document similiarity detection process. Detection process is done with N-Gram Technique and Rabin Karp method. N-gram do the sentence splitting based on defined character length, then do the character matching and counting the similiarity percentage value. While in the Rabin Karp detection do the sentence splitting based on character length, then counting the hash value, then matching it, if hash value is match, then for the next step is doing the word matching and counting the similiarity percentage value. From the test result, TF-IDF weighting can be use to plagiarism detection. From the comparison of both method, N-Gram and Rabin Karp produce the same similarity value, but different detection time. N-Gram detection process time is faster than Rabin Karp.

<strong>Penulis:</strong> Yusup Miftahuddin, Jasman Pardede, Acep Andi Andriani
<strong>Alamat e-mail: </strong>ymiftahuddin@gmail.com, jasmanpardede78@gmail.com, acepandi56@gmail.com
<strong>Kata Kunci:</strong> plagiarism, N-Gram Technique, Rabin Karp, Similarity, TF-IDF Weighting.
<strong>Keterangan</strong>: Karya tulis ini disampaikan dalam "Seminar Nasional APTIKOM (SEMNASTIKOM), Hotel Lombok Raya Mataram, 28-29 Oktober 2016"

<strong>File paper</strong>: <a href="http://lib.itenas.ac.id/kti/wp-content/uploads/2020/04/artikel-penelitian-1-OK.pdf">Perbandingan N-Gram Technique dan Rabin KARP pada Aplikasi Pendeteksi Plagiarisme Dokumen Teks Bahasa Indonesia</a>

&nbsp;

</div>
</div>
</div>]]>"""^^rdf:XMLLiteral ;
  sioc:content """



Plagiarism is copying or take over a works, paper and so on from other people who seemed to be claimed as his own work. Plagiarism detection can be done by matching the test document and source document. Detection process has few steps, which is preprocessing step, TF-IDF weighting step, and document similiarity detection process. Detection process is done with N-Gram Technique and Rabin Karp method. N-gram do the sentence splitting based on defined character length, then do the character matching and counting the similiarity percentage value. While in the Rabin Karp detection do the sentence splitting based on character length, then counting the hash value, then matching it, if hash value is match, then for the next step is doing the word matching and counting the similiarity percentage value. From the test result, TF-IDF weighting can be use to plagiarism detection. From the comparison of both method, N-Gram and Rabin Karp produce the same similarity value, but different detection time. N-Gram detection process time is faster than Rabin Karp.

Penulis: Yusup Miftahuddin, Jasman Pardede, Acep Andi Andriani
Alamat e-mail: ymiftahuddin@gmail.com, jasmanpardede78@gmail.com, acepandi56@gmail.com
Kata Kunci: plagiarism, N-Gram Technique, Rabin Karp, Similarity, TF-IDF Weighting.
Keterangan: Karya tulis ini disampaikan dalam "Seminar Nasional APTIKOM (SEMNASTIKOM), Hotel Lombok Raya Mataram, 28-29 Oktober 2016"

File paper: Perbandingan N-Gram Technique dan Rabin KARP pada Aplikasi Pendeteksi Plagiarisme Dokumen Teks Bahasa Indonesia

&nbsp;



""" ;
  sioc:topic <https://lib.itenas.ac.id/kti/?cat=1>, <https://lib.itenas.ac.id/kti/?cat=7>, <https://lib.itenas.ac.id/kti/?tag=n-gram-technique>, <https://lib.itenas.ac.id/kti/?tag=plagiarism>, <https://lib.itenas.ac.id/kti/?tag=rabin-karp>, <https://lib.itenas.ac.id/kti/?tag=similarity>, <https://lib.itenas.ac.id/kti/?tag=tf-idf-weighting> .

<https://lib.itenas.ac.id/kti/?author=1#account> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?author=1&feed=lhrdf&format=n3> .
<https://lib.itenas.ac.id/kti/?cat=1> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?cat=1&feed=lhrdf&format=n3> .
<https://lib.itenas.ac.id/kti/?cat=7> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?cat=7&feed=lhrdf&format=n3> .
<https://lib.itenas.ac.id/kti/?tag=n-gram-technique> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?tag=n-gram-technique&feed=lhrdf&format=n3> .
<https://lib.itenas.ac.id/kti/?tag=plagiarism> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?tag=plagiarism&feed=lhrdf&format=n3> .
<https://lib.itenas.ac.id/kti/?tag=rabin-karp> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?tag=rabin-karp&feed=lhrdf&format=n3> .
<https://lib.itenas.ac.id/kti/?tag=similarity> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?tag=similarity&feed=lhrdf&format=n3> .
<https://lib.itenas.ac.id/kti/?tag=tf-idf-weighting> rdfs:seeAlso <https://lib.itenas.ac.id/kti/?tag=tf-idf-weighting&feed=lhrdf&format=n3> .
