Skip to content

Commit 29b88f4

Browse files
navneetraohaodeqi
authored andcommitted
feat(highlighter): Increase MAX_TOKEN_LENGTH to 20 (#7)
* fix(highlighter): Increase MAX_TOKEN_LENGTH to 20 * fix(README): Remove the Do Not Use warning
1 parent 00db0b9 commit 29b88f4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Dialog Skill Analysis for Watson Assistant
22

3-
-- Repository in construction, DO NOT USE --
4-
53
## Introduction
64
Dialog Skill Analysis for Watson Assistant is intended for use by chatbot designers and developers who would like to recognize and remediate issues in the design of their dialog skill
75

assistant_dialog_skill_analysis/highlighting/highlighter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ..utils import skills_util
1212
from ..inferencing import inferencer
1313

14-
MAX_TOKEN_LENGTH = 15
14+
MAX_TOKEN_LENGTH = 20
1515
NGRAM_RANGE = [1]
1616

1717

0 commit comments

Comments
 (0)