mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +03:00
Merge pull request #1486 from abhi18av/patch-1
Minor typo [ nad => and ]
This commit is contained in:
commit
58bb4bd484
14
.github/CONTRIBUTOR_AGREEMENT.md
vendored
14
.github/CONTRIBUTOR_AGREEMENT.md
vendored
|
@ -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
|
7. Please place an “x” on one of the applicable statement below. Please do NOT
|
||||||
mark both statements:
|
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
|
or entity, including my employer, has or will have rights with respect to my
|
||||||
contributions.
|
contributions.
|
||||||
|
|
||||||
|
@ -98,9 +98,9 @@ mark both statements:
|
||||||
|
|
||||||
| Field | Entry |
|
| Field | Entry |
|
||||||
|------------------------------- | -------------------- |
|
|------------------------------- | -------------------- |
|
||||||
| Name | |
|
| Name | Abhinav Sharma |
|
||||||
| Company name (if applicable) | |
|
| Company name (if applicable) | Fourtek I.T. Solutions Pvt. Ltd. |
|
||||||
| Title or role (if applicable) | |
|
| Title or role (if applicable) | Machine Learning Engineer |
|
||||||
| Date | |
|
| Date | 3 Novermber 2017 |
|
||||||
| GitHub username | |
|
| GitHub username | abhi18av |
|
||||||
| Website (optional) | |
|
| Website (optional) | https://abhi18av.github.io/ |
|
||||||
|
|
|
@ -218,7 +218,7 @@ p
|
||||||
| If an exception consists of more than one token, the #[code ORTH] values
|
| 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
|
| combined always need to #[strong match the original string]. The way the
|
||||||
| original string is split up can be pretty arbitrary sometimes – for
|
| 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
|
| Because of how the tokenizer works, it's currently not possible to split
|
||||||
| single-letter strings into multiple tokens.
|
| single-letter strings into multiple tokens.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user