Claim Missing Document
Check
Articles

Found 4 Documents
Search
Journal : International Journal of Engineering, Science and Information Technology

Pattern Recognition of Chinese Characters Using the Sokal Sneath Four Method Rasna, Rasna; Sah, Andrian; Nur Hidayat, M. Ali; Jusmawati, Jusmawati; Tonggiroh, Mursalim
International Journal of Engineering, Science and Information Technology Vol 4, No 4 (2024)
Publisher : Malikussaleh University, Aceh, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52088/ijesty.v4i4.668

Abstract

Pattern recognition is a discipline that aims to classify or describe objects based on their characteristics, quantitative measurements, or critical properties. Where a pattern is defined as an entity that is initially undefined, it can be identified and named through quantitative analysis. Pattern recognition can be applied to various fields, such as handwriting recognition, face recognition, eye recognition, skin, and image processing. One example of the application of pattern recognition is character recognition in letters used in learning. In this research, the digital image used as input comes from a two-dimensional image obtained through a digital camera. The digital image describes the light intensity in light and dark areas in the form of pixels and provides information about the object's color. To support the process of recognizing alphabet letters, which in this case are specifically Chinese alphabet letters, it will be assisted by using the Sokal Sneath Four Method. This significant mathematical approach helps create a compatible and accurate system for recognizing letter patterns through intensive data training. This method involves a series of steps, including data preprocessing, feature extraction, and classification, to train the system to recognize Chinese characters. The more training given to the system, the higher its accuracy in recognizing letter patterns, especially Chinese alphabet letters. The test results show that this Chinese alphabet letter pattern recognition system has a success rate of 65%, with a failure rate of 35%. Nevertheless, these results show room for further improvement in the algorithms used and the addition of training data to improve system performance and accuracy.
Building a Web Crawler for Text Data Indexing on Online Newspaper Web Hakim, Jamaludin; Sah, Andrian; Nurhayati, Siti; Ciptaningrum, Wahyu; Suryo Sasono, Damar
International Journal of Engineering, Science and Information Technology Vol 4, No 4 (2024)
Publisher : Malikussaleh University, Aceh, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52088/ijesty.v4i4.677

Abstract

The Internet has become a vast repository of information, often filled with distractions that can hinder the user experience. News content, for example, is usually interspersed with advertisements that interrupt the flow of reading. In addition, the fast pace of news publication is also a challenge, with potentially more than 50 new articles appearing in 20 minutes. This high-speed data flow is valuable for various applications, including Social Media Analytics Services. In this context, the speed and efficiency of data acquisition (crawling) and processing (scraping) are critical. These processes must be optimized to ensure comprehensive data collection without gaps, focusing on the latest information. To meet this need, we propose developing an application capable of capturing news data in its entirety, minimizing the risk of missing important information. At the core of this solution is a web crawler- a sophisticated program designed to automatically browse the hyperlink structure of the web, systematically downloading linked pages to local storage. This crawling methodology is often the basis for web mining initiatives and search engine development. Since web information is distributed across billions of pages hosted on millions of servers worldwide, our application utilizes the PHP programming language to capture and process this data effectively. The main goal is to present pure news content to users without any irrelevant elements. We use a Data Flow Diagram (DFD) to model the system architecture and data flow. This approach provides a clear visualization of how web users can navigate through hyperlinks to efficiently access the desired news information. By implementing this system, we aim to improve the user experience of consuming news content, facilitate more effective data analysis, and contribute to the broader web information search and processing field.
Heigh Detection System Using Russel and Rao Method Hakim, Jamaludin; Tonggiroh, Mursalim; Nurhayati, Siti; Nur Hidayat, M. Ali; Sah, Andrian
International Journal of Engineering, Science and Information Technology Vol 4, No 4 (2024)
Publisher : Malikussaleh University, Aceh, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52088/ijesty.v4i4.671

Abstract

Height detection is an exciting area of research with broad applications in fields such as construction, healthcare, and robotics, where measurements are still often done manually. This research aims to automate the height calculation process by developing a height detection system using image processing techniques, which offers improved accuracy and efficiency. The system that will be built works by capturing images of objects through a webcam and using the Russel Rao cluster analysis method to calculate height later. Borland Delphi 07 was chosen as the programming language because of its ability to handle image-processing tasks. This research draws on a thorough literature review of various books and articles, with the system operating in stages, starting with converting images to grayscale to simplify the data for more accessible analysis and then followed by applying Russel Rao's method for height measurement. However, the system is sensitive to environmental factors around the object. The system will perform best when there are no other objects near the target because when there are other objects nearby, it can cause the measurement line to shift and interfere with the results. The detection system requires a controlled environment with no foreign objects nearby for optimal performance. Despite these limitations, Russel Rao's analysis method achieved an accurate detection accuracy of approximately 65%, with three out of eight sample tests yielding correct measurements. While this shows room for improvement if more relevant research is to be done in the future, this system will build a strong foundation for further development in this field. Future enhancements could focus on refining the algorithm to increase detection accuracy, make the system more resilient in dynamic or cluttered environments, and expand its potential applications in various fields.
Application of Hashing Method in Medical Term Dictionary Application Irjii Matdoan, Moh. Rahmat; Rasna, Rasna; M Saleh, Sahlan; Sah, Andrian; Lamsir, Seno
International Journal of Engineering, Science and Information Technology Vol 4, No 4 (2024)
Publisher : Malikussaleh University, Aceh, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52088/ijesty.v4i4.662

Abstract

The number of words or terms that appear and are used in human life makes it difficult for a person to master all of these words. To overcome this, these words or/terms are compiled in a dictionary, one of which is a dictionary of medical terms. This research aims to create software that can perform its function as a medical terminology dictionary program and implement the Hash method into software that can be used for data search. This research applies the hash method to find the hash value using a rolling hash. The hash method uses input text to be transformed into numbers, thus speeding up the computational process. The application of the hash method in the addressing/storage process in the Database is very efficient in terms of time and place. The output appears in the form of word meaning and hash value. The hash value is raised to know the value of the searched term using the rolling hash formula. With this research, it is hoped that searching for the meaning of medical terms in a computerized manner can be consistent with manual searches.