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
|
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
|
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
|
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
|
0c76143b72
|
* Give value for assert
|
2014-07-07 05:10:46 +02:00 |
|
Matthew Honnibal
|
e244739dfe
|
* Fix ptb tokenization
|
2014-07-07 05:10:09 +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
|
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
|
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 |
|