From 45dca6a591287b268d7d61328f774addbbda6c85 Mon Sep 17 00:00:00 2001 From: Hauke Date: Fri, 25 Nov 2022 22:28:36 +0100 Subject: [PATCH] fix interrupted comment --- simplenlg/features/Feature.py | 1 + 1 file changed, 1 insertion(+) diff --git a/simplenlg/features/Feature.py b/simplenlg/features/Feature.py index da31589..b565a64 100644 --- a/simplenlg/features/Feature.py +++ b/simplenlg/features/Feature.py @@ -31,6 +31,7 @@ class Feature(object): # parent clause. COMPLEMENTISER = "complementiser" # This feature represents the word (or phrase) used for linking coordinated + # phrases together. CONJUNCTION = "conjunction" # This feature represents the type of conjunction this coordination # represents.