Commit Graph

7716 Commits

Author SHA1 Message Date
Matthew Honnibal 2512ea9eeb Fix memory leak in beam parser 2017-11-14 02:11:40 +01:00
Matthew Honnibal 86ddf692a1 Fix bug in limit calculation on dev data 2017-11-14 01:37:10 +01:00
Matthew Honnibal 1b348389bb Merge branch 'master' of https://github.com/explosion/spaCy 2017-11-13 18:18:48 +01:00
Matthew Honnibal ca73d0d8fe Cleanup states after beam parsing, explicitly 2017-11-13 18:18:26 +01:00
Matthew Honnibal 63ef9a2e73 Remove __dealloc__ from ParserBeam 2017-11-13 18:18:08 +01:00
ines 0e5642593e Merge branch 'master' of https://github.com/explosion/spaCy 2017-11-13 17:00:07 +01:00
ines bc79274706 Fix typo 2017-11-13 17:00:03 +01:00
Ines Montani 339675c9fb
Merge pull request #1565 from DuyguA/patch-2
added contributor agreement for DuyguA
2017-11-13 16:21:50 +01:00
Ines Montani 6ef702f79f
Merge pull request #1563 from abhi18av/patch-2
improved upon the list of included stop_words
2017-11-13 16:14:28 +01:00
Duygu Altinok c263c3acce
added contributor agreement for DuyguA 2017-11-13 15:45:13 +01:00
Abhinav Sharma 4dd34058a2
Create abhi18av.md 2017-11-13 17:23:05 +05:30
Abhinav Sharma 59f5740ede
improved upon the list of included stop_words 2017-11-13 17:13:49 +05:30
ines 7a7b01feb1 Update links 2017-11-13 08:30:06 +01:00
ines b3e502a076 Add videos section to resources 2017-11-13 08:29:57 +01:00
ines f2b6b98b75 Fix typo in code example (resolves #1556) 2017-11-13 08:29:16 +01:00
Matthew Honnibal f0e28e8ae5
Make fasttext reader accommodate whitespace 2017-11-12 12:07:13 +01:00
Ines Montani 94d8b711a3
Update CONTRIBUTING.md 2017-11-12 12:06:59 +01:00
Matthew Honnibal 6e641f46d4 Create a preprocess function that gets bigrams 2017-11-12 00:43:41 +01:00
Matthew Honnibal 86d37301c9
Merge pull request #1552 from ligser/master
Try to add ability to clean up StringStore in pipe
2017-11-11 18:39:48 +01:00
Matthew Honnibal c9251d79e3
Edit comment 2017-11-11 18:38:32 +01:00
Matthew Honnibal dd1678eab3
Edit comment 2017-11-11 18:37:08 +01:00
ines ceb2c596f1 Update conda details 2017-11-11 13:07:00 +01:00
Roman Domrachev 378280039b Fill contributer agreement 2017-11-11 11:39:31 +03:00
Roman Domrachev ee60a52ee7 Fix test imports and last batch cleanup 2017-11-11 11:32:16 +03:00
Roman Domrachev 4a6b094e09 Remove unused import 2017-11-11 03:13:05 +03:00
Roman Domrachev 3c600adf23 Try to fix StringStore clean up (see #1506) 2017-11-11 03:11:27 +03:00
ines ee97fd3cb4 Add regression test for #1547 2017-11-11 00:14:03 +01:00
ines 2df27db671 Add unicode declaration 2017-11-11 00:13:56 +01:00
ines f36fab39b0 Don't rename component in intent parser example (resolves #1551)
Otherwise, the default saved model won't know that it's supposed to create spaCy's 'parser'.
2017-11-10 23:35:38 +01:00
ines 35653bef3a Add missing import (fixes #1546) 2017-11-10 19:05:18 +01:00
ines 4a97def06a Update features 2017-11-10 19:05:10 +01:00
ines dea5636d6c Fix broken links 2017-11-10 13:06:38 +01:00
Ines Montani 5a5d46e0ab
Merge pull request #1542 from Wahib/patch-1
Fix typo. Add missing '='.
2017-11-10 12:53:27 +01:00
Wahib Faizi 0da56f8ef8
Fix typo. Add missing '='. 2017-11-10 14:51:24 +03:00
Ines Montani 1a23a0f87e
Remove broken link (resolves #1541) 2017-11-10 12:28:39 +01:00
ines 4c5d2c80d5 Re-add python -m to commands, too brittle :( (see #1536) 2017-11-10 02:30:55 +01:00
ines ee5697a1cd Fix training tips 2017-11-10 00:19:42 +01:00
ines 6ae0ebfa3a Update training tips 2017-11-10 00:17:10 +01:00
ines b20779bac4 Update resources 2017-11-09 23:05:37 +01:00
ines 123810b6de Add "lovin'" to tokenizer exceptions (see #1248) 2017-11-09 17:09:30 +01:00
ines ed84688935 Remove old link 2017-11-09 15:34:12 +01:00
Ines Montani e5b9ccdb5c
Merge pull request #1526 from mcsalgado/fix-typos
fix typos
2017-11-09 15:33:55 +01:00
Ines Montani 8cd5009f09
Merge pull request #1524 from MathiasDesch/master
Fix Doc mistake, showing visual of similarity when dissimilar
2017-11-09 15:32:38 +01:00
ines 3597a29c24 Update fastText vectors example (see #1525)
Add option to specify language, and add note on "lang" being required to save out model
2017-11-09 14:54:39 +01:00
Victor Salgado fe1d969d5f fix typos 2017-11-09 10:55:13 -02:00
Mathias Deschamps 369901759d
Fix broken link
Link for SLA template was broken
2017-11-09 12:00:25 +01:00
Mathias Deschamps b639b4c6b4 Add spaCy Contributor Agreement 2017-11-09 11:56:47 +01:00
Mathias Deschamps 25b26f0d64
Fix similarity visual
Doc was showing similarity when dissimilar
2017-11-09 11:08:26 +01:00
ines 98767122a7 Fix typos 2017-11-09 04:13:03 +01:00
ines e87eb11beb Update package.json 2017-11-09 04:12:57 +01:00