.. |
en
|
* Fix Issue #43: TAG attr not supported. Also add DEP attr, while I'm at it. Need better way of ensuring future changes don't break in similar way.
|
2015-04-07 06:00:30 +02:00 |
ner
|
* Resurrect old NER code. This version won't be the one that runs; we want to re-use the parser code. But for now this is a useful reference.
|
2015-03-26 16:44:41 +01:00 |
syntax
|
* Ensure NER moves are available for single-word tokens
|
2015-04-05 22:30:58 +02:00 |
__init__.pxd
|
…
|
|
__init__.py
|
…
|
|
_ml.pxd
|
…
|
|
_ml.pyx
|
…
|
|
attrs.pxd
|
* Fix Issue #43: TAG attr not supported. Also add DEP attr, while I'm at it. Need better way of ensuring future changes don't break in similar way.
|
2015-04-07 06:00:57 +02:00 |
lexeme.pxd
|
* Store the l2 norm of the word's vector
|
2015-02-07 08:42:16 -05:00 |
lexeme.pyx
|
* Add a has_repvec property to Lexeme, and a check function to check flags
|
2015-02-07 08:42:44 -05:00 |
morphology.pxd
|
* Tmp commit. Refactoring to create a Python Lexeme class.
|
2015-01-12 10:26:22 +11:00 |
morphology.pyx
|
…
|
|
multi_words.py
|
* Add multi-word expression RegexMatcher
|
2015-04-07 03:45:40 +02:00 |
orth.pxd
|
…
|
|
orth.pyx
|
* Work on word vectors, and other stuff
|
2015-01-17 16:21:17 +11:00 |
parts_of_speech.pxd
|
* Add parts-of-speech file
|
2015-01-25 22:00:39 +11:00 |
parts_of_speech.pyx
|
* Add parts_of_speech.pyx
|
2015-01-25 16:32:26 +11:00 |
scorer.py
|
* Print parse if verbose in scorer
|
2015-04-05 22:29:30 +02:00 |
spans.pxd
|
* Move Span/Spans to separate files. Currently duplicates lots of Tokens functionality. Should probably be integrated into Tokens
|
2015-03-26 16:44:48 +01:00 |
spans.pyx
|
* Fix Spans.orth_
|
2015-04-07 04:53:40 +02:00 |
strings.pxd
|
* Tmp commit. Refactoring to create a Python Lexeme class.
|
2015-01-12 10:26:22 +11:00 |
strings.pyx
|
* Add docstring to StringStore
|
2015-01-24 20:49:15 +11:00 |
structs.pxd
|
* NER seems to be working, scoring 69 F. Need to add decision-history features --- currently only use current word, 2 words context. Need refactoring.
|
2015-03-26 16:44:44 +01:00 |
tokenizer.pxd
|
* Work on word vectors, and other stuff
|
2015-01-17 16:21:17 +11:00 |
tokenizer.pyx
|
* Compare to is not None, for more robustness
|
2015-03-26 16:44:48 +01:00 |
tokens.pxd
|
* Move Span class to own file
|
2015-03-26 16:45:38 +01:00 |
tokens.pyx
|
* Fix Issue #44: Broken Token.string attribute when single word sentence
|
2015-04-07 06:08:25 +02:00 |
typedefs.pxd
|
* Fix Issue #43: TAG attr not supported. Also add DEP attr, while I'm at it. Need better way of ensuring future changes don't break in similar way.
|
2015-04-07 06:00:30 +02:00 |
typedefs.pyx
|
* Move POS tag definitions to parts_of_speech.pxd
|
2015-01-25 16:31:07 +11:00 |
util.py
|
…
|
|
vocab.pxd
|
* Tmp. Working on refactor. Compiles, must hook up lexical feats.
|
2015-01-14 00:03:48 +11:00 |
vocab.pyx
|
* Fill L2 norm attribute on LexemeC struct
|
2015-02-07 08:44:42 -05:00 |