Mark Amery
2dc305f46b
Merge remote-tracking branch 'origin/master' into specify-data-path
2016-11-20 18:29:06 +00:00
Ines Montani
20c8fc5255
Merge pull request #645 from ExplodingCabbage/formatting-mistake
...
Fix another typo on the website
2016-11-20 19:13:53 +01:00
Ines Montani
b89946e95d
Merge pull request #644 from ExplodingCabbage/missing-spaces
...
Fix a bunch of missing spaces of the website
2016-11-20 19:13:29 +01:00
Mark Amery
270d42e73a
Fix another typo on the website
2016-11-20 17:08:04 +00:00
Mark Amery
b4e1dc0e3f
Fix a bunch of missing spaces of the website
2016-11-20 17:02:45 +00:00
Mark Amery
a0c4b29dcb
Document new --data-path argument
2016-11-20 16:52:56 +00:00
Mark Amery
b0a07c21a0
Fix path
param of Language.__init__
always being ignored
...
There was an explicitly-declared `path` keyword argument, so 'path'
would never be present in `**overrides`. This line just overwrote
any manually-specified value the user might've passed to the `path`
parameter.
2016-11-20 16:29:57 +00:00
Mark Amery
1988fce389
Merge remote-tracking branch 'origin/master' into specify-data-path
2016-11-20 16:07:14 +00:00
Ines Montani
bcc76e42de
Merge pull request #643 from ExplodingCabbage/patch-1
...
Fix spelling error on website front page
2016-11-20 17:04:48 +01:00
ExplodingCabbage
b6e507e026
Fix spelling error on website front page
2016-11-20 16:02:54 +00:00
Mark Amery
3871007c72
Let --data-path be specified when running download.py scripts
...
Resolves https://github.com/explosion/spaCy/issues/637
2016-11-20 15:48:04 +00:00
Ines Montani
dad2c6cae9
Strip trailing whitespace
2016-11-20 16:45:51 +01:00
Ines Montani
3082e49326
Update and reformat German stopwords
2016-11-20 16:45:26 +01:00
Ines Montani
d24aaadbb8
Merge pull request #638 from souravsingh/add-stopwords
...
Add German Stopwords
2016-11-20 16:09:12 +01:00
Sourav Singh
6745eac309
Update language_data.py
2016-11-20 19:52:02 +05:30
Ines Montani
c413ffe26d
Merge pull request #640 from ExplodingCabbage/missing-gitignore-entry
...
Add cythonize.json to .gitignore
2016-11-20 15:07:24 +01:00
Mark Amery
094c51f496
Add cythonize.json to .gitignore
...
This gets generated for me when installing from the local repo with pip using `sudo pip3 install -e .` from within the spaCy folder. I figure it should be ignored.
2016-11-20 13:55:52 +00:00
Matthew Honnibal
001abe2b9d
Update config.py
2016-11-20 03:45:51 +01:00
Matthew Honnibal
409a18bd42
Add paddle sentiment example
2016-11-20 03:35:23 +01:00
Matthew Honnibal
e7eac08819
Work on paddle example
2016-11-20 03:29:36 +01:00
Matthew Honnibal
b701a08249
Fix embedding in chainer sentiment example
2016-11-19 19:05:37 +01:00
Sourav Singh
4d9aae7d6a
Add German Stopwords
2016-11-19 22:47:53 +05:30
Matthew Honnibal
8a2de46fcb
Fix GPU usage in chainer example
2016-11-19 10:58:00 -06:00
Matthew Honnibal
4c84aae571
Merge branch 'master' of https://github.com/explosion/spaCy
2016-11-19 02:41:17 -06:00
Matthew Honnibal
3195c52741
Add WIP Chainer sentiment analysis code.
2016-11-19 09:27:59 +01:00
Matthew Honnibal
ff5ab75f5e
Add partial embedding updates to Parikh model, fix dropout, other corrections.
2016-11-18 06:32:12 -06:00
Matthew Honnibal
80f473dfb8
Merge pull request #634 from dechov/patch-1
...
[DOCS] Typo
2016-11-18 08:46:38 +11:00
Paul Dechov
537f9eaaf8
[DOCS] Typo
2016-11-17 16:29:39 -05:00
Ines Montani
caa84e3a12
Merge pull request #633 from tjrileywisc/master
...
Fixed a minor typo in deep learning tutorial docs.
2016-11-17 19:40:48 +01:00
tjrileywisc
464a4f3f6f
Fixed a minor typo in deep learning tutorial docs.
2016-11-17 13:38:10 -05:00
Matthew Honnibal
718e66a7b9
Minibatch the forward pass. THe output argmax is incorrect...
2016-11-16 06:15:28 -06:00
Matthew Honnibal
8f053fd943
Add flag to toggle GPU to DyNet code
2016-11-16 05:51:00 -06:00
Matthew Honnibal
3a31c3a961
Merge branch 'master' of https://github.com/explosion/spaCy
2016-11-16 05:49:42 -06:00
Ines Montani
e6c5321fbb
Update CONTRIBUTORS.md
2016-11-15 20:24:32 +01:00
Matthew Honnibal
7afb2544a7
Merge pull request #627 from sadovnychyi/patch-1
...
Remove duplicated line of vocab declaration
2016-11-16 06:09:18 +11:00
Matthew Honnibal
af953cf2e6
Merge pull request #620 from savkov/patch-1
...
Missing import statement for spacy.matcher.Matcher
2016-11-16 06:08:44 +11:00
Matthew Honnibal
5c9597ffba
Merge pull request #630 from YanhaoYang/master
...
Fixed bug: eg.guess is a tag id, rather than a tag
2016-11-16 06:08:00 +11:00
Yanhao
762169da29
Fixed bug: eg.guess is a tag id, rather than tag
2016-11-15 14:11:22 +08:00
Ines Montani
e0edc7c362
Update CONTRIBUTORS.md
2016-11-14 21:29:37 +01:00
Matthew Honnibal
901a96f7cd
Merge pull request #629 from kylepjohnson/master
...
Fix attribute error in nn_text_class.py, add module docstring
2016-11-14 05:26:56 +11:00
Kyle P. Johnson
d105771a07
Add setup directions for data dir
...
This script's data needs are not intuitive. I have added a note explaining that (a) it expects pos/neg polarity data, (b) the structure of the data dir (train/test), and (c) a standard resource for such polarity data.
2016-11-13 10:08:16 -08:00
Kyle P. Johnson
c8d3694e2d
Ch lex.repvec to lex.vector
...
For preventing the AttributeError: `File "spacy/lexeme.pyx", line 159, in spacy.lexeme.Lexeme.repvec.__get__ (spacy/lexeme.cpp:5016)
AttributeError: lex.repvec has been renamed to lex.vector`
2016-11-13 09:54:42 -08:00
Matthew Honnibal
389e8b700e
Fix conflict
2016-11-13 08:52:20 -06:00
Matthew Honnibal
12a7b05360
Merge branch 'master' of https://github.com/explosion/spaCy
2016-11-13 08:49:07 -06:00
Matthew Honnibal
ef76c28d70
Update dynet example to use minibatching
2016-11-13 08:48:43 -06:00
Matthew Honnibal
fb8acc1dfb
Merge pull request #628 from chenb67/master
...
Remove theano dependency from parikh model + small bug fix
2016-11-14 01:28:22 +11:00
Chen Buskilla
738f38e8d6
remove theano dependency, using keras backend functions
2016-11-13 15:06:01 +02:00
Chen Buskilla
a592075720
fix parikh entailment test methods bug with settings
2016-11-13 14:53:55 +02:00
Matthew Honnibal
ae681aa555
Work on DyNet example
2016-11-13 13:45:21 +01:00
Dmytro Sadovnychyi
e70a7050e1
Remove duplicated line of vocab declaration
...
As already declared on line 211.
2016-11-13 18:52:49 +08:00