Matthew Honnibal
|
c1888b05d2
|
Export helper functions for morphology
|
2019-03-07 18:33:06 +01:00 |
|
Matthew Honnibal
|
fed0371db7
|
Remove enums from morphology
|
2019-03-07 17:14:57 +01:00 |
|
Matthew Honnibal
|
b9ade7d4e0
|
Add MorphAnalysisC struct
|
2019-03-07 14:03:07 +01:00 |
|
Matthew Honnibal
|
022dcda964
|
Fix morphology enum
|
2018-09-26 21:03:44 +02:00 |
|
Matthew Honnibal
|
51a297f934
|
Fix morphology add and update
|
2018-09-25 21:07:08 +02:00 |
|
Matthew Honnibal
|
34cab8cc49
|
Update morphology API
|
2018-09-25 20:53:24 +02:00 |
|
Matthew Honnibal
|
6fe7c72560
|
Reorder morphology enum, and add begin and end markers
|
2018-09-25 17:28:13 +02:00 |
|
Matthew Honnibal
|
8308c1525e
|
Fix exception loading
|
2018-09-25 15:18:21 +02:00 |
|
Matthew Honnibal
|
be8cf39e16
|
Fix morphology
|
2018-09-25 10:57:33 +02:00 |
|
Matthew Honnibal
|
a3d2e616d5
|
Restore previous morphology stuff
|
2018-09-25 00:35:59 +02:00 |
|
Matthew Honnibal
|
6ae645c4ef
|
WIP on supporting morphology features
|
2018-09-24 23:57:41 +02:00 |
|
Matthew Honnibal
|
1f7229f40f
|
Revert "Merge branch 'develop' of https://github.com/explosion/spaCy into develop"
This reverts commit c9ba3d3c2d , reversing
changes made to 92c26a35d4 .
|
2018-03-27 19:23:02 +02:00 |
|
Matthew Honnibal
|
6218af0105
|
Remove cpdef enum, to avoid too much code generation
|
2017-10-20 13:59:57 +02:00 |
|
Matthew Honnibal
|
d528b6e36d
|
Add assign_untagged method in Morphology
|
2017-10-11 03:22:49 +02:00 |
|
Matthew Honnibal
|
b78cc318c3
|
Fix loading of morphology exceptions
|
2017-06-04 16:34:32 -05:00 |
|
Roman Inflianskas
|
66e1109b53
|
Add support for Universal Dependencies v2.0
|
2017-03-03 13:17:34 +01:00 |
|
Matthew Honnibal
|
33996e770b
|
Update header for morphology class
|
2016-12-18 16:50:42 +01:00 |
|
Matthew Honnibal
|
1fb09c3dc1
|
Fix morphology tagger
|
2016-11-04 19:19:09 +01:00 |
|
Matthew Honnibal
|
293c79c09a
|
Fix #595: Lemmatization was incorrect for base forms, because morphological analyser wasn't adding morphology properly.
|
2016-11-04 00:29:07 +01:00 |
|
Matthew Honnibal
|
5ca57bd859
|
* Ensure Morphology can be pickled, to address Issue #125.
|
2015-10-13 13:44:41 +11:00 |
|
Matthew Honnibal
|
278e12f7e8
|
* Addmorphology symbols to morphology. May need to remove these as an enum.
|
2015-10-13 13:44:40 +11:00 |
|
Matthew Honnibal
|
534e3dda3c
|
* More work on language independent parsing
|
2015-08-28 03:44:54 +02:00 |
|
Matthew Honnibal
|
c2307fa9ee
|
* More work on language-generic parsing
|
2015-08-28 02:02:33 +02:00 |
|
Matthew Honnibal
|
0af139e183
|
* Tagger training now working. Still need to test load/save of model. Morphology still broken.
|
2015-08-27 09:16:11 +02:00 |
|
Matthew Honnibal
|
008b02b035
|
* Comment out enums in Morpohlogy for now
|
2015-08-26 19:17:35 +02:00 |
|
Matthew Honnibal
|
5d5922dbfa
|
* Begin laying out morphological features
|
2015-08-24 01:04:30 +02:00 |
|
Matthew Honnibal
|
ce2edd6312
|
* Tmp commit. Refactoring to create a Python Lexeme class.
|
2015-01-12 10:26:22 +11:00 |
|
Matthew Honnibal
|
b00bc01d8c
|
* All tests now passing for reorg
|
2014-12-23 13:18:59 +11:00 |
|
Matthew Honnibal
|
867a4a000c
|
* Export set_morph_from_dict function
|
2014-12-20 07:28:27 +11:00 |
|
Matthew Honnibal
|
4e30195c6d
|
* Refactor morphology.pyx
|
2014-12-20 07:27:28 +11:00 |
|
Matthew Honnibal
|
9959a64f7b
|
* Working morphology and lemmatisation. POS tagging quite fast.
|
2014-12-10 08:09:32 +11:00 |
|
Matthew Honnibal
|
42973c4b37
|
* Improve efficiency of tagger, and improve morphological processing
|
2014-12-10 01:02:04 +11:00 |
|
Matthew Honnibal
|
6b34a2f34b
|
* Move morphological analysis into its own module, morphology.pyx
|
2014-12-09 21:16:17 +11:00 |
|