diff --git a/semantics/phraseology_generator.py b/semantics/phraseology_generator.py index 9f89470..924641a 100644 --- a/semantics/phraseology_generator.py +++ b/semantics/phraseology_generator.py @@ -265,7 +265,7 @@ def get_numps(cases, numerals, nouns, atr): options_temp += options nums = options_temp if len(nums) == 0: - return [] + continue for (num_orth, num_tag) in nums: rec = num_tag.split(':')[4] for noun in nouns: