Merge pull request #914 from raphael0202/training_doc_typo

Fix doc typo
This commit is contained in:
Matthew Honnibal 2017-03-23 22:13:53 +01:00 committed by GitHub
commit 7866f3b937
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ p
| conjunction features out of the atomic predictors. Let's say you have
| two atomic predictors asking, "What is the part-of-speech of the
| previous token?", and "What is the part-of-speech of the previous
| previous token?". These ppredictors will introduce a number of features,
| previous token?". These predictors will introduce a number of features,
| e.g. #[code Prev-pos=NN], #[code Prev-pos=VBZ], etc. A conjunction
| template introduces features such as #[code Prev-pos=NN&Prev-pos=VBZ].