Commit Graph

  • 9ff288c7bb * Update tests, after removal of spacy.en.attrs Matthew Honnibal 2015-10-09 13:37:25 +1100
  • c64fd472b0 * Fix travis.yml Matthew Honnibal 2015-10-09 12:58:08 +1100
  • f2374ecfb6 Merge branch 'master' of ssh://github.com/honnibal/spaCy Matthew Honnibal 2015-10-09 12:48:34 +1100
  • 5af4b62fe7 * Filter out phrases that consist of common, lower-case words. Matthew Honnibal 2015-10-09 12:47:43 +1100
  • 55ca8b2a57 Merge d7e203114c into 7b23442543 Henning Peters 2015-10-09 00:35:02 +0000
  • 4bbc8f45c6 * Fix multi word matcher Matthew Honnibal 2015-10-09 02:02:37 +1100
  • 801d55a6d9 * Fix phrase matcher Matthew Honnibal 2015-10-09 02:00:45 +1100
  • 7b23442543 Merge pull request #133 from pquentin/patch-2 Matthew Honnibal 2015-10-08 21:47:04 +1100
  • 1a71706c05 Fix typo Quentin Pradet 2015-10-08 14:22:23 +0400
  • b3a70e6375 * Clean up unnecessary try/except block Matthew Honnibal 2015-10-08 14:34:11 +1100
  • 4513bed175 * Avoid compiling unused files Matthew Honnibal 2015-10-08 14:00:34 +1100
  • e3e8994368 * Patch italian tag map Matthew Honnibal 2015-10-08 14:00:13 +1100
  • 2d68f75b6a * Fix identity tag map Matthew Honnibal 2015-10-08 13:59:56 +1100
  • 5890682ed1 * Fix multi_word_matches script Matthew Honnibal 2015-10-08 13:59:32 +1100
  • a83253b455 Merge pull request #129 from chrisdubois/patch-1 Matthew Honnibal 2015-10-08 12:04:41 +1100
  • 6ea1601e93 * Add script to train models off the UD treebanks. Note that the UD data is restricted to research purposes only, and should only be used to train models for academic experiments. Matthew Honnibal 2015-10-08 12:00:11 +1100
  • e095faa785 Add contributor. Chris DuBois 2015-10-07 17:55:46 -0700
  • cc47b8ad6a Fix size of allocation when creating a pattern chrisdubois 2015-10-07 10:32:55 -0700
  • 0f601b8b75 Update docstring of Doc.__getitem__ Yubing (Tom) Dong 2015-10-07 01:27:28 -0700
  • 3fd3bc79aa Refactor to remove duplicate slicing logic Yubing (Tom) Dong 2015-10-07 01:25:35 -0700
  • d7e203114c fix website tests Henning Peters 2015-10-06 21:59:36 +0200
  • 97685aecb7 Add slicing support to Span Yubing (Tom) Dong 2015-10-06 02:45:49 -0700
  • 5cc2f2b01a Test simple indexing for Span Yubing (Tom) Dong 2015-10-06 02:08:39 -0700
  • ef2af20cd3 Make Doc's slicing behavior conform to Python conventions Yubing (Tom) Dong 2015-10-06 01:59:11 -0700
  • 2fc33e8024 Allow step=1 when slicing a Doc Yubing (Tom) Dong 2015-10-06 00:56:33 -0700
  • 73566899bf Add Doc slicing tests Yubing (Tom) Dong 2015-10-06 00:51:25 -0700
  • b228a8f4a6 * Remove spacy/en/attrs Matthew Honnibal 2015-10-06 16:20:46 +1100
  • 693677fd8d * Prepare to remove en/attrx file, now that moving to symbols.pyx Matthew Honnibal 2015-10-06 16:20:13 +1100
  • 63bd17135f * Whitespace Matthew Honnibal 2015-10-06 10:37:07 +1100
  • e7c31f7eae * Tweak information extraction example Matthew Honnibal 2015-10-06 10:35:49 +1100
  • c503654ec1 * Update bin/parser/train for printing output. Matthew Honnibal 2015-10-06 10:35:22 +1100
  • 3d9f41c2c9 * Add LookupError for better error reporting in Vocab Matthew Honnibal 2015-10-06 10:34:59 +1100
  • ecc5281b36 * Remove en/pos.pyx, as the tagger code now lives in spacy/tagger.pyx Matthew Honnibal 2015-10-06 10:12:08 +1100
  • e4ba8a4b5a * Add multi word matching code Matthew Honnibal 2015-10-06 09:06:52 +1100
  • 262c215b55 examples/information_extraction.py Matthew Honnibal 2015-10-01 22:27:57 +1000
  • fd72b8b282 * Add a test for Issue #118: Matcher behaves unpredictably with overlapping entities Matthew Honnibal 2015-10-01 16:21:00 +1000
  • 8caedba42a caught more codecs.open -> io.open alvations 2015-09-30 20:20:09 +0200
  • 764bdc62e7 caught another codecs.open alvations 2015-09-30 20:16:52 +0200
  • 8199012d26 changing deprecated codecs.open to io.open =) alvations 2015-09-30 20:10:15 +0200
  • 73928001ed * Set details(open=true) on docs while we redesign Matthew Honnibal 2015-09-30 11:48:15 +1000
  • 04c92d4f89 * Update comparisons Matthew Honnibal 2015-09-29 23:07:00 +1000
  • e7a7f3bd63 * Fix indentation error in API docs. Matthew Honnibal 2015-09-29 23:05:04 +1000
  • bf4d30c5b6 * Fix test failures in test_api Matthew Honnibal 2015-09-29 23:04:20 +1000
  • 87e6186828 * Rename _seq to doc attribute in Span Matthew Honnibal 2015-09-29 23:03:55 +1000
  • ab694b0364 * Fix open-bounded slice indices. Matthew Honnibal 2015-09-29 23:03:09 +1000
  • e562f504ee * Fix license metadata in setup.py Matthew Honnibal 2015-09-29 23:02:37 +1000
  • 69f0c2cd26 * Fix typo in README Matthew Honnibal 2015-09-29 23:02:08 +1000
  • a6ced80c0c * Fix Issue #116: Misleading handling of True value in Language.__init__. Matthew Honnibal 2015-09-29 20:54:12 +1000
  • f9d2a5b651 * Fix issue #112: Replace unidecode with text-unidecode, to avoid license problems. Matthew Honnibal 2015-09-28 23:39:37 +1000
  • 37729b9592 Merge pull request #111 from henningpeters/master Matthew Honnibal 2015-09-28 22:40:48 +1000
  • b364be73dc fix merge Henning Peters 2015-09-28 14:36:17 +0200
  • 5dfd2df686 add doctests for website 'api'-section (merge) Henning Peters 2015-09-28 14:35:11 +0200
  • f0360bf59d add doctests for website 'api'-section Henning Peters 2015-09-28 14:22:13 +0200
  • c03e74272b * Remove extraneous file. Matthew Honnibal 2015-09-28 21:54:44 +1000
  • d8276b3792 * Move test_home to within tests/ Matthew Honnibal 2015-09-28 19:34:34 +1000
  • 5ca1646d8a * Mark model-requiring tests Matthew Honnibal 2015-09-28 18:07:11 +1000
  • c3164f9cbe Merge pull request #107 from henningpeters/master Matthew Honnibal 2015-09-28 17:46:52 +1000
  • 2c33a96ac3 Merge pull request #99 from rw/patch-1 Matthew Honnibal 2015-09-28 17:46:26 +1000
  • 936edea425 doctests for website: 'home'-section Henning Peters 2015-09-28 02:39:14 +0200
  • d1850dcbf7 Merge branch 'master' of https://github.com/honnibal/spaCy Henning Peters 2015-09-28 01:13:02 +0200
  • 6982ed74ab * Update readme with license change Matthew Honnibal 2015-09-28 07:38:12 +1000
  • 098dc2de8b * Change from AGPL to MIT Matthew Honnibal 2015-09-28 07:37:12 +1000
  • 412ce6407a * Update Website Matthew Honnibal 2015-09-28 07:35:40 +1000
  • a6e2a44283 * Add clarifying comment Matthew Honnibal 2015-09-27 18:17:41 +1000
  • 8c3ec4c140 * Add comments clarifying output of matcher example Matthew Honnibal 2015-09-27 18:13:45 +1000
  • c17e2f2f20 * Add examples for Matcher, to answer Issue #105. TODO: Integrate into docs properly. Matthew Honnibal 2015-09-27 18:08:00 +1000
  • 60fbbfcaa2 * Fix load-new-word-vectors jade file Matthew Honnibal 2015-09-27 16:57:04 +1000
  • 095831e5bf * Start adding auxiliaries to morphs.json Matthew Honnibal 2015-09-27 16:56:34 +1000
  • 22d1112031 new proposal for doctests Henning Peters 2015-09-25 11:54:32 +0200
  • e08eca837c new proposal for doctests Henning Peters 2015-09-25 11:52:14 +0200
  • 6717fdc5f3 Merge branch 'master' of https://github.com/honnibal/spaCy Henning Peters 2015-09-25 09:42:01 +0200
  • ee521a52a8 proposal for doctests Henning Peters 2015-09-24 16:57:11 +0200
  • 092dbb3815 Merge branch 'master' of ssh://github.com/honnibal/spaCy Matthew Honnibal 2015-09-24 22:39:00 +1000
  • c579b6b96c * Update English morphs.json Matthew Honnibal 2015-09-24 22:38:41 +1000
  • 43ff25257b Merge pull request #104 from bittlingmayer/patch-1 Matthew Honnibal 2015-09-24 20:57:12 +1000
  • cecb04cfba Create README.md Adam Mathias Bittlingmayer 2015-09-24 03:23:48 -0700
  • 916de3c215 * Write updated load-new-word-vectors documentation Matthew Honnibal 2015-09-24 19:24:23 +1000
  • 3b3547251c * Fix Issue #102: DT tag was mapped to DET. Matthew Honnibal 2015-09-24 18:38:47 +1000
  • d03bdaaac9 * Add Makefile. Currently incomplete Matthew Honnibal 2015-09-24 18:16:39 +1000
  • 15f18e5753 * Add website to version control Matthew Honnibal 2015-09-24 18:15:07 +1000
  • 7820c504d7 * Add sass-cache to gitignore Matthew Honnibal 2015-09-24 18:14:21 +1000
  • be4848fbcb * Update morphs.json with universal dependencies/interset morphological features Matthew Honnibal 2015-09-24 00:59:42 +1000
  • abf0d930af * Fix API for loading word vectors from a file. Matthew Honnibal 2015-09-23 23:51:08 +1000
  • 46caf15bca Merge pull request #101 from henningpeters/master Matthew Honnibal 2015-09-22 21:50:26 +1000
  • 911de2ae49 add overseen (?) char Henning Peters 2015-09-22 12:29:47 +0200
  • 9ecb98f30e basic german rules Henning Peters 2015-09-22 11:56:29 +0200
  • d4a013ccab * Add a simple example POS tagger script 0.93 Matthew Honnibal 2015-09-22 15:56:14 +1000
  • f5c256745b Merge branch 'master' of ssh://github.com/honnibal/spaCy Matthew Honnibal 2015-09-22 12:26:24 +1000
  • 528e26a506 * Add rule to ensure ordinals are preserved as single tokens Matthew Honnibal 2015-09-22 12:26:05 +1000
  • 9431441544 * Update the publish command, so that it creates a git tag Matthew Honnibal 2015-09-22 02:26:10 +0200
  • 8711b64860 Force SSL for downloading English language data. Robert 2015-09-21 17:26:01 -0700
  • 5fa18e4f9d * Update mark on test_vec Matthew Honnibal 2015-09-22 02:23:11 +0200
  • 361f6fdd74 * Inc version Matthew Honnibal 2015-09-22 02:22:27 +0200
  • d9c29de3af * Add vectors tests for token API Matthew Honnibal 2015-09-22 02:11:31 +0200
  • f7283a5067 * Fix vectors bugs for OOV words Matthew Honnibal 2015-09-22 02:10:01 +0200
  • 44aecba701 * Fix Token.has_vector and Lexeme.has_vector Matthew Honnibal 2015-09-22 01:43:16 +0200
  • 596fde8daa * Add has_vector attribute to Token and Lexeme Matthew Honnibal 2015-09-21 19:52:43 +1000
  • c0a63ac157 * Mark SBD tests as requiring models Matthew Honnibal 2015-09-21 19:23:38 +1000
  • 1b5f8b888f Merge branch 'master' of https://github.com/honnibal/spaCy Matthew Honnibal 2015-09-21 11:07:06 +0200
  • f0b9f0ff3e * Add wordnet Matthew Honnibal 2015-09-21 19:06:48 +1000