Matthew Honnibal
361f6fdd74
* Inc version
2015-09-22 02:22:27 +02:00
Matthew Honnibal
c3dea8bc8b
* Inc version
2015-09-21 10:58:11 +02:00
Matthew Honnibal
0b7d2a6c62
* Inc version
2015-09-13 01:26:29 +02:00
Matthew Honnibal
c301bebd33
Merge branch 'master' of https://github.com/honnibal/spaCy into develop
2015-09-09 10:55:39 +02:00
Vsevolod Solovyov
39cfe28f33
Correctly pass link_args in c_ext() in setup.py
2015-08-24 12:52:05 +03:00
Matthew Honnibal
5dd76be446
* Split EnPosTagger up into base class and subclass
2015-08-24 05:25:55 +02:00
Matthew Honnibal
47db3067a0
* Compile spacy.matcher
2015-08-05 23:48:11 +02:00
Matthew Honnibal
4a0f40ec2d
* Ensure data is packaged in vocab
2015-07-27 02:14:36 +02:00
Matthew Honnibal
b532f4eaa2
* Ensure serialize is packaged.
2015-07-27 01:51:37 +02:00
Matthew Honnibal
62da5eb338
* Inc version
2015-07-26 22:22:54 +02:00
Matthew Honnibal
65f3ce6c52
* Require preshed 0.41
2015-07-25 22:36:43 +02:00
Matthew Honnibal
287d90e792
* Use thinc 3.3
2015-07-24 04:52:50 +02:00
Matthew Honnibal
06eac32610
* Add cfile.pyx
2015-07-23 01:10:36 +02:00
Matthew Honnibal
a9149fdcbd
* Compile attrs.pyx
2015-07-17 16:39:25 +02:00
Matthew Honnibal
db9dfd2e23
* Major refactor of serialization. Nearly complete now.
2015-07-17 01:27:54 +02:00
Matthew Honnibal
38ca0c33f5
Merge branch 'neuralnet' into refactor
...
Mostly refactors parser, to use new thinc3.2 Example class.
Aim is to remove use of shared memory, so that we can parallelize
over documents easily.
Conflicts:
setup.py
spacy/syntax/parser.pxd
spacy/syntax/parser.pyx
spacy/syntax/stateclass.pyx
2015-07-14 14:13:47 +02:00
Matthew Honnibal
d87d71caf4
* Compile the new modules after refactor
2015-07-13 22:29:33 +02:00
Matthew Honnibal
703ca40420
* Inc version
2015-07-08 20:07:23 +02:00
Matthew Honnibal
1e8dd0e2c5
* Comple senses.pyx
2015-07-01 18:49:15 +02:00
Matthew Honnibal
90e2059200
* Include spacy.munge in the built library
2015-06-30 18:35:39 +02:00
Matthew Honnibal
5d595b5a8c
* Inc versions
2015-06-30 18:11:06 +02:00
Matthew Honnibal
8e7ffd2cdd
* Use thinc 3.1
2015-06-29 02:13:23 +02:00
Matthew Honnibal
9282a8e72c
* Prepare for new models to be plugged in by using Example class
2015-06-28 11:02:35 +02:00
Matthew Honnibal
4944d3ba20
* Update requirement to thinc 3.0
2015-06-28 06:21:20 +02:00
Matthew Honnibal
dc10aa2518
* Increment version
2015-06-24 04:52:15 +02:00
Matthew Honnibal
34c0ef2ee8
* Don't compile the orig_arc_eager and tree_arc_eager modules used for the EMNLP paper
2015-06-23 05:38:17 +02:00
Matthew Honnibal
a5ae98a543
* Add tree_arc_eager to setup.py
2015-06-15 08:22:59 +02:00
Matthew Honnibal
bcfdf126a4
* Add toggle for OrigArcEager system
2015-06-14 20:28:14 +02:00
Matthew Honnibal
e2f9a80713
* Remove old _state imports
2015-06-10 07:09:17 +02:00
Matthew Honnibal
d70304b7dd
* Require newer thinc
2015-06-10 04:20:42 +02:00
Matthew Honnibal
09617a4638
* Whitespace
2015-06-09 21:20:33 +02:00
Matthew Honnibal
00a0dfcb59
* Avoid shipping the spacy.munge package
2015-06-08 00:54:13 +02:00
Matthew Honnibal
22f1ad012e
* Add spacy.munge to list of packages
2015-06-07 22:28:13 +02:00
Matthew Honnibal
ce8e524825
* Fix requirements in setup.py
2015-06-07 22:24:21 +02:00
Matthew Honnibal
48bc4122d8
* Upd version in setup.py
2015-06-07 19:05:28 +02:00
Matthew Honnibal
cc7439a16b
* Don't use alignment.pyx file, move functionality to spacy.gold
2015-05-24 21:51:15 +02:00
Matthew Honnibal
fc75210941
* Move spacy.syntax.conll to spacy.gold
2015-05-24 21:35:02 +02:00
Matthew Honnibal
bfeb29ebd1
* Tmp commit
2015-05-24 02:50:14 +02:00
Matthew Honnibal
03ebf70a66
* Inc version to 0.84
2015-05-12 02:38:51 +02:00
Jordan Suchow
3a8d9b37a6
Remove trailing whitespace
2015-04-19 13:01:38 -07:00
Jordan Suchow
5f0f940a1f
Remove unused imports
2015-04-19 01:05:22 -07:00
Matthew Honnibal
716ba06711
* Inc version
2015-04-16 04:28:15 +02:00
Matthew Honnibal
05d0f078bb
* Inc version
2015-04-13 22:29:31 +02:00
Matthew Honnibal
ab53855dfe
* Bump version
2015-04-13 06:08:22 +02:00
Matthew Honnibal
11c4794e56
* Bump version number
2015-04-12 07:17:32 +02:00
Matthew Honnibal
8f68b864c4
* Move Span/Spans to separate files. Currently duplicates lots of Tokens functionality. Should probably be integrated into Tokens
2015-03-26 16:44:48 +01:00
Matthew Honnibal
e99f19dd6c
* Fix clean function
2015-03-26 16:44:44 +01:00
Matthew Honnibal
357dcdcc01
* Fix clean function
2015-03-26 16:44:44 +01:00
Matthew Honnibal
8da53cbe3c
* Fix setup.py, so that when compiling, only the necessary files are compiled
2015-03-26 16:44:43 +01:00
Matthew Honnibal
6e86790a4e
* Add new syntax modules to setup.py
2015-03-26 16:44:42 +01:00