Browsing by Author "Koppagambetova Zh."
Now showing 1 - 2 of 2
Results Per Page
Sort Options
Item Open Access Correcting text in morphologically rich languages(2022) Koppagambetova Zh.Currently, there is a tendency to increase the volume of documents containing complex text structures. Professional text proofreaders provide their services to correct errors in the text for not a small amount of money. A very large number of people every day around the world, who are closely connected with science or education, write a large volume of articles and, accordingly, each and all of them should be written without errors and in the correct version. In order to automate this process, it was necessary to develop an algorithm based on the methods of analysis and correction of the input text. For high-quality text synthesis, it is necessary to use machine learning technologies that require deep knowledge and understanding in this area. Among the many machine learning algorithms Hunspell algorithm seems to be one of the best to solve this issue. The essence of this algorithm is to bring all the words contained in the text to the original format. Thus, this work is based on multilevel segmentation of errors of Kazakh language text from the Internet or by manual user input. It is worth noting that due to technological progress, the main source of linguistic research is social networks, which is critical problem due to the dubious fidelity of texts. The this work was the formation and development of a spell-checking main purpose of ting Hunspell algorithm for algorithm for the Kazakh language based on the exis English. As a result, the Hunspell algorithm was studied, where the methods of extracting the base of the word, as well as t form were analyzed. The essence of this al detecting errors and typos ‘1 a word. These rules are contained in the dictionary and its dependence on the algorithm is directly proportional.Item Open Access TDD: WHEN NEEDED, AND MOST IMPORTANTLY, WHEN NOT(СДУ хабаршысы - 2021, 2021) Koppagambetova Zh. ; Umirserikova K.Abstract. Software testing is a procedure that allows to confirm or deny the performance of the code and the correctness of its work. Thus, testing plays an important role in software development, because the quality of the code and productivity depend on the choice of the testing method. Unit testing is the most common testing method that aims to test each piece of code. Among the various approaches to unit testing, Test-Driven Development (TDD) and Test Last Development (TLD) are the most common. Therefore, this paper discusses 2 main methods of software development: TDD and TLD. This work is aimed to analyze the effectiveness of TDD as opposed to TLD. As a result, the effectiveness of TDD slightly exceeds TLD. Granularity, uniformity, and refactoring showed positive key results in terms of code quality and performance, while sequencing did not significantly affect any of these factors. Thus, during software development, it is worth applying separate TDD processes, such as granularity, uniformity, and refactoring.