Skip to content

Commit

Permalink
Updated test case with vowel harmony.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olcay Taner YILDIZ committed Aug 21, 2024
1 parent 883c9a5 commit 5a72c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/MorphologicalAnalysis/TransitionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public void testPresentTense() {

@Test
public void testA() {
assertTrue(fsm.morphologicalAnalysis("saatini").size() != 0);
assertTrue(fsm.morphologicalAnalysis("alkole").size() != 0);
assertTrue(fsm.morphologicalAnalysis("halimi").size() != 0);
assertTrue(fsm.morphologicalAnalysis("anormale").size() != 0);
assertTrue(fsm.morphologicalAnalysis("sakala").size() != 0);
assertTrue(fsm.morphologicalAnalysis("kabala").size() != 0);
Expand Down

0 comments on commit 5a72c97

Please sign in to comment.