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
ines
97814f8da6
Update Windows Python 2 link workaround to use helper functions
2017-03-25 14:04:27 +01:00
ines
fdec758113
Add is_windows and is_python2 utility functions
2017-03-25 14:04:02 +01:00
Ines Montani
09837158e4
Merge pull request #921 from solresol/master
...
Possible solution to #909
2017-03-25 13:51:55 +01:00
Greg Baker
b7f714b498
Possible solution to #909
2017-03-25 21:36:38 +11:00
ines
a5fc5fb0db
Add Hebrew to list of alpha languages
2017-03-25 10:22:46 +01:00
ines
9600cd1b9e
Fix download commands
2017-03-25 10:22:05 +01:00
ines
8a0ee5fc81
Fix download commands
2017-03-25 10:18:38 +01:00
ines
89fe97ec43
Merge branch 'pr/917'
2017-03-25 10:10:02 +01:00
Ines Montani
97cb4d5e3c
Merge branch 'master' into master
2017-03-25 10:03:47 +01:00
Iddo Berger
da135bd823
add hebrew tokenizer
2017-03-24 18:27:44 +03:00
Matthew Honnibal
f40fbc3710
Add test for Issue #910 : Resuming entity training
2017-03-23 23:38:57 +01:00
Matthew Honnibal
8c82769243
Merge branch 'master' of https://github.com/explosion/spaCy
2017-03-23 22:51:54 +01:00
Matthew Honnibal
7866f3b937
Merge pull request #914 from raphael0202/training_doc_typo
...
Fix doc typo
2017-03-23 22:13:53 +01:00
Raphaël Bournhonesque
d137b26c32
Fix doc typo
2017-03-23 21:28:57 +01:00
Matthew Honnibal
9c9cd99144
Merge branch 'master' of https://github.com/explosion/spaCy
2017-03-23 11:11:24 +01:00
ines
0035fd9efe
Add spacy train work in progress
2017-03-23 11:08:41 +01:00