Nhat

Results 2 issues of Nhat

When i use from pattern.text.en import sentiment sentiment('c-53') the error: AttributeError: 'unicode' object has no attribute 'synonyms' shows up.

### Bug description After enabling ENABLE_TEMPLATE_PROCESSING=True It doesn't work with "{{ current_user_email() }}" It works well with "{{ current_user_id() }}" and "{{ current_username() }}" I have tried 3 version: latest,...