fixed conflict

This commit is contained in:
谭龙 2021-07-16 01:47:06 +08:00
commit c1abe45730

View File

@ -259,7 +259,6 @@ words_tagged = nltk.pos_tag(words)
grammar = "NP: {<JJ><NN>}"
```
Next, use the grammar to create a tree:
然后用这个<ruby>语法<rt>grammar</rt></ruby>创建一颗<ruby><rt>tree</rt></ruby>