Commit Graph

3616 Commits

Author SHA1 Message Date
Sourav Singh
4d9aae7d6a Add German Stopwords 2016-11-19 22:47:53 +05:30
Matthew Honnibal
3195c52741 Add WIP Chainer sentiment analysis code. 2016-11-19 09:27:59 +01: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
Matthew Honnibal
89df91846c Fix entailment example, and add a flag for BiRNN encoding. 2016-11-12 11:43:37 -06:00
Matthew Honnibal
2ee66117ba Merge pull request #625 from pspiegelhalter/master
PR to fix Issue #623
2016-11-12 23:04:36 +11:00
Paul Spiegelhalter
edf77a9dae added import of build_model 2016-11-11 15:13:12 -08:00
Paul Spiegelhalter
0d7031a8f1 syntax error on two functions 2016-11-11 15:12:03 -08:00
Matthew Honnibal
f27db1d9b5 Merge pull request #622 from savkov/patch-2
Added missing brackets & suggested import statmnt
2016-11-12 04:21:04 +11:00
Sasho Savkov
a8831a85e4 Added missing brackets & suggested import statmnt
There are two missing brackets on the `add_pattern` lines. I also suggest you include the `from spacy.tokens.doc import Doc` statement to make it easy for people to copy paste a working example.
2016-11-11 17:12:56 +00:00
Matthew Honnibal
ca996fc01a Add BiRNN for entailment
Hastily add bidirectional RNN to entailment example
2016-11-12 01:15:01 +11:00
Sasho Savkov
250879bb96 Missing import statement
It is useful to know where the Matcher class is if you haven't used it before. Or you are simply too lazy to remember, like me :)

FYI: some packages don't appear in the PyCharm autocompletion lists. `spacy.matcher` is one of them.
2016-11-11 12:04:08 +00:00
Matthew Honnibal
f123f92e0c Fix #617: Vocab.load() required Path. Should work with string as well. 2016-11-10 22:48:48 +01:00
Matthew Honnibal
e86f440ca6 Fix test for issue 617 2016-11-10 22:48:10 +01:00
Matthew Honnibal
faa7610c56 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-11-10 22:46:38 +01:00
Matthew Honnibal
a2c7de8329 spacy/tests/regression/test_issue617.py
Test Issue #617
2016-11-10 22:46:23 +01:00
Ines Montani
cf8ca1338c Update CONTRIBUTORS.md 2016-11-09 20:06:35 +01:00
Ines Montani
bad005f2b9 Merge pull request #616 from TiagoMRodrigues/master
Make span.merge return Token
2016-11-09 20:04:39 +01:00
tiago
2a3e342c1f Added a test case to cover the span.merge returning values 2016-11-09 18:57:50 +00:00
Ines Montani
1515434eaa Fix wording 2016-11-09 17:29:20 +01:00
Ines Montani
2c1d9e407c Add contributor agreement section 2016-11-09 17:27:47 +01:00
Ines Montani
8cd361e319 Fix paths 2016-11-09 17:20:35 +01:00
Ines Montani
592d244484 Re-add existing contributor agreements 2016-11-09 16:42:02 +01:00
Ines Montani
8239878dce Update CONTRIBUTOR_AGREEMENT.md 2016-11-09 16:30:32 +01:00
Ines Montani
3005f76652 Create CONTRIBUTOR_AGREEMENT.md 2016-11-09 16:23:55 +01:00
tiago
b38cfd0ef9 now span.merge returns token like it says on documentation 2016-11-09 14:58:19 +00:00
Ines Montani
bb33c30f77 Update CONTRIBUTORS.md 2016-11-08 17:36:41 +01:00
Matthew Honnibal
e0f5a60c7f Merge pull request #614 from sadovnychyi/master
Fix PhraseMatcher to work with new Matcher
2016-11-09 03:26:03 +11:00