diff --git a/.github/CONTRIBUTOR_AGREEMENT.md b/.github/CONTRIBUTOR_AGREEMENT.md index f34603065..919fb81fc 100644 --- a/.github/CONTRIBUTOR_AGREEMENT.md +++ b/.github/CONTRIBUTOR_AGREEMENT.md @@ -87,7 +87,7 @@ U.S. Federal law. Any choice of law rules will not apply. 7. Please place an “x” on one of the applicable statement below. Please do NOT mark both statements: - * [ ] I am signing on behalf of myself as an individual and no other person + * [x] I am signing on behalf of myself as an individual and no other person or entity, including my employer, has or will have rights with respect to my contributions. @@ -96,11 +96,11 @@ mark both statements: ## Contributor Details -| Field | Entry | -|------------------------------- | -------------------- | -| Name | | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | | -| GitHub username | | -| Website (optional) | | +| Field | Entry | +|------------------------------- | -------------------- | +| Name | Abhinav Sharma | +| Company name (if applicable) | Fourtek I.T. Solutions Pvt. Ltd. | +| Title or role (if applicable) | Machine Learning Engineer | +| Date | 3 Novermber 2017 | +| GitHub username | abhi18av | +| Website (optional) | https://abhi18av.github.io/ | diff --git a/website/usage/_adding-languages/_language-data.jade b/website/usage/_adding-languages/_language-data.jade index dc86b7a03..f0b346886 100644 --- a/website/usage/_adding-languages/_language-data.jade +++ b/website/usage/_adding-languages/_language-data.jade @@ -218,7 +218,7 @@ p | If an exception consists of more than one token, the #[code ORTH] values | combined always need to #[strong match the original string]. The way the | original string is split up can be pretty arbitrary sometimes – for - | example "gonna" is split into "gon" (lemma "go") nad "na" (lemma "to"). + | example "gonna" is split into "gon" (lemma "go") and "na" (lemma "to"). | Because of how the tokenizer works, it's currently not possible to split | single-letter strings into multiple tokens.