Commit Graph

5491 Commits

Author SHA1 Message Date
ines
7e4befec88 Add Hebrew to init and setup.py 2017-03-29 10:34:57 +02:00
Ines Montani
21dfe9edbe Merge pull request #936 from Gregory-Howard/package
correction of package.py (encoding on open instead of write)
2017-03-29 09:40:10 +02:00
Grégory Howard
9c2996b27f correction of package.py (encoding on open instead of write) 2017-03-29 09:11:02 +02:00
Eric Zhao
aafdf6ffb8 Add option to use label karg to determine ent_type in doc.merge 2017-03-28 23:35:03 -07:00
Ines Montani
aee7008513 Update README.rst 2017-03-27 01:07:21 +02:00
ines
7198cf1c8a Remove unused import 2017-03-26 20:56:05 +02:00
ines
7ceaa1614b Add experimental model init command 2017-03-26 20:51:40 +02:00
ines
e2ed2f0258 Bump version 2017-03-26 20:51:21 +02:00
ines
bf2cc370fe Merge branch 'master' into develop 2017-03-26 20:00:13 +02:00
Ines Montani
17cb04a26e Update README.rst 2017-03-26 18:42:14 +02:00
ines
88dd7519c5 Update README.rst 2017-03-26 17:09:02 +02:00
ines
6dde6dbd63 Update CONTRIBUTORS.md 2017-03-26 17:08:50 +02:00
Matthew Honnibal
83ba6c247c Fix init of Language without model 2017-03-26 16:46:00 +02:00
Matthew Honnibal
fa107f95f6 Remove unused train_config command 2017-03-26 09:28:59 -05:00
Matthew Honnibal
df83921f0a Increment version 2017-03-26 09:27:32 -05:00
Matthew Honnibal
92ac3af21d Merge branch 'master' of https://github.com/explosion/spaCy 2017-03-26 09:26:59 -05:00
Matthew Honnibal
a9b1f23c7d Enable regression loss for parser 2017-03-26 09:26:30 -05:00
Ines Montani
c9a95d55fd Add Hebrew to list of languages 2017-03-26 16:06:08 +02:00
ines
c00d997924 Merge branch 'develop' 2017-03-26 15:57:00 +02:00
ines
13df2d6a60 Add documentation for spaCy's JSON format 2017-03-26 15:56:15 +02:00
Matthew Honnibal
4731254ca5 Merge branch 'master' of https://github.com/explosion/spaCy 2017-03-26 08:47:01 -05:00
Matthew Honnibal
2efdbc08ff Make training work with directories 2017-03-26 08:46:44 -05:00
ines
007a2492bd Remove train_config command for now 2017-03-26 15:40:50 +02:00
ines
b297fab062 Update error message for missing commands 2017-03-26 15:40:02 +02:00
ines
7f95023fc0 Fix formatting 2017-03-26 15:37:37 +02:00
ines
5901c8f7f0 Update spacy train CLI documentation 2017-03-26 15:33:48 +02:00
Matthew Honnibal
9dcb58aaaf Merge CLI changes 2017-03-26 07:30:45 -05:00
Matthew Honnibal
6b7f7a2060 Connect parser L1 option to train CLI 2017-03-26 07:24:07 -05:00
Matthew Honnibal
ed2b106f4d Fix circular import in lemmatizer 2017-03-26 07:17:07 -05:00
Matthew Honnibal
dec5571bf3 Update train CLI 2017-03-26 07:16:52 -05:00
ines
afd839f64b Add pip and conda badges to installation docs 2017-03-26 14:11:31 +02:00
ines
45d03ea05b Add BADGES settings and mixin for pip and conda badges 2017-03-26 14:11:22 +02:00
ines
9a481c9f42 Add "Troubleshooting" section 2017-03-26 13:42:36 +02:00
ines
d4a86b6394 Update formatting 2017-03-26 13:42:19 +02:00
Matthew Honnibal
6b325c2c12 Remove print statement 2017-03-26 13:17:36 +02:00
ines
53cf2f1c0e Make dev data optional 2017-03-26 11:48:17 +02:00
Matthew Honnibal
5eac089fbe Merge branch 'master' into develop 2017-03-26 04:45:43 -05:00
ines
0fc56e2544 Update flag and defaults 2017-03-26 11:42:11 +02:00
ines
1dae97b2f6 Fix typos 2017-03-26 11:14:44 +02:00
ines
a9368b591a Update inline code style 2017-03-26 11:14:36 +02:00
ines
88160f5daa Update border style on infoboxes 2017-03-26 11:14:30 +02:00
ines
09d7f26bed Remove text shadow on selected text 2017-03-26 11:14:16 +02:00
ines
8389e05496 Hide home link and subsection title on small screens 2017-03-26 11:14:08 +02:00
ines
323b418cf1 Split docs menu item into Usage and API 2017-03-26 11:13:52 +02:00
Matthew Honnibal
2f63806ddb Update config when adding label. Re #910 2017-03-25 22:35:44 +01:00
Matthew Honnibal
b94286de30 Fix regression test 2017-03-25 22:35:07 +01:00
Matthew Honnibal
c748907a66 Fix errors in previous commit 2017-03-25 22:25:01 +01:00
Matthew Honnibal
4f400fa486 Prevent lemmatization of base nouns
Update lemmatizer's base-form check, for change in morphology class.
Closes #903.
2017-03-25 21:51:12 +01:00
Matthew Honnibal
850d35dcb3 Make morphology use int attributes internally
The morphology class was calling the lemmatizer inconsistently,
which some string-valued attributes. This caused Issue #903.
2017-03-25 21:49:10 +01:00
Matthew Honnibal
4454c1b23f Block lemmatization of base-form adjectives
Fixes check that an adjective is a base form (as opposed to a
comparative or superlative), so that it's not lemmatized.
e.g. inner -!> inn. Closes #912.
2017-03-25 21:29:57 +01:00