Ines Montani
5a2e2b9db7
Update README.rst
2019-03-09 02:13:34 +01:00
Ines Montani
65402c3d02
Revert "Experiment with escaping hyphens"
...
This reverts commit 9b42e2d5dd
.
2019-03-09 02:13:00 +01:00
Ines Montani
9b42e2d5dd
Experiment with escaping hyphens
2019-03-09 02:05:26 +01:00
Ines Montani
6708df3d2c
Merge branch 'master' into develop
2019-03-09 01:44:28 +01:00
Ines Montani
14a9b9753e
Update README.rst
2019-03-09 01:42:17 +01:00
Matthew Honnibal
b6d60d0041
Merge branch 'feature/lemmatizer' of https://github.com/explosion/spaCy into feature/lemmatizer
2019-03-09 00:41:53 +00:00
Matthew Honnibal
4c8730526b
Filter bad retokenizations
2019-03-09 00:41:34 +00:00
Ines Montani
47bf549f95
Update azure-pipelines.yml
2019-03-09 01:36:22 +01:00
Ines Montani
b7f9cbdc83
Fix undefined names
2019-03-09 01:35:36 +01:00
Ines Montani
78aa663f79
Fix flake8
2019-03-09 01:30:40 +01:00
Ines Montani
400c9eecb6
Re-add flake8 to CI
2019-03-09 01:20:42 +01:00
Matthew Honnibal
42bc3ad73b
Fix class mapping for morphologizer
2019-03-09 00:20:29 +00:00
Matthew Honnibal
c4df89ab90
Fixes for morphologizer
2019-03-09 00:20:11 +00:00
Ines Montani
3d08bf9514
Update azure-pipelines.yml
...
Try to work around "conflict with the backend dependencies: wheel==0.33.1 is incompatible with wheel<0.33.0,>=0.32.0"
2019-03-09 00:48:08 +01:00
Ines Montani
5bb8f123ca
Update azure-pipelines.yml
2019-03-09 00:43:36 +01:00
Ines Montani
70da2097b4
Update azure-pipelines.yml
2019-03-09 00:35:41 +01:00
Ines Montani
7342348fc7
Update azure-pipelines.yml
2019-03-09 00:26:54 +01:00
Ines Montani
db9512f9e1
Update azure-pipelines.yml
2019-03-09 00:24:40 +01:00
Ines Montani
70511ba965
Update .gitignore
2019-03-09 00:24:20 +01:00
Ines Montani
086b267bdb
Update azure-pipelines.yml for Azure Pipelines
2019-03-09 00:20:44 +01:00
Ines Montani
ec93b42353
Set up CI with Azure Pipelines
2019-03-09 00:19:03 +01:00
Ines Montani
76764fcf59
💫 Improve converters and training data file formats ( #3374 )
...
* Populate converter argument info automatically
* Add conversion option for msgpack
* Update docs
* Allow reading training data from JSONL
2019-03-08 23:15:23 +01:00
Matthew Honnibal
cc2b2dba14
Neaten set_morphology option on Tagger
2019-03-08 19:16:02 +01:00
Matthew Honnibal
afa227e25b
Fix setter
2019-03-08 19:10:01 +01:00
Matthew Honnibal
b27bd42613
Fix compile error
2019-03-08 19:06:02 +01:00
Matthew Honnibal
27886d626f
Dont set morphology in Tagger for ud_train
2019-03-08 19:03:31 +01:00
Matthew Honnibal
c91577db02
Add set_morphology cfg option for Tagger
2019-03-08 19:03:17 +01:00
Matthew Honnibal
49cf002ac4
Add missing import
2019-03-08 18:59:25 +01:00
Matthew Honnibal
09b26f5e2e
Fix compile error
2019-03-08 18:58:26 +01:00
Matthew Honnibal
d7ec1d62cb
Fix Morphologizer
2019-03-08 18:54:25 +01:00
Matthew Honnibal
3908911da4
Fix import
2019-03-08 17:04:14 +01:00
Matthew Honnibal
8a9181d95a
Merge __init__
2019-03-08 16:58:42 +01:00
Matthew Honnibal
4cf897e8e1
Update from develop
2019-03-08 16:56:54 +01:00
Ines Montani
ad834be494
Tidy up and auto-format
2019-03-08 13:28:53 +01:00
Ines Montani
d260aa17fd
Merge branch 'develop' into feature/lemmatizer
2019-03-08 13:25:00 +01:00
Ines Montani
296446a1c8
Tidy up and improve docs and docstrings ( #3370 )
...
<!--- Provide a general summary of your changes in the title. -->
## Description
* tidy up and adjust Cython code to code style
* improve docstrings and make calling `help()` nicer
* add URLs to new docs pages to docstrings wherever possible, mostly to user-facing objects
* fix various typos and inconsistencies in docs
### Types of change
enhancement, docs
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-03-08 11:42:26 +01:00
Matthew Honnibal
19e6b39786
Test morphological features
2019-03-08 01:38:54 +01:00
Matthew Honnibal
9dceb97570
Extend morphanalysis API
2019-03-08 01:38:34 +01:00
Matthew Honnibal
322b64dca0
Allow lookup of morphology by attribute name
2019-03-08 01:38:15 +01:00
Matthew Honnibal
3c32590243
Add test for morph analysis
2019-03-08 00:10:07 +01:00
Matthew Honnibal
3300e3d7ab
Implement more MorphAnalysis API
2019-03-08 00:09:16 +01:00
Matthew Honnibal
9a2d1cc6e0
Add length attribute to MorphAnalysisC
2019-03-08 00:08:57 +01:00
Matthew Honnibal
b5f2b7b454
Add list_features() helper, clean up
2019-03-08 00:08:35 +01:00
Ines Montani
daaeeb7a2b
Merge branch 'master' into develop
2019-03-07 22:07:31 +01:00
Matthew Honnibal
a40d73cb2a
Build out morphological analysis API
2019-03-07 21:59:25 +01:00
Matthew Honnibal
dd9ea478c5
Fix intify_attrs function for obsolete data
2019-03-07 21:59:03 +01:00
Matthew Honnibal
987ee6e884
Fix data reading in morphology
2019-03-07 21:58:43 +01:00
Matthew Honnibal
00cfadbf63
Fix obsolete data in English tokenizer exceptions
2019-03-07 21:58:16 +01:00
Matthew Honnibal
7afe56a360
Fix morphological features in en tag_map
2019-03-07 21:57:56 +01:00
Matthew Honnibal
3a667833d1
Fix morphological features in de tag_map
2019-03-07 21:57:43 +01:00