Matthew Honnibal
|
a895fe5ddb
|
* Upd from spacy
|
2014-07-23 17:35:18 +01:00 |
|
Matthew Honnibal
|
87bf205b82
|
* Fix open apostrophe bug
|
2014-07-07 23:26:01 +02:00 |
|
Matthew Honnibal
|
bc6c1f6156
|
* Add test for open apostrophe bug
|
2014-07-07 23:24:20 +02:00 |
|
Matthew Honnibal
|
571808a274
|
Group-by seems to be working
|
2014-07-07 20:27:02 +02:00 |
|
Matthew Honnibal
|
80b36f9f27
|
* 710k words per second for counts
|
2014-07-07 19:12:19 +02:00 |
|
Matthew Honnibal
|
057c21969b
|
* Refactor for string view features. Working on setting up flags and enums.
|
2014-07-07 16:58:48 +02:00 |
|
Matthew Honnibal
|
9fd085bf90
|
Merge branch 'feature/group_by' into develop
|
2014-07-07 12:51:40 +02:00 |
|
Matthew Honnibal
|
1c5ab3b49a
|
* Add tokens module to setup
|
2014-07-07 12:51:23 +02:00 |
|
Matthew Honnibal
|
f1bcbd4c4e
|
* Reorganized code to accomodate Tokens class. Need string views before group_by and count_by can be done well.
|
2014-07-07 12:47:21 +02:00 |
|
Matthew Honnibal
|
6da8010577
|
Merge branch 'feature/scale' into develop
|
2014-07-07 08:15:54 +02:00 |
|
Matthew Honnibal
|
6668e44961
|
* Whitespace
|
2014-07-07 08:15:44 +02:00 |
|
Matthew Honnibal
|
0074ae2fc0
|
* Switch to dynamically allocating array, based on the document length
|
2014-07-07 08:05:29 +02:00 |
|
Matthew Honnibal
|
0575f16ade
|
* Upd requirements
|
2014-07-07 07:37:29 +02:00 |
|
Matthew Honnibal
|
ff1869ff07
|
* Fixed major efficiency problem, from not quite grokking pass by reference in cython c++
|
2014-07-07 07:36:43 +02:00 |
|
Matthew Honnibal
|
aaae66114c
|
Merge branch 'feature/contractions' into develop
|
2014-07-07 05:11:43 +02:00 |
|
Matthew Honnibal
|
e60b958b7d
|
* Add test to check how well we match ptb tokenizer. Needs more text.
|
2014-07-07 05:11:31 +02:00 |
|
Matthew Honnibal
|
2c431f9fdc
|
* Upd tokenization test
|
2014-07-07 05:11:04 +02:00 |
|
Matthew Honnibal
|
0c76143b72
|
* Give value for assert
|
2014-07-07 05:10:46 +02:00 |
|
Matthew Honnibal
|
648d1fe3ed
|
* Compile en_ptb
|
2014-07-07 05:10:28 +02:00 |
|
Matthew Honnibal
|
60a2dac13c
|
* Upd gitignore
|
2014-07-07 05:10:19 +02:00 |
|
Matthew Honnibal
|
e244739dfe
|
* Fix ptb tokenization
|
2014-07-07 05:10:09 +02:00 |
|
Matthew Honnibal
|
cc3971ce5c
|
* Fix error in tokenization rules
|
2014-07-07 05:09:34 +02:00 |
|
Matthew Honnibal
|
997551241f
|
* Upd ptb tokenization rules
|
2014-07-07 05:09:22 +02:00 |
|
Matthew Honnibal
|
dc20500920
|
* Remove cpp files
|
2014-07-07 05:09:05 +02:00 |
|
Matthew Honnibal
|
25849fc926
|
* Generalize tokenization rules to capitals
|
2014-07-07 05:07:21 +02:00 |
|
Matthew Honnibal
|
df0458001d
|
* Begin work on full PTB-compatible English tokenization
|
2014-07-07 04:29:24 +02:00 |
|
Matthew Honnibal
|
0c1be7effe
|
* Compile string_tools module
|
2014-07-07 04:24:00 +02:00 |
|
Matthew Honnibal
|
e4263a241a
|
* Tests passing for reorganized version
|
2014-07-07 04:23:46 +02:00 |
|
Matthew Honnibal
|
12f8a0e3c2
|
* Tests passing for reorganized version
|
2014-07-07 04:23:20 +02:00 |
|
Matthew Honnibal
|
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
|
2014-07-07 04:21:06 +02:00 |
|
Matthew Honnibal
|
a62c38e1ef
|
* Working tokenization. en doesn't match PTB perfectly. Need to reorganize before adding more schemes.
|
2014-07-07 01:15:59 +02:00 |
|
Matthew Honnibal
|
4e79446dc2
|
* Reading in tokenization rules correctly. Passing tests.
|
2014-07-07 00:02:55 +02:00 |
|
Matthew Honnibal
|
9bef797afe
|
* Rejigged tests. Working possessives, but no other contractions
|
2014-07-06 20:02:00 +02:00 |
|
Matthew Honnibal
|
72159e7011
|
* Fixes to tokenization. Now segment sequences of the same punctuation.
|
2014-07-06 19:28:42 +02:00 |
|
Matthew Honnibal
|
e98e97d483
|
* Possessive test passing
|
2014-07-06 18:35:55 +02:00 |
|
Matthew Honnibal
|
556f6a18ca
|
* Initial commit. Tests passing for punctuation handling. Need contractions, file transport, tokenize function, etc.
|
2014-07-05 20:51:42 +02:00 |
|
Matthew Honnibal
|
5c1705d5be
|
* Add ext stuff, while I figure out how to get it working as a different project
|
2014-07-05 20:51:04 +02:00 |
|
Matthew Honnibal
|
81f6491cb4
|
* Add gitignore
|
2014-07-05 20:50:01 +02:00 |
|
Matthew Honnibal
|
0f923fa37d
|
* Add initial docs stuff
|
2014-07-05 20:49:46 +02:00 |
|
Matthew Honnibal
|
ca7045f3f2
|
* Add build/setup stuff
|
2014-07-05 20:49:34 +02:00 |
|
honnibal
|
e3fad681c5
|
Initial commit
|
2014-07-04 01:15:40 +10:00 |
|