Commit Graph

  • f11c8e22eb * Remove happax stuff Matthew Honnibal 2014-08-02 22:11:28 +0100
  • 6050209f65 * Update gitignore Matthew Honnibal 2014-08-02 22:06:30 +0100
  • b555e2dc5d * Add hash tests Matthew Honnibal 2014-08-02 21:58:31 +0100
  • d6e07aa922 * Switch to 32bit hash for strings Matthew Honnibal 2014-08-02 21:51:52 +0100
  • 365a2af756 * Restore happax. commit uncommited work Matthew Honnibal 2014-08-02 21:27:03 +0100
  • 6319ff0f22 * Add length property Matthew Honnibal 2014-08-02 21:26:44 +0100
  • 18fb76b2c4 * Removed happax. Not sure if good idea. Matthew Honnibal 2014-08-02 20:53:35 +0100
  • edd38a84b1 * Removing happax stuff. Added length Matthew Honnibal 2014-08-02 20:45:12 +0100
  • fc7c10d7f8 * Ugly but seemingly working fix to the token memory leak Matthew Honnibal 2014-08-01 09:43:19 +0100
  • c7bb6b329c * Don't free clobbered lexemes, as they might be part of a tail Matthew Honnibal 2014-08-01 08:22:38 +0100
  • c48214460e * Free lexemes clobbered as happaxes Matthew Honnibal 2014-08-01 07:40:20 +0100
  • 5b6457e80e * Free lexemes clobbered as happaxes Matthew Honnibal 2014-08-01 07:37:50 +0100
  • d8cb2288ce * Roll back to using murmurhash2 for now Matthew Honnibal 2014-08-01 07:28:47 +0100
  • d4b8bc07ce * Use FixedTable to control index size Matthew Honnibal 2014-08-01 07:27:48 +0100
  • f39211b2b1 * Add FixedTable for hashing Matthew Honnibal 2014-08-01 07:27:21 +0100
  • a44e15f623 * Hack around lack of distribution features for now. Matthew Honnibal 2014-07-31 18:24:51 +0100
  • 4cb88c940b * Fix memory leak in tokenizer, caused by having a fixed vocab. Matthew Honnibal 2014-07-31 18:19:38 +0100
  • 5b81ee716f * Use a sparse_hash_map to store happax vocab items, with a max size. Matthew Honnibal 2014-07-31 17:40:43 +0100
  • a235804730 * Fix setup.py Matthew Honnibal 2014-07-31 02:03:53 +0100
  • 5461399924 * Fix setup.py Matthew Honnibal 2014-07-31 02:03:10 +0100
  • e5da104bc7 * Remove ext files Matthew Honnibal 2014-07-25 16:48:26 +0100
  • b9016c4633 * Switch to using sparsehash and murmurhash libraries out of pip Matthew Honnibal 2014-07-25 15:47:27 +0100
  • 3f7cbb93e0 * Upd requirements Matthew Honnibal 2014-07-23 17:50:34 +0100
  • d2a151ec75 * Push to master Matthew Honnibal 2014-07-23 17:39:02 +0100
  • 150cf6dd3b * Merge string views feature branch Matthew Honnibal 2014-07-23 17:37:48 +0100
  • e80ec5525f * Delete docs attempt Matthew Honnibal 2014-07-23 17:36:37 +0100
  • e494494d80 * Add tests for group_by Matthew Honnibal 2014-07-23 17:36:12 +0100
  • a895fe5ddb * Upd from spacy Matthew Honnibal 2014-07-23 17:35:18 +0100
  • 87bf205b82 * Fix open apostrophe bug Matthew Honnibal 2014-07-07 23:26:01 +0200
  • bc6c1f6156 * Add test for open apostrophe bug Matthew Honnibal 2014-07-07 23:24:20 +0200
  • 571808a274 Group-by seems to be working Matthew Honnibal 2014-07-07 20:27:02 +0200
  • 80b36f9f27 * 710k words per second for counts Matthew Honnibal 2014-07-07 19:12:19 +0200
  • 057c21969b * Refactor for string view features. Working on setting up flags and enums. Matthew Honnibal 2014-07-07 16:58:48 +0200
  • 9fd085bf90 Merge branch 'feature/group_by' into develop Matthew Honnibal 2014-07-07 12:51:40 +0200
  • 1c5ab3b49a * Add tokens module to setup Matthew Honnibal 2014-07-07 12:51:23 +0200
  • f1bcbd4c4e * Reorganized code to accomodate Tokens class. Need string views before group_by and count_by can be done well. Matthew Honnibal 2014-07-07 12:47:21 +0200
  • 6da8010577 Merge branch 'feature/scale' into develop Matthew Honnibal 2014-07-07 08:15:54 +0200
  • 6668e44961 * Whitespace Matthew Honnibal 2014-07-07 08:15:44 +0200
  • 0074ae2fc0 * Switch to dynamically allocating array, based on the document length Matthew Honnibal 2014-07-07 08:05:29 +0200
  • 0575f16ade * Upd requirements Matthew Honnibal 2014-07-07 07:37:29 +0200
  • ff1869ff07 * Fixed major efficiency problem, from not quite grokking pass by reference in cython c++ Matthew Honnibal 2014-07-07 07:36:43 +0200
  • aaae66114c Merge branch 'feature/contractions' into develop Matthew Honnibal 2014-07-07 05:11:43 +0200
  • e60b958b7d * Add test to check how well we match ptb tokenizer. Needs more text. Matthew Honnibal 2014-07-07 05:11:31 +0200
  • 2c431f9fdc * Upd tokenization test Matthew Honnibal 2014-07-07 05:11:04 +0200
  • 0c76143b72 * Give value for assert Matthew Honnibal 2014-07-07 05:10:46 +0200
  • 648d1fe3ed * Compile en_ptb Matthew Honnibal 2014-07-07 05:10:28 +0200
  • 60a2dac13c * Upd gitignore Matthew Honnibal 2014-07-07 05:10:19 +0200
  • e244739dfe * Fix ptb tokenization Matthew Honnibal 2014-07-07 05:10:09 +0200
  • cc3971ce5c * Fix error in tokenization rules Matthew Honnibal 2014-07-07 05:09:34 +0200
  • 997551241f * Upd ptb tokenization rules Matthew Honnibal 2014-07-07 05:09:22 +0200
  • dc20500920 * Remove cpp files Matthew Honnibal 2014-07-07 05:09:05 +0200
  • 25849fc926 * Generalize tokenization rules to capitals Matthew Honnibal 2014-07-07 05:07:21 +0200
  • df0458001d * Begin work on full PTB-compatible English tokenization Matthew Honnibal 2014-07-07 04:29:24 +0200
  • 0c1be7effe * Compile string_tools module Matthew Honnibal 2014-07-07 04:24:00 +0200
  • e4263a241a * Tests passing for reorganized version Matthew Honnibal 2014-07-07 04:23:46 +0200
  • 12f8a0e3c2 * Tests passing for reorganized version Matthew Honnibal 2014-07-07 04:23:20 +0200
  • d5bef02c72 * Reorganized, moving language-independent stuff to spacy. The functions in spacy ask for the dictionaries and split function on input, but the language-specific modules are curried versions that use the globals Matthew Honnibal 2014-07-07 04:21:06 +0200
  • a62c38e1ef * Working tokenization. en doesn't match PTB perfectly. Need to reorganize before adding more schemes. Matthew Honnibal 2014-07-07 01:15:59 +0200
  • 4e79446dc2 * Reading in tokenization rules correctly. Passing tests. Matthew Honnibal 2014-07-07 00:02:55 +0200
  • 9bef797afe * Rejigged tests. Working possessives, but no other contractions Matthew Honnibal 2014-07-06 20:02:00 +0200
  • 72159e7011 * Fixes to tokenization. Now segment sequences of the same punctuation. Matthew Honnibal 2014-07-06 19:28:42 +0200
  • e98e97d483 * Possessive test passing Matthew Honnibal 2014-07-06 18:35:55 +0200
  • 556f6a18ca * Initial commit. Tests passing for punctuation handling. Need contractions, file transport, tokenize function, etc. Matthew Honnibal 2014-07-05 20:51:42 +0200
  • 5c1705d5be * Add ext stuff, while I figure out how to get it working as a different project Matthew Honnibal 2014-07-05 20:50:44 +0200
  • 81f6491cb4 * Add gitignore Matthew Honnibal 2014-07-05 20:50:01 +0200
  • 0f923fa37d * Add initial docs stuff Matthew Honnibal 2014-07-05 20:49:46 +0200
  • ca7045f3f2 * Add build/setup stuff Matthew Honnibal 2014-07-05 20:49:34 +0200
  • e3fad681c5 Initial commit honnibal 2014-07-04 01:15:40 +1000