Matthew Honnibal
|
e9e6fce576
|
Handle null prefix/suffix/infix search in tokenizer
|
2016-11-02 20:35:48 +01:00 |
|
Matthew Honnibal
|
22647c2423
|
Check that patterns aren't null before compiling regex for tokenizer
|
2016-11-02 20:35:29 +01:00 |
|
Matthew Honnibal
|
5ac735df33
|
Link languages in __init__.py
|
2016-11-02 20:05:14 +01:00 |
|
Matthew Honnibal
|
c68dfe2965
|
Stub out support for Italian
|
2016-11-02 20:03:24 +01:00 |
|
Matthew Honnibal
|
6dbf4f7ad7
|
Stub out support for French, Spanish, Italian and Portuguese
|
2016-11-02 20:02:41 +01:00 |
|
Matthew Honnibal
|
6b8b05ef83
|
Specify that spacy.util is encoded in utf8
|
2016-11-02 19:58:00 +01:00 |
|
Matthew Honnibal
|
5363224395
|
Add draft Jieba tokenizer for Chinese
|
2016-11-02 19:57:38 +01:00 |
|
Matthew Honnibal
|
f7fee6c24b
|
Check for class-defined make_docs method before assigning one provided as an argument
|
2016-11-02 19:57:13 +01:00 |
|
Matthew Honnibal
|
19c1e83d3d
|
Work on draft Italian tokenizer
|
2016-11-02 19:56:32 +01:00 |
|
Ines Montani
|
b54219c35a
|
Add "Contribute" link to documentation table
|
2016-11-02 19:19:11 +01:00 |
|
Ines Montani
|
5fa19806eb
|
Add logo
|
2016-11-02 17:46:04 +01:00 |
|
Ines Montani
|
fafd4bbb42
|
Add CONTRIBUTING.md
|
2016-11-02 17:45:16 +01:00 |
|
Matthew Honnibal
|
7555aa5e63
|
Merge branch 'master' of ssh://github.com/explosion/spaCy
|
2016-11-02 12:31:49 +01:00 |
|
Matthew Honnibal
|
9efe568177
|
Add missing unicode_literals to spacy.util. I think this was messing up the tokenizer regex for non-ascii characters in Python 2. Re Issue #596
|
2016-11-02 12:31:34 +01:00 |
|
Ines Montani
|
adf04a6ad3
|
Adjust tutorial category name
|
2016-11-02 12:11:17 +01:00 |
|
Ines Montani
|
2c65c15d7a
|
Fix typo
|
2016-11-02 11:25:09 +01:00 |
|
Ines Montani
|
823e47d946
|
Add language models to API docs (fixes #598)
|
2016-11-02 11:24:13 +01:00 |
|
Ines Montani
|
35ad353dc2
|
Fix odd row color to show scroll shadow
|
2016-11-02 11:21:17 +01:00 |
|
Ines Montani
|
0438137f2f
|
Add language models to features (see #598)
|
2016-11-02 10:47:02 +01:00 |
|
Ines Montani
|
85b0dd9ad6
|
Change wording
|
2016-11-02 10:47:02 +01:00 |
|
Ines Montani
|
869570c2e7
|
Update features and add languages (see #598)
|
2016-11-02 10:45:29 +01:00 |
|
Ines Montani
|
74a6e63a6b
|
Fix typo
|
2016-11-01 23:06:19 +01:00 |
|
Ines Montani
|
f69dd4b75b
|
Update links
|
2016-11-01 22:45:02 +01:00 |
|
Ines Montani
|
37a3772fff
|
Fix typo in website README.md
|
2016-11-01 22:41:35 +01:00 |
|
Matthew Honnibal
|
d8db648ebf
|
Add __init__.py file for regression tests
|
2016-11-01 13:45:06 +01:00 |
|
Matthew Honnibal
|
11664b9f20
|
Fix variable error in token
|
2016-11-01 13:28:00 +01:00 |
|
Matthew Honnibal
|
8c4d1b46ce
|
Fix variable error in Span
|
2016-11-01 13:27:44 +01:00 |
|
Matthew Honnibal
|
e7af6b937f
|
Fix syntax error while fixing doc strings
|
2016-11-01 13:27:32 +01:00 |
|
Matthew Honnibal
|
62fc6b1afa
|
Use 32 bit hashes for OOV, re Issue #589, Issue #285
|
2016-11-01 13:27:13 +01:00 |
|
Matthew Honnibal
|
6977a2b8cd
|
Add test for Issue #589
|
2016-11-01 12:33:36 +01:00 |
|
Matthew Honnibal
|
41b7014c70
|
Merge branch 'master' of ssh://github.com/explosion/spaCy
|
2016-11-01 12:26:15 +01:00 |
|
Matthew Honnibal
|
b86f8af0c1
|
Fix doc strings
|
2016-11-01 12:25:36 +01:00 |
|
Matthew Honnibal
|
1ef62f39ef
|
Update README.md
|
2016-11-01 13:30:10 +11:00 |
|
Ines Montani
|
d3b6a594f8
|
Add Natural Language Inference tutorial
|
2016-11-01 03:27:20 +01:00 |
|
Matthew Honnibal
|
967412fb85
|
Minor edit
|
2016-11-01 13:22:36 +11:00 |
|
Ines Montani
|
589fc73910
|
Update README.md
|
2016-11-01 03:19:15 +01:00 |
|
Ines Montani
|
4b84b4522b
|
Update link in examples
|
2016-11-01 03:06:33 +01:00 |
|
Matthew Honnibal
|
18aab4f71e
|
Merge branch 'master' of ssh://github.com/explosion/spaCy
|
2016-11-01 03:05:49 +01:00 |
|
Matthew Honnibal
|
6cf989ad26
|
Make the README more concise
|
2016-11-01 13:05:17 +11:00 |
|
Matthew Honnibal
|
45ebab4677
|
Rename inventory count example
|
2016-11-01 02:30:22 +01:00 |
|
Ines Montani
|
838284c254
|
Fix relative links in website README.md
|
2016-11-01 02:17:15 +01:00 |
|
Ines Montani
|
274cc0f08f
|
Update README.md
|
2016-11-01 02:13:54 +01:00 |
|
Ines Montani
|
827d8f5c7c
|
Adjust card padding
|
2016-11-01 02:13:06 +01:00 |
|
Ines Montani
|
ce3e72bee9
|
Simplify scripts and add versioning variable to JS and CSS
|
2016-11-01 02:13:06 +01:00 |
|
Ines Montani
|
2a3cc16b25
|
Reorder and update global meta
|
2016-11-01 02:13:06 +01:00 |
|
Matthew Honnibal
|
0b7af54219
|
Rename entailment example
|
2016-11-01 01:52:11 +01:00 |
|
Matthew Honnibal
|
1b9c6240a7
|
Rename entailment example
|
2016-11-01 01:51:54 +01:00 |
|
Matthew Honnibal
|
58f7be93ee
|
Draft readme for NLI example
|
2016-11-01 01:46:55 +01:00 |
|
Ines Montani
|
6b30475725
|
Add README.md to examples
|
2016-11-01 01:14:04 +01:00 |
|
Ines Montani
|
f0868dfc6b
|
Update .gitignore
|
2016-11-01 01:13:56 +01:00 |
|