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.