osanseviero HF staff commited on
Commit
0b747e4
1 Parent(s): 899b45e

Update spaCy pipeline

Browse files
.gitattributes CHANGED
@@ -14,3 +14,7 @@
14
  *.pb filter=lfs diff=lfs merge=lfs -text
15
  *.pt filter=lfs diff=lfs merge=lfs -text
16
  *.pth filter=lfs diff=lfs merge=lfs -text
 
 
 
 
14
  *.pb filter=lfs diff=lfs merge=lfs -text
15
  *.pt filter=lfs diff=lfs merge=lfs -text
16
  *.pth filter=lfs diff=lfs merge=lfs -text
17
+ *.whl filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *strings.json filter=lfs diff=lfs merge=lfs -text
20
+ vectors filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Lesser General Public License For Linguistic Resources
3
+ Preamble –
4
+ The licenses for most data are designed to take away your freedom to share and change it. By contrast, this License is intended to guarantee your freedom to share and change free data–to make sure the data are free for all their usershis license, the Lesser General Public License for Linguistic Resources, applies to some specially designated linguistic resources — typically lexicons, grammars, thesauri and textual corpora.
5
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6
+
7
+ 5. You may not copy, modify, sublicense, link with, or distribute the Linguistic Resource except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Linguistic Resource is void, and will automatically terminate your rights under this License. However, parties who have
8
+
9
+ It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free resource distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of data distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute resources through any other system and a licensee cannot impose that choice.This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
10
+
11
+ 9. If the distribution and/or use of the Linguistic Resource is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Linguistic Resource under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License
12
+
13
+ 10. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License for Linguistic Resources from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
14
+
15
+ Each version is given a distinguishing version number. If the Linguistic Resource specifies a version number of this License which applies to it and “any later version”, you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Linguistic Resource does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
16
+
17
+ 11. If you wish to incorporate parts of the Linguistic Resource into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission.
18
+
19
+ NO WARRANTY
20
+
21
+ 12. BECAUSE THE LINGUISTIC RESOURCE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LINGUISTIC RESOURCE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LINGUISTIC RESOURCE “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LINGUISTIC RESOURCE IS WITH YOU. SHOULD THE LINGUISTIC RESOURCE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
22
+
23
+ 13. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LINGUISTIC RESOURCE AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LINGUISTIC RESOURCE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LINGUISTIC RESOURCE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
24
+ END OF TERMS AND CONDITIONS
LICENSES_SOURCES ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # UD French Sequoia v2.5
2
+
3
+ * Author: Candito, Marie; Seddah, Djamé; Perrier, Guy; Guillaume, Bruno
4
+ * URL: https://github.com/UniversalDependencies/UD_French-Sequoia
5
+ * License: LGPL-LR
6
+
7
+ ```
8
+ Lesser General Public License For Linguistic Resources
9
+
10
+
11
+
12
+ Preamble
13
+ The licenses for most data are designed to take away your freedom to share and change it. By contrast, this License is intended to guarantee your freedom to share and change free data--to make sure the data are free for all their users.
14
+
15
+ This license, the Lesser General Public License for Linguistic Resources, applies to some specially designated linguistic resources -- typically lexicons, grammars, thesauri and textual corpora.
16
+
17
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
18
+ 0. This License Agreement applies to any Linguistic Resource which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License for Linguistic Resources (also called "this License"). Each licensee is addressed as "you".
19
+
20
+ A "linguistic resource" means a collection of data about language prepared so as to be used with application programs.
21
+
22
+ The "Linguistic Resource", below, refers to any such work which has been distributed under these terms. A "work based on the Linguistic Resource" means either the Linguistic Resource or any derivative work under copyright law: that is to say, a work containing the Linguistic Resource or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
23
+
24
+ "Legible form" for a linguistic resource means the preferred form of the resource for making modifications to it.
25
+
26
+ Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Linguistic Resource is not restricted, and output from such a program is covered only if its contents constitute a work based on the Linguistic Resource (independent of the use of the Linguistic Resource in a tool for writing it). Whether that is true depends on what the program that uses the Linguistic Resource does.
27
+
28
+ 1. You may copy and distribute verbatim copies of the Linguistic Resource as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Linguistic Resource.
29
+
30
+ You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
31
+
32
+ 2. You may modify your copy or copies of the Linguistic Resource or any portion of it, thus forming a work based on the Linguistic Resource, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
33
+
34
+ a) The modified work must itself be a linguistic resource.
35
+
36
+ b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
37
+
38
+ c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
39
+
40
+ These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Linguistic Resource, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Linguistic Resource, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
41
+
42
+ Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Linguistic Resource.
43
+
44
+ In addition, mere aggregation of another work not based on the Linguistic Resource with the Linguistic Resource (or with a work based on the Linguistic Resource) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
45
+
46
+ 3. A program that contains no derivative of any portion of the Linguistic Resource, but is designed to work with the Linguistic Resource (or an encrypted form of the Linguistic Resource) by reading it or being compiled or linked with it, is called a "work that uses the Linguistic Resource". Such a work, in isolation, is not a derivative work of the Linguistic Resource, and therefore falls outside the scope of this License.
47
+
48
+ However, combining a "work that uses the Linguistic Resource" with the Linguistic Resource (or an encrypted form of the Linguistic Resource) creates a package that is a derivative of the Linguistic Resource (because it contains portions of the Linguistic Resource), rather than a "work that uses the Linguistic Resource". If the package is a derivative of the Linguistic Resource, you may distribute the package under the terms of Section 4. Any works containing that package also fall under Section 4.
49
+
50
+ 4. As an exception to the Sections above, you may also combine a "work that uses the Linguistic Resource" with the Linguistic Resource (or an encrypted form of the Linguistic Resource) to produce a package containing portions of the Linguistic Resource, and distribute that package under terms of your choice, provided that the terms permit modification of the package for the customer's own use and reverse engineering for debugging such modifications.
51
+
52
+ You must give prominent notice with each copy of the package that the Linguistic Resource is used in it and that the Linguistic Resource and its use are covered by this License. You must supply a copy of this License. If the package during execution displays copyright notices, you must include the copyright notice for the Linguistic Resource among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
53
+
54
+ a) Accompany the package with the complete corresponding machine-readable legible form of the Linguistic Resource including whatever changes were used in the package (which must be distributed under Sections 1 and 2 above); and, if the package contains an encrypted form of the Linguistic Resource, with the complete machine-readable "work that uses the Linguistic Resource", as object code and/or source code, so that the user can modify the Linguistic Resource and then encrypt it to produce a modified package containing the modified Linguistic Resource.
55
+
56
+ b) Use a suitable mechanism for combining with the Linguistic Resource. A suitable mechanism is one that will operate properly with a modified version of the Linguistic Resource, if the user installs one, as long as the modified version is interface-compatible with the version that the package was made with.
57
+
58
+ c) Accompany the package with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 4a, above, for a charge no more than the cost of performing this distribution.
59
+
60
+ d) If distribution of the package is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
61
+
62
+ e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
63
+
64
+ If the package includes an encrypted form of the Linguistic Resource, the required form of the "work that uses the Linguistic Resource" must include any data and utility programs needed for reproducing the package from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
65
+
66
+ It may happen that this requirement contradicts the license restrictions of proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Linguistic Resource together in a package that you distribute.
67
+
68
+ 5. You may not copy, modify, sublicense, link with, or distribute the Linguistic Resource except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Linguistic Resource is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
69
+
70
+ 6. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Linguistic Resource or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Linguistic Resource (or any work based on the Linguistic Resource), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Linguistic Resource or works based on it.
71
+
72
+ 7. Each time you redistribute the Linguistic Resource (or any work based on the Linguistic Resource), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Linguistic Resource subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License.
73
+
74
+ 8. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Linguistic Resource at all. For example, if a patent license would not permit royalty-free redistribution of the Linguistic Resource by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Linguistic Resource.
75
+
76
+ If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
77
+
78
+ It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free resource distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of data distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute resources through any other system and a licensee cannot impose that choice.
79
+
80
+ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
81
+
82
+ 9. If the distribution and/or use of the Linguistic Resource is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Linguistic Resource under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
83
+
84
+ 10. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License for Linguistic Resources from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
85
+
86
+ Each version is given a distinguishing version number. If the Linguistic Resource specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Linguistic Resource does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
87
+
88
+ 11. If you wish to incorporate parts of the Linguistic Resource into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission.
89
+
90
+ NO WARRANTY
91
+
92
+ 12. BECAUSE THE LINGUISTIC RESOURCE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LINGUISTIC RESOURCE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LINGUISTIC RESOURCE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LINGUISTIC RESOURCE IS WITH YOU. SHOULD THE LINGUISTIC RESOURCE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
93
+
94
+ 13. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LINGUISTIC RESOURCE AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LINGUISTIC RESOURCE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LINGUISTIC RESOURCE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
95
+
96
+ END OF TERMS AND CONDITIONS```
97
+
98
+
99
+
100
+
101
+ # WikiNER
102
+
103
+ * Author: Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran
104
+ * URL: https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500
105
+ * License: CC BY 4.0
106
+
107
+ ```
108
+ By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
109
+
110
+ Section 1 – Definitions.
111
+
112
+ Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
113
+ Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
114
+ Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
115
+ Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
116
+ Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
117
+ Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
118
+ Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
119
+ Licensor means the individual(s) or entity(ies) granting rights under this Public License.
120
+ Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
121
+ Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
122
+ You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
123
+ Section 2 – Scope.
124
+
125
+ License grant.
126
+ Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
127
+ reproduce and Share the Licensed Material, in whole or in part; and
128
+ produce, reproduce, and Share Adapted Material.
129
+ Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
130
+ Term. The term of this Public License is specified in Section 6(a).
131
+ Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
132
+ Downstream recipients.
133
+ Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
134
+ No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
135
+ No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
136
+ Other rights.
137
+
138
+ Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
139
+ Patent and trademark rights are not licensed under this Public License.
140
+ To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
141
+ Section 3 – License Conditions.
142
+
143
+ Your exercise of the Licensed Rights is expressly made subject to the following conditions.
144
+
145
+ Attribution.
146
+
147
+ If You Share the Licensed Material (including in modified form), You must:
148
+
149
+ retain the following if it is supplied by the Licensor with the Licensed Material:
150
+ identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
151
+ a copyright notice;
152
+ a notice that refers to this Public License;
153
+ a notice that refers to the disclaimer of warranties;
154
+ a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
155
+ indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
156
+ indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
157
+ You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
158
+ If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
159
+ If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License.
160
+ Section 4 – Sui Generis Database Rights.
161
+
162
+ Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
163
+
164
+ for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
165
+ if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
166
+ You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
167
+ For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
168
+ Section 5 – Disclaimer of Warranties and Limitation of Liability.
169
+
170
+ Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
171
+ To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
172
+ The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
173
+ Section 6 – Term and Termination.
174
+
175
+ This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
176
+ Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
177
+
178
+ automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
179
+ upon express reinstatement by the Licensor.
180
+ For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
181
+ For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
182
+ Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
183
+ Section 7 – Other Terms and Conditions.
184
+
185
+ The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
186
+ Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
187
+ Section 8 – Interpretation.
188
+
189
+ For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
190
+ To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
191
+ No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
192
+ Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.```
193
+
194
+
195
+
196
+
197
+ # spaCy lookups data
198
+
199
+ * Author: Explosion
200
+ * URL: https://github.com/explosion/spacy-lookups-data
201
+ * License: MIT
202
+
203
+ ```
204
+ Copyright 2019-2021 ExplosionAI GmbH
205
+
206
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
207
+ this software and associated documentation files (the "Software"), to deal in
208
+ the Software without restriction, including without limitation the rights to
209
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
210
+ of the Software, and to permit persons to whom the Software is furnished to do
211
+ so, subject to the following conditions:
212
+
213
+ The above copyright notice and this permission notice shall be included in all
214
+ copies or substantial portions of the Software.
215
+
216
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
217
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
218
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
219
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
220
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
221
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
222
+ SOFTWARE.
223
+ ```
224
+
225
+
226
+
227
+
228
+ # Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)
229
+
230
+ * Author: Explosion
231
+ * URL: https://spacy.io
232
+ * License: CC0
233
+
234
+ ```
235
+ The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
236
+
237
+ Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
238
+
239
+ For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
240
+
241
+ 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
242
+
243
+ the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
244
+ moral rights retained by the original author(s) and/or performer(s);
245
+ publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
246
+ rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
247
+ rights protecting the extraction, dissemination, use and reuse of data in a Work;
248
+ database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
249
+ other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
250
+ 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
251
+
252
+ 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
253
+
254
+ 4. Limitations and Disclaimers.
255
+
256
+ No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
257
+ Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
258
+ Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
259
+ Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.```
260
+
261
+
262
+
263
+
README.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - spacy
4
+ - token-classification
5
+ language:
6
+ - fr
7
+ license: LGPL-LR
8
+ model-index:
9
+ - name: fr_core_news_md
10
+ results:
11
+ - tasks:
12
+ name: NER
13
+ type: token-classification
14
+ metrics:
15
+ - name: Precision
16
+ type: precision
17
+ value: 0.8342645439
18
+ - name: Recall
19
+ type: recall
20
+ value: 0.8338136984
21
+ - name: F Score
22
+ type: f_score
23
+ value: 0.8340390602
24
+ - tasks:
25
+ name: POS
26
+ type: token-classification
27
+ metrics:
28
+ - name: Accuracy
29
+ type: accuracy
30
+ value: 0.9429704807
31
+ - tasks:
32
+ name: SENTER
33
+ type: token-classification
34
+ metrics:
35
+ - name: Precision
36
+ type: precision
37
+ value: 0.8845208845
38
+ - name: Recall
39
+ type: recall
40
+ value: 0.9042340262
41
+ - name: F Score
42
+ type: f_score
43
+ value: 0.8791208791
44
+ - tasks:
45
+ name: UNLABELED_DEPENDENCIES
46
+ type: token-classification
47
+ metrics:
48
+ - name: Accuracy
49
+ type: accuracy
50
+ value: 0.8916150686
51
+ - tasks:
52
+ name: LABELED_DEPENDENCIES
53
+ type: token-classification
54
+ metrics:
55
+ - name: Accuracy
56
+ type: accuracy
57
+ value: 0.8916150686
58
+ ---
59
+ ### Details: https://spacy.io/models/fr#fr_core_news_md
60
+
61
+ French pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, senter, ner, attribute_ruler, lemmatizer.
62
+
63
+ | Feature | Description |
64
+ | --- | --- |
65
+ | **Name** | `fr_core_news_md` |
66
+ | **Version** | `3.1.0` |
67
+ | **spaCy** | `>=3.1.0,<3.2.0` |
68
+ | **Default Pipeline** | `tok2vec`, `morphologizer`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
69
+ | **Components** | `tok2vec`, `morphologizer`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner` |
70
+ | **Vectors** | 500000 keys, 20000 unique vectors (300 dimensions) |
71
+ | **Sources** | [UD French Sequoia v2.5](https://github.com/UniversalDependencies/UD_French-Sequoia) (Candito, Marie; Seddah, Djamé; Perrier, Guy; Guillaume, Bruno)<br />[WikiNER](https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500) (Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran)<br />[spaCy lookups data](https://github.com/explosion/spacy-lookups-data) (Explosion)<br />[Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)](https://spacy.io) (Explosion) |
72
+ | **License** | `LGPL-LR` |
73
+ | **Author** | [Explosion](https://explosion.ai) |
74
+
75
+ ### Label Scheme
76
+
77
+ <details>
78
+
79
+ <summary>View label scheme (240 labels for 4 components)</summary>
80
+
81
+ | Component | Labels |
82
+ | --- | --- |
83
+ | **`morphologizer`** | `POS=PROPN`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=NOUN`, `Number=Plur\|POS=PRON\|Person=1`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=SCONJ`, `POS=ADP`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `NumType=Ord\|POS=ADJ`, `Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=PUNCT`, `Gender=Masc\|Number=Sing\|POS=PROPN`, `Number=Plur\|POS=ADJ`, `Gender=Masc\|Number=Plur\|POS=NOUN`, `Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `POS=ADV`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=PROPN`, `Definite=Def\|Number=Sing\|POS=DET\|PronType=Art`, `NumType=Card\|POS=NUM`, `Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=CCONJ`, `Gender=Fem\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Gender=Fem\|Number=Plur\|POS=ADJ`, `POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `POS=PRON\|PronType=Rel`, `Number=Sing\|POS=DET\|Poss=Yes`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=ADP\|PronType=Art`, `Definite=Def\|Number=Plur\|POS=ADP\|PronType=Art`, `Definite=Ind\|Number=Plur\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=VERB\|VerbForm=Inf`, `Gender=Fem\|Number=Sing\|POS=ADJ`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=3`, `Number=Plur\|POS=DET`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=ADJ`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `POS=ADV\|PronType=Int`, `POS=VERB\|Tense=Pres\|VerbForm=Part`, `Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Masc\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Number=Plur\|POS=DET\|Poss=Yes`, `POS=AUX\|VerbForm=Inf`, `Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Gender=Masc\|POS=VERB\|Tense=Past\|VerbForm=Part`, `POS=ADV\|Polarity=Neg`, `Definite=Ind\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=PRON\|Person=3`, `POS=PRON\|Person=3\|Reflex=Yes`, `Gender=Masc\|POS=NOUN`, `POS=AUX\|Tense=Past\|VerbForm=Part`, `POS=PRON\|Person=3`, `Number=Plur\|POS=NOUN`, `NumType=Ord\|Number=Sing\|POS=ADJ`, `POS=VERB\|Tense=Past\|VerbForm=Part`, `POS=AUX\|Tense=Pres\|VerbForm=Part`, `Gender=Masc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Number=Sing\|POS=PRON\|Person=3`, `Number=Sing\|POS=NOUN`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=3`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Number=Plur\|POS=PROPN`, `Number=Sing\|POS=PROPN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=DET`, `Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes`, `Gender=Masc\|POS=PRON`, `POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Number=Plur\|POS=PRON`, `Gender=Masc\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Number=Sing\|POS=PRON`, `Number=Sing\|POS=PRON\|PronType=Dem`, `Mood=Ind\|POS=VERB\|VerbForm=Fin`, `Number=Plur\|POS=DET\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=PRON`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|NumType=Ord\|Number=Sing\|POS=ADJ`, `POS=PRON`, `POS=NUM`, `Gender=Fem\|POS=NOUN`, `Gender=Fem\|Number=Plur\|POS=PRON`, `Number=Plur\|POS=PRON\|Person=3`, `Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Number=Sing\|POS=PRON\|Person=1`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=PRON`, `Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=INTJ`, `Number=Plur\|POS=PRON\|Person=2`, `NumType=Card\|POS=PRON`, `Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Gender=Fem\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part`, `NumType=Card\|POS=NOUN`, `POS=PRON\|PronType=Int`, `Gender=Fem\|Number=Plur\|POS=PRON\|Person=3`, `Gender=Fem\|Number=Sing\|POS=DET`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=DET`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Gender=Masc\|Number=Plur\|POS=PROPN`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Number=Sing\|POS=DET`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=NOUN`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Mood=Ind\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|POS=PRON`, `Gender=Masc\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Part`, `POS=X`, `POS=SYM`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `POS=DET`, `Gender=Masc\|Number=Plur\|POS=PRON`, `POS=PART`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|POS=VERB\|Person=3\|VerbForm=Fin`, `Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Gender=Masc\|Number=Plur\|POS=DET`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Gender=Fem\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Fut\|VerbForm=Fin`, `Mood=Imp\|POS=VERB\|Tense=Pres\|VerbForm=Fin`, `Number=Plur\|POS=PRON\|Person=2\|Reflex=Yes`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Number=Plur\|POS=PRON\|Person=1\|Reflex=Yes`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Number=Sing\|POS=PRON\|Person=1\|Reflex=Yes`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|POS=PROPN`, `Mood=Cnd\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|POS=ADV`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Imp\|VerbForm=Fin`, `Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Gender=Fem\|Number=Plur\|POS=PROPN`, `Gender=Masc\|NumType=Card\|POS=NUM` |
84
+ | **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advmod`, `amod`, `appos`, `aux:pass`, `aux:tense`, `case`, `cc`, `ccomp`, `conj`, `cop`, `dep`, `det`, `expl:comp`, `expl:pass`, `expl:subj`, `fixed`, `flat:foreign`, `flat:name`, `iobj`, `mark`, `nmod`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl:agent`, `obl:arg`, `obl:mod`, `parataxis`, `punct`, `vocative`, `xcomp` |
85
+ | **`senter`** | `I`, `S` |
86
+ | **`ner`** | `LOC`, `MISC`, `ORG`, `PER` |
87
+
88
+ </details>
89
+
90
+ ### Accuracy
91
+
92
+ | Type | Score |
93
+ | --- | --- |
94
+ | `TOKEN_ACC` | 99.90 |
95
+ | `TAG_ACC` | 94.30 |
96
+ | `POS_ACC` | 97.18 |
97
+ | `MORPH_ACC` | 96.31 |
98
+ | `LEMMA_ACC` | 90.79 |
99
+ | `DEP_UAS` | 89.16 |
100
+ | `DEP_LAS` | 85.46 |
101
+ | `SENTS_P` | 88.45 |
102
+ | `SENTS_R` | 90.42 |
103
+ | `SENTS_F` | 87.91 |
104
+ | `ENTS_P` | 83.43 |
105
+ | `ENTS_R` | 83.38 |
106
+ | `ENTS_F` | 83.40 |
accuracy.json ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "token_acc": 0.9989751998,
3
+ "tag_acc": 0.9429704807,
4
+ "pos_acc": 0.971820102,
5
+ "morph_acc": 0.9631079967,
6
+ "lemma_acc": 0.9078954127,
7
+ "dep_uas": 0.8916150686,
8
+ "dep_las": 0.8546474637,
9
+ "sents_p": 0.8845208845,
10
+ "sents_r": 0.9042340262,
11
+ "sents_f": 0.8791208791,
12
+ "speed": 5248.8393910966,
13
+ "morph_per_feat": {
14
+ "Definite": {
15
+ "p": 0.9904831625,
16
+ "r": 0.9868708972,
17
+ "f": 0.9886737304
18
+ },
19
+ "Number": {
20
+ "p": 0.9908599142,
21
+ "r": 0.9844329133,
22
+ "f": 0.987635958
23
+ },
24
+ "PronType": {
25
+ "p": 0.9967762734,
26
+ "r": 0.9884910486,
27
+ "f": 0.9926163724
28
+ },
29
+ "Gender": {
30
+ "p": 0.9807792208,
31
+ "r": 0.9757105943,
32
+ "f": 0.978238342
33
+ },
34
+ "Mood": {
35
+ "p": 0.9692028986,
36
+ "r": 0.9502664298,
37
+ "f": 0.9596412556
38
+ },
39
+ "Person": {
40
+ "p": 0.9872286079,
41
+ "r": 0.9711055276,
42
+ "f": 0.9791006966
43
+ },
44
+ "Tense": {
45
+ "p": 0.9689119171,
46
+ "r": 0.9550561798,
47
+ "f": 0.9619341564
48
+ },
49
+ "VerbForm": {
50
+ "p": 0.9823973177,
51
+ "r": 0.9701986755,
52
+ "f": 0.9762598917
53
+ },
54
+ "NumType": {
55
+ "p": 0.9858657244,
56
+ "r": 0.9620689655,
57
+ "f": 0.9738219895
58
+ },
59
+ "Reflex": {
60
+ "p": 1.0,
61
+ "r": 1.0,
62
+ "f": 1.0
63
+ },
64
+ "Voice": {
65
+ "p": 0.906779661,
66
+ "r": 0.9553571429,
67
+ "f": 0.9304347826
68
+ },
69
+ "Poss": {
70
+ "p": 1.0,
71
+ "r": 1.0,
72
+ "f": 1.0
73
+ },
74
+ "Polarity": {
75
+ "p": 1.0,
76
+ "r": 0.9764705882,
77
+ "f": 0.9880952381
78
+ }
79
+ },
80
+ "dep_las_per_type": {
81
+ "det": {
82
+ "p": 0.9781553398,
83
+ "r": 0.9757869249,
84
+ "f": 0.976969697
85
+ },
86
+ "nsubj": {
87
+ "p": 0.875,
88
+ "r": 0.8602409639,
89
+ "f": 0.8675577157
90
+ },
91
+ "aux:tense": {
92
+ "p": 0.9349593496,
93
+ "r": 0.92,
94
+ "f": 0.9274193548
95
+ },
96
+ "root": {
97
+ "p": 0.8902439024,
98
+ "r": 0.8859223301,
99
+ "f": 0.8880778589
100
+ },
101
+ "obj": {
102
+ "p": 0.8489425982,
103
+ "r": 0.8338278932,
104
+ "f": 0.8413173653
105
+ },
106
+ "cc": {
107
+ "p": 0.8772727273,
108
+ "r": 0.8894009217,
109
+ "f": 0.8832951945
110
+ },
111
+ "case": {
112
+ "p": 0.9715061058,
113
+ "r": 0.9754768392,
114
+ "f": 0.9734874235
115
+ },
116
+ "obl:mod": {
117
+ "p": 0.6903225806,
118
+ "r": 0.6369047619,
119
+ "f": 0.6625386997
120
+ },
121
+ "nmod": {
122
+ "p": 0.7932011331,
123
+ "r": 0.8383233533,
124
+ "f": 0.8151382824
125
+ },
126
+ "conj": {
127
+ "p": 0.5338345865,
128
+ "r": 0.5590551181,
129
+ "f": 0.5461538462
130
+ },
131
+ "nummod": {
132
+ "p": 0.9090909091,
133
+ "r": 0.8928571429,
134
+ "f": 0.9009009009
135
+ },
136
+ "amod": {
137
+ "p": 0.9288389513,
138
+ "r": 0.9051094891,
139
+ "f": 0.9168207024
140
+ },
141
+ "acl": {
142
+ "p": 0.6722222222,
143
+ "r": 0.6994219653,
144
+ "f": 0.6855524079
145
+ },
146
+ "mark": {
147
+ "p": 0.8818181818,
148
+ "r": 0.8546255507,
149
+ "f": 0.8680089485
150
+ },
151
+ "xcomp": {
152
+ "p": 0.8466666667,
153
+ "r": 0.8410596026,
154
+ "f": 0.8438538206
155
+ },
156
+ "flat:name": {
157
+ "p": 0.9126213592,
158
+ "r": 0.8952380952,
159
+ "f": 0.9038461538
160
+ },
161
+ "cop": {
162
+ "p": 0.8876404494,
163
+ "r": 0.8777777778,
164
+ "f": 0.8826815642
165
+ },
166
+ "advmod": {
167
+ "p": 0.8459119497,
168
+ "r": 0.8432601881,
169
+ "f": 0.8445839874
170
+ },
171
+ "obl:arg": {
172
+ "p": 0.6774193548,
173
+ "r": 0.6681818182,
174
+ "f": 0.6727688787
175
+ },
176
+ "appos": {
177
+ "p": 0.5526315789,
178
+ "r": 0.5060240964,
179
+ "f": 0.5283018868
180
+ },
181
+ "nsubj:pass": {
182
+ "p": 0.9024390244,
183
+ "r": 0.8705882353,
184
+ "f": 0.8862275449
185
+ },
186
+ "aux:pass": {
187
+ "p": 0.947826087,
188
+ "r": 0.9732142857,
189
+ "f": 0.9603524229
190
+ },
191
+ "acl:relcl": {
192
+ "p": 0.6455696203,
193
+ "r": 0.5930232558,
194
+ "f": 0.6181818182
195
+ },
196
+ "advcl": {
197
+ "p": 0.5714285714,
198
+ "r": 0.5128205128,
199
+ "f": 0.5405405405
200
+ },
201
+ "fixed": {
202
+ "p": 0.7789473684,
203
+ "r": 0.7326732673,
204
+ "f": 0.7551020408
205
+ },
206
+ "dep": {
207
+ "p": 0.2608695652,
208
+ "r": 0.5806451613,
209
+ "f": 0.36
210
+ },
211
+ "expl:subj": {
212
+ "p": 0.78125,
213
+ "r": 0.78125,
214
+ "f": 0.78125
215
+ },
216
+ "expl:comp": {
217
+ "p": 0.6097560976,
218
+ "r": 0.8333333333,
219
+ "f": 0.7042253521
220
+ },
221
+ "expl:pass": {
222
+ "p": 0.5,
223
+ "r": 0.1428571429,
224
+ "f": 0.2222222222
225
+ },
226
+ "ccomp": {
227
+ "p": 0.7037037037,
228
+ "r": 0.7450980392,
229
+ "f": 0.7238095238
230
+ },
231
+ "parataxis": {
232
+ "p": 0.5,
233
+ "r": 0.3928571429,
234
+ "f": 0.44
235
+ },
236
+ "iobj": {
237
+ "p": 0.6666666667,
238
+ "r": 0.48,
239
+ "f": 0.5581395349
240
+ },
241
+ "obl:agent": {
242
+ "p": 0.9210526316,
243
+ "r": 0.8333333333,
244
+ "f": 0.875
245
+ },
246
+ "nsubj:caus": {
247
+ "p": 0.0,
248
+ "r": 0.0,
249
+ "f": 0.0
250
+ },
251
+ "aux:caus": {
252
+ "p": 0.0,
253
+ "r": 0.0,
254
+ "f": 0.0
255
+ },
256
+ "obj:agent": {
257
+ "p": 0.0,
258
+ "r": 0.0,
259
+ "f": 0.0
260
+ },
261
+ "goeswith": {
262
+ "p": 0.0,
263
+ "r": 0.0,
264
+ "f": 0.0
265
+ },
266
+ "vocative": {
267
+ "p": 0.8333333333,
268
+ "r": 0.625,
269
+ "f": 0.7142857143
270
+ },
271
+ "dislocated": {
272
+ "p": 0.0,
273
+ "r": 0.0,
274
+ "f": 0.0
275
+ },
276
+ "flat:foreign": {
277
+ "p": 1.0,
278
+ "r": 0.4285714286,
279
+ "f": 0.6
280
+ },
281
+ "orphan": {
282
+ "p": 0.0,
283
+ "r": 0.0,
284
+ "f": 0.0
285
+ },
286
+ "advcl:cleft": {
287
+ "p": 0.0,
288
+ "r": 0.0,
289
+ "f": 0.0
290
+ },
291
+ "csubj": {
292
+ "p": 0.0,
293
+ "r": 0.0,
294
+ "f": 0.0
295
+ }
296
+ },
297
+ "ents_p": 0.8342645439,
298
+ "ents_r": 0.8338136984,
299
+ "ents_f": 0.8340390602,
300
+ "ents_per_type": {
301
+ "PER": {
302
+ "p": 0.8973945931,
303
+ "r": 0.9180339615,
304
+ "f": 0.9075969541
305
+ },
306
+ "LOC": {
307
+ "p": 0.8399022936,
308
+ "r": 0.8486154104,
309
+ "f": 0.8442363712
310
+ },
311
+ "ORG": {
312
+ "p": 0.7633558341,
313
+ "r": 0.7553435115,
314
+ "f": 0.7593285372
315
+ },
316
+ "MISC": {
317
+ "p": 0.7282367838,
318
+ "r": 0.6707974923,
319
+ "f": 0.6983380132
320
+ }
321
+ }
322
+ }
attribute_ruler/patterns ADDED
Binary file (956 Bytes). View file
config.cfg ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [paths]
2
+ train = "corpus/fr-dep-news/train.spacy"
3
+ dev = "corpus/fr-dep-news/dev.spacy"
4
+ vectors = "corpus/fr_vectors"
5
+ raw = null
6
+ init_tok2vec = null
7
+ vocab_data = null
8
+
9
+ [system]
10
+ gpu_allocator = null
11
+ seed = 0
12
+
13
+ [nlp]
14
+ lang = "fr"
15
+ pipeline = ["tok2vec","morphologizer","parser","senter","attribute_ruler","lemmatizer","ner"]
16
+ disabled = ["senter"]
17
+ before_creation = null
18
+ after_creation = null
19
+ after_pipeline_creation = null
20
+ batch_size = 256
21
+ tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
22
+
23
+ [components]
24
+
25
+ [components.attribute_ruler]
26
+ factory = "attribute_ruler"
27
+ validate = false
28
+
29
+ [components.lemmatizer]
30
+ factory = "lemmatizer"
31
+ mode = "rule"
32
+ model = null
33
+ overwrite = false
34
+
35
+ [components.morphologizer]
36
+ factory = "morphologizer"
37
+
38
+ [components.morphologizer.model]
39
+ @architectures = "spacy.Tagger.v1"
40
+ nO = null
41
+
42
+ [components.morphologizer.model.tok2vec]
43
+ @architectures = "spacy.Tok2VecListener.v1"
44
+ width = ${components.tok2vec.model.encode:width}
45
+ upstream = "tok2vec"
46
+
47
+ [components.ner]
48
+ factory = "ner"
49
+ incorrect_spans_key = null
50
+ moves = null
51
+ update_with_oracle_cut_size = 100
52
+
53
+ [components.ner.model]
54
+ @architectures = "spacy.TransitionBasedParser.v2"
55
+ state_type = "ner"
56
+ extra_state_tokens = false
57
+ hidden_width = 64
58
+ maxout_pieces = 2
59
+ use_upper = true
60
+ nO = null
61
+
62
+ [components.ner.model.tok2vec]
63
+ @architectures = "spacy.Tok2Vec.v2"
64
+
65
+ [components.ner.model.tok2vec.embed]
66
+ @architectures = "spacy.MultiHashEmbed.v2"
67
+ width = 96
68
+ attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
69
+ rows = [5000,2500,2500,2500]
70
+ include_static_vectors = true
71
+
72
+ [components.ner.model.tok2vec.encode]
73
+ @architectures = "spacy.MaxoutWindowEncoder.v2"
74
+ width = 96
75
+ depth = 4
76
+ window_size = 1
77
+ maxout_pieces = 3
78
+
79
+ [components.parser]
80
+ factory = "parser"
81
+ learn_tokens = false
82
+ min_action_freq = 30
83
+ moves = null
84
+ update_with_oracle_cut_size = 100
85
+
86
+ [components.parser.model]
87
+ @architectures = "spacy.TransitionBasedParser.v2"
88
+ state_type = "parser"
89
+ extra_state_tokens = false
90
+ hidden_width = 64
91
+ maxout_pieces = 2
92
+ use_upper = true
93
+ nO = null
94
+
95
+ [components.parser.model.tok2vec]
96
+ @architectures = "spacy.Tok2VecListener.v1"
97
+ width = ${components.tok2vec.model.encode:width}
98
+ upstream = "tok2vec"
99
+
100
+ [components.senter]
101
+ factory = "senter"
102
+
103
+ [components.senter.model]
104
+ @architectures = "spacy.Tagger.v1"
105
+ nO = null
106
+
107
+ [components.senter.model.tok2vec]
108
+ @architectures = "spacy.Tok2Vec.v2"
109
+
110
+ [components.senter.model.tok2vec.embed]
111
+ @architectures = "spacy.MultiHashEmbed.v2"
112
+ width = 16
113
+ attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
114
+ rows = [1000,500,500,500]
115
+ include_static_vectors = true
116
+
117
+ [components.senter.model.tok2vec.encode]
118
+ @architectures = "spacy.MaxoutWindowEncoder.v2"
119
+ width = 16
120
+ depth = 2
121
+ window_size = 1
122
+ maxout_pieces = 2
123
+
124
+ [components.tok2vec]
125
+ factory = "tok2vec"
126
+
127
+ [components.tok2vec.model]
128
+ @architectures = "spacy.Tok2Vec.v2"
129
+
130
+ [components.tok2vec.model.embed]
131
+ @architectures = "spacy.MultiHashEmbed.v2"
132
+ width = ${components.tok2vec.model.encode:width}
133
+ attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
134
+ rows = [5000,2500,2500,2500]
135
+ include_static_vectors = true
136
+
137
+ [components.tok2vec.model.encode]
138
+ @architectures = "spacy.MaxoutWindowEncoder.v2"
139
+ width = 96
140
+ depth = 4
141
+ window_size = 1
142
+ maxout_pieces = 3
143
+
144
+ [corpora]
145
+
146
+ [corpora.dev]
147
+ @readers = "spacy.Corpus.v1"
148
+ limit = 0
149
+ max_length = 0
150
+ path = ${paths:dev}
151
+ gold_preproc = false
152
+ augmenter = null
153
+
154
+ [corpora.train]
155
+ @readers = "spacy.Corpus.v1"
156
+ path = ${paths:train}
157
+ max_length = 5000
158
+ gold_preproc = false
159
+ limit = 0
160
+
161
+ [corpora.train.augmenter]
162
+ @augmenters = "spacy.lower_case.v1"
163
+ level = 0.1
164
+
165
+ [training]
166
+ train_corpus = "corpora.train"
167
+ dev_corpus = "corpora.dev"
168
+ seed = ${system:seed}
169
+ gpu_allocator = ${system:gpu_allocator}
170
+ dropout = 0.1
171
+ accumulate_gradient = 1
172
+ patience = 5000
173
+ max_epochs = 0
174
+ max_steps = 0
175
+ eval_frequency = 1000
176
+ frozen_components = []
177
+ before_to_disk = null
178
+ annotating_components = []
179
+
180
+ [training.batcher]
181
+ @batchers = "spacy.batch_by_words.v1"
182
+ discard_oversize = false
183
+ tolerance = 0.2
184
+ get_length = null
185
+
186
+ [training.batcher.size]
187
+ @schedules = "compounding.v1"
188
+ start = 100
189
+ stop = 1000
190
+ compound = 1.001
191
+ t = 0.0
192
+
193
+ [training.logger]
194
+ @loggers = "spacy.WandbLogger.v1"
195
+ project_name = "spacy-v3.0.0a2"
196
+ remove_config_values = []
197
+
198
+ [training.optimizer]
199
+ @optimizers = "Adam.v1"
200
+ beta1 = 0.9
201
+ beta2 = 0.999
202
+ L2_is_weight_decay = true
203
+ L2 = 0.01
204
+ grad_clip = 1.0
205
+ use_averages = true
206
+ eps = 0.00000001
207
+ learn_rate = 0.001
208
+
209
+ [training.score_weights]
210
+ pos_acc = 0.08
211
+ morph_acc = 0.08
212
+ morph_per_feat = null
213
+ dep_uas = 0.0
214
+ dep_las = 0.16
215
+ dep_las_per_type = null
216
+ sents_p = null
217
+ sents_r = null
218
+ sents_f = 0.02
219
+ lemma_acc = 0.33
220
+ ents_f = 0.33
221
+ ents_p = 0.0
222
+ ents_r = 0.0
223
+ ents_per_type = null
224
+
225
+ [pretraining]
226
+
227
+ [initialize]
228
+ vocab_data = ${paths.vocab_data}
229
+ vectors = ${paths.vectors}
230
+ init_tok2vec = ${paths.init_tok2vec}
231
+ before_init = null
232
+ after_init = null
233
+
234
+ [initialize.components]
235
+
236
+ [initialize.components.morphologizer]
237
+
238
+ [initialize.components.morphologizer.labels]
239
+ @readers = "spacy.read_labels.v1"
240
+ path = "corpus/labels/morphologizer.json"
241
+ require = false
242
+
243
+ [initialize.components.ner]
244
+
245
+ [initialize.components.ner.labels]
246
+ @readers = "spacy.read_labels.v1"
247
+ path = "corpus/labels/ner.json"
248
+ require = false
249
+
250
+ [initialize.components.parser]
251
+
252
+ [initialize.components.parser.labels]
253
+ @readers = "spacy.read_labels.v1"
254
+ path = "corpus/labels/parser.json"
255
+ require = false
256
+
257
+ [initialize.lookups]
258
+ @misc = "spacy.LookupsDataLoader.v1"
259
+ lang = ${nlp.lang}
260
+ tables = []
261
+
262
+ [initialize.tokenizer]
fr_core_news_md-any-py3-none-any.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2982a140518bc3fb4de3927551747411c89df8967a2da740df4880c93704f0d8
3
+ size 46122237
lemmatizer/lookups/lookups.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:085ec6e824162d6d75a6b5e1b2cb69cbb784be324f6029900334896203fa81b3
3
+ size 9630538
meta.json ADDED
@@ -0,0 +1,648 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lang":"fr",
3
+ "name":"core_news_md",
4
+ "version":"3.1.0",
5
+ "description":"French pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, senter, ner, attribute_ruler, lemmatizer.",
6
+ "author":"Explosion",
7
+ "email":"contact@explosion.ai",
8
+ "url":"https://explosion.ai",
9
+ "license":"LGPL-LR",
10
+ "spacy_version":">=3.1.0,<3.2.0",
11
+ "spacy_git_version":"caba63b74",
12
+ "vectors":{
13
+ "width":300,
14
+ "vectors":20000,
15
+ "keys":500000,
16
+ "name":"fr_vectors"
17
+ },
18
+ "labels":{
19
+ "tok2vec":[
20
+
21
+ ],
22
+ "morphologizer":[
23
+ "POS=PROPN",
24
+ "Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
25
+ "Gender=Fem|Number=Sing|POS=NOUN",
26
+ "Number=Plur|POS=PRON|Person=1",
27
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
28
+ "POS=SCONJ",
29
+ "POS=ADP",
30
+ "Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
31
+ "NumType=Ord|POS=ADJ",
32
+ "Gender=Masc|Number=Sing|POS=NOUN",
33
+ "POS=PUNCT",
34
+ "Gender=Masc|Number=Sing|POS=PROPN",
35
+ "Number=Plur|POS=ADJ",
36
+ "Gender=Masc|Number=Plur|POS=NOUN",
37
+ "Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
38
+ "Number=Sing|POS=ADJ",
39
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin",
40
+ "POS=ADV",
41
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin",
42
+ "Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
43
+ "Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
44
+ "Gender=Fem|Number=Sing|POS=PROPN",
45
+ "Definite=Def|Number=Sing|POS=DET|PronType=Art",
46
+ "NumType=Card|POS=NUM",
47
+ "Definite=Def|Number=Plur|POS=DET|PronType=Art",
48
+ "Gender=Masc|Number=Plur|POS=ADJ",
49
+ "POS=CCONJ",
50
+ "Gender=Fem|Number=Plur|POS=NOUN",
51
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin",
52
+ "Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part",
53
+ "Gender=Fem|Number=Plur|POS=ADJ",
54
+ "POS=ADJ",
55
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin",
56
+ "POS=PRON|PronType=Rel",
57
+ "Number=Sing|POS=DET|Poss=Yes",
58
+ "Definite=Def|Gender=Masc|Number=Sing|POS=ADP|PronType=Art",
59
+ "Definite=Def|Number=Plur|POS=ADP|PronType=Art",
60
+ "Definite=Ind|Number=Plur|POS=DET|PronType=Art",
61
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin",
62
+ "Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
63
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
64
+ "POS=VERB|VerbForm=Inf",
65
+ "Gender=Fem|Number=Sing|POS=ADJ",
66
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3",
67
+ "Number=Plur|POS=DET",
68
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
69
+ "Gender=Masc|Number=Sing|POS=ADJ",
70
+ "Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
71
+ "POS=ADV|PronType=Int",
72
+ "POS=VERB|Tense=Pres|VerbForm=Part",
73
+ "Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part",
74
+ "Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
75
+ "Gender=Masc|POS=ADJ",
76
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin",
77
+ "Number=Plur|POS=DET|Poss=Yes",
78
+ "POS=AUX|VerbForm=Inf",
79
+ "Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
80
+ "Gender=Masc|POS=VERB|Tense=Past|VerbForm=Part",
81
+ "POS=ADV|Polarity=Neg",
82
+ "Definite=Ind|Number=Sing|POS=DET|PronType=Art",
83
+ "Gender=Fem|Number=Sing|POS=PRON|Person=3",
84
+ "POS=PRON|Person=3|Reflex=Yes",
85
+ "Gender=Masc|POS=NOUN",
86
+ "POS=AUX|Tense=Past|VerbForm=Part",
87
+ "POS=PRON|Person=3",
88
+ "Number=Plur|POS=NOUN",
89
+ "NumType=Ord|Number=Sing|POS=ADJ",
90
+ "POS=VERB|Tense=Past|VerbForm=Part",
91
+ "POS=AUX|Tense=Pres|VerbForm=Part",
92
+ "Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part",
93
+ "Number=Sing|POS=PRON|Person=3",
94
+ "Number=Sing|POS=NOUN",
95
+ "Gender=Masc|Number=Plur|POS=PRON|Person=3",
96
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin",
97
+ "Gender=Fem|NumType=Ord|Number=Sing|POS=ADJ",
98
+ "Number=Plur|POS=PROPN",
99
+ "Number=Sing|POS=PROPN",
100
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin",
101
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
102
+ "Gender=Masc|Number=Plur|POS=PRON|PronType=Dem",
103
+ "Gender=Masc|Number=Sing|POS=DET",
104
+ "Gender=Fem|Number=Sing|POS=DET|Poss=Yes",
105
+ "Gender=Masc|POS=PRON",
106
+ "POS=NOUN",
107
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin",
108
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin",
109
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
110
+ "Number=Plur|POS=PRON",
111
+ "Gender=Masc|NumType=Ord|Number=Plur|POS=ADJ",
112
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin",
113
+ "Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
114
+ "Number=Sing|POS=PRON",
115
+ "Number=Sing|POS=PRON|PronType=Dem",
116
+ "Mood=Ind|POS=VERB|VerbForm=Fin",
117
+ "Number=Plur|POS=DET|PronType=Dem",
118
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
119
+ "Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs",
120
+ "Gender=Masc|Number=Sing|POS=PRON",
121
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem",
122
+ "Number=Sing|POS=PRON|Person=2|PronType=Prs",
123
+ "Gender=Masc|Number=Sing|POS=PRON|PronType=Rel",
124
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin",
125
+ "Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
126
+ "Gender=Masc|NumType=Ord|Number=Sing|POS=ADJ",
127
+ "POS=PRON",
128
+ "POS=NUM",
129
+ "Gender=Fem|POS=NOUN",
130
+ "Gender=Fem|Number=Plur|POS=PRON",
131
+ "Number=Plur|POS=PRON|Person=3",
132
+ "Number=Sing|POS=VERB|Tense=Past|VerbForm=Part",
133
+ "Number=Sing|POS=PRON|Person=1",
134
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
135
+ "Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin",
136
+ "Gender=Fem|Number=Sing|POS=PRON",
137
+ "Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
138
+ "Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
139
+ "POS=INTJ",
140
+ "Number=Plur|POS=PRON|Person=2",
141
+ "NumType=Card|POS=PRON",
142
+ "Definite=Ind|Gender=Fem|Number=Plur|POS=DET|PronType=Art",
143
+ "Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part",
144
+ "NumType=Card|POS=NOUN",
145
+ "POS=PRON|PronType=Int",
146
+ "Gender=Fem|Number=Plur|POS=PRON|Person=3",
147
+ "Gender=Fem|Number=Sing|POS=DET",
148
+ "Mood=Cnd|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
149
+ "Gender=Fem|Number=Plur|POS=DET",
150
+ "Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
151
+ "Definite=Ind|Gender=Masc|Number=Plur|POS=DET|PronType=Art",
152
+ "Mood=Cnd|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
153
+ "Gender=Masc|Number=Sing|POS=PRON|PronType=Dem",
154
+ "Gender=Masc|Number=Plur|POS=PROPN",
155
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
156
+ "Gender=Fem|Number=Sing|POS=PRON|PronType=Dem",
157
+ "Number=Sing|POS=DET",
158
+ "Gender=Masc|NumType=Card|Number=Plur|POS=NOUN",
159
+ "Gender=Fem|Number=Plur|POS=PRON|PronType=Dem",
160
+ "Mood=Ind|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
161
+ "Gender=Fem|POS=PRON",
162
+ "Gender=Masc|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
163
+ "Gender=Fem|Number=Sing|POS=PRON|PronType=Rel",
164
+ "Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin",
165
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
166
+ "Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
167
+ "Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part",
168
+ "POS=X",
169
+ "POS=SYM",
170
+ "Mood=Imp|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
171
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
172
+ "Gender=Masc|Number=Sing|POS=DET|PronType=Int",
173
+ "Gender=Fem|Number=Plur|POS=DET|PronType=Int",
174
+ "POS=DET",
175
+ "Gender=Masc|Number=Plur|POS=PRON",
176
+ "POS=PART",
177
+ "Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
178
+ "Mood=Ind|POS=VERB|Person=3|VerbForm=Fin",
179
+ "Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
180
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
181
+ "Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin",
182
+ "Gender=Fem|Number=Sing|POS=DET|PronType=Int",
183
+ "Gender=Masc|Number=Plur|POS=DET",
184
+ "Gender=Fem|Number=Plur|POS=PRON|PronType=Rel",
185
+ "Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
186
+ "Gender=Masc|Number=Plur|POS=PRON|PronType=Rel",
187
+ "POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
188
+ "Gender=Fem|NumType=Ord|Number=Plur|POS=ADJ",
189
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Fut|VerbForm=Fin",
190
+ "Mood=Imp|POS=VERB|Tense=Pres|VerbForm=Fin",
191
+ "Number=Plur|POS=PRON|Person=2|Reflex=Yes",
192
+ "Mood=Cnd|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
193
+ "Number=Plur|POS=PRON|Person=1|Reflex=Yes",
194
+ "Gender=Masc|NumType=Card|Number=Sing|POS=NOUN",
195
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
196
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin",
197
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin",
198
+ "Number=Sing|POS=PRON|Person=1|Reflex=Yes",
199
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin",
200
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin",
201
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin",
202
+ "Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
203
+ "Gender=Masc|POS=PROPN",
204
+ "Mood=Cnd|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
205
+ "Number=Plur|POS=PRON|Person=1|PronType=Prs",
206
+ "Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
207
+ "Number=Plur|POS=PRON|Person=2|PronType=Prs",
208
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin",
209
+ "Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs",
210
+ "Number=Sing|POS=PRON|Person=1|PronType=Prs",
211
+ "Mood=Cnd|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
212
+ "Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
213
+ "Mood=Imp|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
214
+ "Mood=Sub|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin",
215
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Imp|VerbForm=Fin",
216
+ "Gender=Fem|POS=ADV",
217
+ "Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Imp|VerbForm=Fin",
218
+ "Number=Plur|POS=VERB|Tense=Past|VerbForm=Part",
219
+ "Gender=Fem|Number=Plur|POS=PROPN",
220
+ "Gender=Masc|NumType=Card|POS=NUM"
221
+ ],
222
+ "parser":[
223
+ "ROOT",
224
+ "acl",
225
+ "acl:relcl",
226
+ "advcl",
227
+ "advmod",
228
+ "amod",
229
+ "appos",
230
+ "aux:pass",
231
+ "aux:tense",
232
+ "case",
233
+ "cc",
234
+ "ccomp",
235
+ "conj",
236
+ "cop",
237
+ "dep",
238
+ "det",
239
+ "expl:comp",
240
+ "expl:pass",
241
+ "expl:subj",
242
+ "fixed",
243
+ "flat:foreign",
244
+ "flat:name",
245
+ "iobj",
246
+ "mark",
247
+ "nmod",
248
+ "nsubj",
249
+ "nsubj:pass",
250
+ "nummod",
251
+ "obj",
252
+ "obl:agent",
253
+ "obl:arg",
254
+ "obl:mod",
255
+ "parataxis",
256
+ "punct",
257
+ "vocative",
258
+ "xcomp"
259
+ ],
260
+ "senter":[
261
+ "I",
262
+ "S"
263
+ ],
264
+ "attribute_ruler":[
265
+
266
+ ],
267
+ "lemmatizer":[
268
+
269
+ ],
270
+ "ner":[
271
+ "LOC",
272
+ "MISC",
273
+ "ORG",
274
+ "PER"
275
+ ]
276
+ },
277
+ "pipeline":[
278
+ "tok2vec",
279
+ "morphologizer",
280
+ "parser",
281
+ "attribute_ruler",
282
+ "lemmatizer",
283
+ "ner"
284
+ ],
285
+ "components":[
286
+ "tok2vec",
287
+ "morphologizer",
288
+ "parser",
289
+ "senter",
290
+ "attribute_ruler",
291
+ "lemmatizer",
292
+ "ner"
293
+ ],
294
+ "disabled":[
295
+ "senter"
296
+ ],
297
+ "performance":{
298
+ "token_acc":0.9989751998,
299
+ "tag_acc":0.9429704807,
300
+ "pos_acc":0.971820102,
301
+ "morph_acc":0.9631079967,
302
+ "lemma_acc":0.9078954127,
303
+ "dep_uas":0.8916150686,
304
+ "dep_las":0.8546474637,
305
+ "sents_p":0.8845208845,
306
+ "sents_r":0.9042340262,
307
+ "sents_f":0.8791208791,
308
+ "speed":5248.8393910966,
309
+ "morph_per_feat":{
310
+ "Definite":{
311
+ "p":0.9904831625,
312
+ "r":0.9868708972,
313
+ "f":0.9886737304
314
+ },
315
+ "Number":{
316
+ "p":0.9908599142,
317
+ "r":0.9844329133,
318
+ "f":0.987635958
319
+ },
320
+ "PronType":{
321
+ "p":0.9967762734,
322
+ "r":0.9884910486,
323
+ "f":0.9926163724
324
+ },
325
+ "Gender":{
326
+ "p":0.9807792208,
327
+ "r":0.9757105943,
328
+ "f":0.978238342
329
+ },
330
+ "Mood":{
331
+ "p":0.9692028986,
332
+ "r":0.9502664298,
333
+ "f":0.9596412556
334
+ },
335
+ "Person":{
336
+ "p":0.9872286079,
337
+ "r":0.9711055276,
338
+ "f":0.9791006966
339
+ },
340
+ "Tense":{
341
+ "p":0.9689119171,
342
+ "r":0.9550561798,
343
+ "f":0.9619341564
344
+ },
345
+ "VerbForm":{
346
+ "p":0.9823973177,
347
+ "r":0.9701986755,
348
+ "f":0.9762598917
349
+ },
350
+ "NumType":{
351
+ "p":0.9858657244,
352
+ "r":0.9620689655,
353
+ "f":0.9738219895
354
+ },
355
+ "Reflex":{
356
+ "p":1.0,
357
+ "r":1.0,
358
+ "f":1.0
359
+ },
360
+ "Voice":{
361
+ "p":0.906779661,
362
+ "r":0.9553571429,
363
+ "f":0.9304347826
364
+ },
365
+ "Poss":{
366
+ "p":1.0,
367
+ "r":1.0,
368
+ "f":1.0
369
+ },
370
+ "Polarity":{
371
+ "p":1.0,
372
+ "r":0.9764705882,
373
+ "f":0.9880952381
374
+ }
375
+ },
376
+ "dep_las_per_type":{
377
+ "det":{
378
+ "p":0.9781553398,
379
+ "r":0.9757869249,
380
+ "f":0.976969697
381
+ },
382
+ "nsubj":{
383
+ "p":0.875,
384
+ "r":0.8602409639,
385
+ "f":0.8675577157
386
+ },
387
+ "aux:tense":{
388
+ "p":0.9349593496,
389
+ "r":0.92,
390
+ "f":0.9274193548
391
+ },
392
+ "root":{
393
+ "p":0.8902439024,
394
+ "r":0.8859223301,
395
+ "f":0.8880778589
396
+ },
397
+ "obj":{
398
+ "p":0.8489425982,
399
+ "r":0.8338278932,
400
+ "f":0.8413173653
401
+ },
402
+ "cc":{
403
+ "p":0.8772727273,
404
+ "r":0.8894009217,
405
+ "f":0.8832951945
406
+ },
407
+ "case":{
408
+ "p":0.9715061058,
409
+ "r":0.9754768392,
410
+ "f":0.9734874235
411
+ },
412
+ "obl:mod":{
413
+ "p":0.6903225806,
414
+ "r":0.6369047619,
415
+ "f":0.6625386997
416
+ },
417
+ "nmod":{
418
+ "p":0.7932011331,
419
+ "r":0.8383233533,
420
+ "f":0.8151382824
421
+ },
422
+ "conj":{
423
+ "p":0.5338345865,
424
+ "r":0.5590551181,
425
+ "f":0.5461538462
426
+ },
427
+ "nummod":{
428
+ "p":0.9090909091,
429
+ "r":0.8928571429,
430
+ "f":0.9009009009
431
+ },
432
+ "amod":{
433
+ "p":0.9288389513,
434
+ "r":0.9051094891,
435
+ "f":0.9168207024
436
+ },
437
+ "acl":{
438
+ "p":0.6722222222,
439
+ "r":0.6994219653,
440
+ "f":0.6855524079
441
+ },
442
+ "mark":{
443
+ "p":0.8818181818,
444
+ "r":0.8546255507,
445
+ "f":0.8680089485
446
+ },
447
+ "xcomp":{
448
+ "p":0.8466666667,
449
+ "r":0.8410596026,
450
+ "f":0.8438538206
451
+ },
452
+ "flat:name":{
453
+ "p":0.9126213592,
454
+ "r":0.8952380952,
455
+ "f":0.9038461538
456
+ },
457
+ "cop":{
458
+ "p":0.8876404494,
459
+ "r":0.8777777778,
460
+ "f":0.8826815642
461
+ },
462
+ "advmod":{
463
+ "p":0.8459119497,
464
+ "r":0.8432601881,
465
+ "f":0.8445839874
466
+ },
467
+ "obl:arg":{
468
+ "p":0.6774193548,
469
+ "r":0.6681818182,
470
+ "f":0.6727688787
471
+ },
472
+ "appos":{
473
+ "p":0.5526315789,
474
+ "r":0.5060240964,
475
+ "f":0.5283018868
476
+ },
477
+ "nsubj:pass":{
478
+ "p":0.9024390244,
479
+ "r":0.8705882353,
480
+ "f":0.8862275449
481
+ },
482
+ "aux:pass":{
483
+ "p":0.947826087,
484
+ "r":0.9732142857,
485
+ "f":0.9603524229
486
+ },
487
+ "acl:relcl":{
488
+ "p":0.6455696203,
489
+ "r":0.5930232558,
490
+ "f":0.6181818182
491
+ },
492
+ "advcl":{
493
+ "p":0.5714285714,
494
+ "r":0.5128205128,
495
+ "f":0.5405405405
496
+ },
497
+ "fixed":{
498
+ "p":0.7789473684,
499
+ "r":0.7326732673,
500
+ "f":0.7551020408
501
+ },
502
+ "dep":{
503
+ "p":0.2608695652,
504
+ "r":0.5806451613,
505
+ "f":0.36
506
+ },
507
+ "expl:subj":{
508
+ "p":0.78125,
509
+ "r":0.78125,
510
+ "f":0.78125
511
+ },
512
+ "expl:comp":{
513
+ "p":0.6097560976,
514
+ "r":0.8333333333,
515
+ "f":0.7042253521
516
+ },
517
+ "expl:pass":{
518
+ "p":0.5,
519
+ "r":0.1428571429,
520
+ "f":0.2222222222
521
+ },
522
+ "ccomp":{
523
+ "p":0.7037037037,
524
+ "r":0.7450980392,
525
+ "f":0.7238095238
526
+ },
527
+ "parataxis":{
528
+ "p":0.5,
529
+ "r":0.3928571429,
530
+ "f":0.44
531
+ },
532
+ "iobj":{
533
+ "p":0.6666666667,
534
+ "r":0.48,
535
+ "f":0.5581395349
536
+ },
537
+ "obl:agent":{
538
+ "p":0.9210526316,
539
+ "r":0.8333333333,
540
+ "f":0.875
541
+ },
542
+ "nsubj:caus":{
543
+ "p":0.0,
544
+ "r":0.0,
545
+ "f":0.0
546
+ },
547
+ "aux:caus":{
548
+ "p":0.0,
549
+ "r":0.0,
550
+ "f":0.0
551
+ },
552
+ "obj:agent":{
553
+ "p":0.0,
554
+ "r":0.0,
555
+ "f":0.0
556
+ },
557
+ "goeswith":{
558
+ "p":0.0,
559
+ "r":0.0,
560
+ "f":0.0
561
+ },
562
+ "vocative":{
563
+ "p":0.8333333333,
564
+ "r":0.625,
565
+ "f":0.7142857143
566
+ },
567
+ "dislocated":{
568
+ "p":0.0,
569
+ "r":0.0,
570
+ "f":0.0
571
+ },
572
+ "flat:foreign":{
573
+ "p":1.0,
574
+ "r":0.4285714286,
575
+ "f":0.6
576
+ },
577
+ "orphan":{
578
+ "p":0.0,
579
+ "r":0.0,
580
+ "f":0.0
581
+ },
582
+ "advcl:cleft":{
583
+ "p":0.0,
584
+ "r":0.0,
585
+ "f":0.0
586
+ },
587
+ "csubj":{
588
+ "p":0.0,
589
+ "r":0.0,
590
+ "f":0.0
591
+ }
592
+ },
593
+ "ents_p":0.8342645439,
594
+ "ents_r":0.8338136984,
595
+ "ents_f":0.8340390602,
596
+ "ents_per_type":{
597
+ "PER":{
598
+ "p":0.8973945931,
599
+ "r":0.9180339615,
600
+ "f":0.9075969541
601
+ },
602
+ "LOC":{
603
+ "p":0.8399022936,
604
+ "r":0.8486154104,
605
+ "f":0.8442363712
606
+ },
607
+ "ORG":{
608
+ "p":0.7633558341,
609
+ "r":0.7553435115,
610
+ "f":0.7593285372
611
+ },
612
+ "MISC":{
613
+ "p":0.7282367838,
614
+ "r":0.6707974923,
615
+ "f":0.6983380132
616
+ }
617
+ }
618
+ },
619
+ "sources":[
620
+ {
621
+ "name":"UD French Sequoia v2.5",
622
+ "url":"https://github.com/UniversalDependencies/UD_French-Sequoia",
623
+ "license":"LGPL-LR",
624
+ "author":"Candito, Marie; Seddah, Djam\u00e9; Perrier, Guy; Guillaume, Bruno"
625
+ },
626
+ {
627
+ "name":"WikiNER",
628
+ "url":"https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500",
629
+ "license":"CC BY 4.0",
630
+ "author":"Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran"
631
+ },
632
+ {
633
+ "name":"spaCy lookups data",
634
+ "author":"Explosion",
635
+ "url":"https://github.com/explosion/spacy-lookups-data",
636
+ "license":"MIT"
637
+ },
638
+ {
639
+ "name":"Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)",
640
+ "url":"https://spacy.io",
641
+ "license":"CC0",
642
+ "author":"Explosion"
643
+ }
644
+ ],
645
+ "requirements":[
646
+
647
+ ]
648
+ }
morphologizer/cfg ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels_morph":{
3
+ "POS=PROPN":"",
4
+ "Gender=Fem|Number=Sing|POS=DET|PronType=Dem":"Gender=Fem|Number=Sing|PronType=Dem",
5
+ "Gender=Fem|Number=Sing|POS=NOUN":"Gender=Fem|Number=Sing",
6
+ "Number=Plur|POS=PRON|Person=1":"Number=Plur|Person=1",
7
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
8
+ "POS=SCONJ":"",
9
+ "POS=ADP":"",
10
+ "Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Definite=Def|Gender=Masc|Number=Sing|PronType=Art",
11
+ "NumType=Ord|POS=ADJ":"NumType=Ord",
12
+ "Gender=Masc|Number=Sing|POS=NOUN":"Gender=Masc|Number=Sing",
13
+ "POS=PUNCT":"",
14
+ "Gender=Masc|Number=Sing|POS=PROPN":"Gender=Masc|Number=Sing",
15
+ "Number=Plur|POS=ADJ":"Number=Plur",
16
+ "Gender=Masc|Number=Plur|POS=NOUN":"Gender=Masc|Number=Plur",
17
+ "Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Definite=Ind|Gender=Fem|Number=Sing|PronType=Art",
18
+ "Number=Sing|POS=ADJ":"Number=Sing",
19
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin",
20
+ "POS=ADV":"",
21
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
22
+ "Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Gender=Fem|Number=Sing|Tense=Past|VerbForm=Part|Voice=Pass",
23
+ "Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Definite=Def|Gender=Fem|Number=Sing|PronType=Art",
24
+ "Gender=Fem|Number=Sing|POS=PROPN":"Gender=Fem|Number=Sing",
25
+ "Definite=Def|Number=Sing|POS=DET|PronType=Art":"Definite=Def|Number=Sing|PronType=Art",
26
+ "NumType=Card|POS=NUM":"NumType=Card",
27
+ "Definite=Def|Number=Plur|POS=DET|PronType=Art":"Definite=Def|Number=Plur|PronType=Art",
28
+ "Gender=Masc|Number=Plur|POS=ADJ":"Gender=Masc|Number=Plur",
29
+ "POS=CCONJ":"",
30
+ "Gender=Fem|Number=Plur|POS=NOUN":"Gender=Fem|Number=Plur",
31
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
32
+ "Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part",
33
+ "Gender=Fem|Number=Plur|POS=ADJ":"Gender=Fem|Number=Plur",
34
+ "POS=ADJ":"",
35
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
36
+ "POS=PRON|PronType=Rel":"PronType=Rel",
37
+ "Number=Sing|POS=DET|Poss=Yes":"Number=Sing|Poss=Yes",
38
+ "Definite=Def|Gender=Masc|Number=Sing|POS=ADP|PronType=Art":"Definite=Def|Gender=Masc|Number=Sing|PronType=Art",
39
+ "Definite=Def|Number=Plur|POS=ADP|PronType=Art":"Definite=Def|Number=Plur|PronType=Art",
40
+ "Definite=Ind|Number=Plur|POS=DET|PronType=Art":"Definite=Ind|Number=Plur|PronType=Art",
41
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
42
+ "Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Gender=Masc|Number=Plur|Tense=Past|VerbForm=Part|Voice=Pass",
43
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
44
+ "POS=VERB|VerbForm=Inf":"VerbForm=Inf",
45
+ "Gender=Fem|Number=Sing|POS=ADJ":"Gender=Fem|Number=Sing",
46
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3":"Gender=Masc|Number=Sing|Person=3",
47
+ "Number=Plur|POS=DET":"Number=Plur",
48
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
49
+ "Gender=Masc|Number=Sing|POS=ADJ":"Gender=Masc|Number=Sing",
50
+ "Gender=Masc|Number=Sing|POS=DET|PronType=Dem":"Gender=Masc|Number=Sing|PronType=Dem",
51
+ "POS=ADV|PronType=Int":"PronType=Int",
52
+ "POS=VERB|Tense=Pres|VerbForm=Part":"Tense=Pres|VerbForm=Part",
53
+ "Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Fem|Number=Sing|Tense=Past|VerbForm=Part",
54
+ "Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Definite=Ind|Gender=Masc|Number=Sing|PronType=Art",
55
+ "Gender=Masc|POS=ADJ":"Gender=Masc",
56
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Fut|VerbForm=Fin",
57
+ "Number=Plur|POS=DET|Poss=Yes":"Number=Plur|Poss=Yes",
58
+ "POS=AUX|VerbForm=Inf":"VerbForm=Inf",
59
+ "Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part|Voice=Pass",
60
+ "Gender=Masc|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Masc|Tense=Past|VerbForm=Part",
61
+ "POS=ADV|Polarity=Neg":"Polarity=Neg",
62
+ "Definite=Ind|Number=Sing|POS=DET|PronType=Art":"Definite=Ind|Number=Sing|PronType=Art",
63
+ "Gender=Fem|Number=Sing|POS=PRON|Person=3":"Gender=Fem|Number=Sing|Person=3",
64
+ "POS=PRON|Person=3|Reflex=Yes":"Person=3|Reflex=Yes",
65
+ "Gender=Masc|POS=NOUN":"Gender=Masc",
66
+ "POS=AUX|Tense=Past|VerbForm=Part":"Tense=Past|VerbForm=Part",
67
+ "POS=PRON|Person=3":"Person=3",
68
+ "Number=Plur|POS=NOUN":"Number=Plur",
69
+ "NumType=Ord|Number=Sing|POS=ADJ":"NumType=Ord|Number=Sing",
70
+ "POS=VERB|Tense=Past|VerbForm=Part":"Tense=Past|VerbForm=Part",
71
+ "POS=AUX|Tense=Pres|VerbForm=Part":"Tense=Pres|VerbForm=Part",
72
+ "Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Masc|Number=Plur|Tense=Past|VerbForm=Part",
73
+ "Number=Sing|POS=PRON|Person=3":"Number=Sing|Person=3",
74
+ "Number=Sing|POS=NOUN":"Number=Sing",
75
+ "Gender=Masc|Number=Plur|POS=PRON|Person=3":"Gender=Masc|Number=Plur|Person=3",
76
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Imp|VerbForm=Fin",
77
+ "Gender=Fem|NumType=Ord|Number=Sing|POS=ADJ":"Gender=Fem|NumType=Ord|Number=Sing",
78
+ "Number=Plur|POS=PROPN":"Number=Plur",
79
+ "Number=Sing|POS=PROPN":"Number=Sing",
80
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin",
81
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
82
+ "Gender=Masc|Number=Plur|POS=PRON|PronType=Dem":"Gender=Masc|Number=Plur|PronType=Dem",
83
+ "Gender=Masc|Number=Sing|POS=DET":"Gender=Masc|Number=Sing",
84
+ "Gender=Fem|Number=Sing|POS=DET|Poss=Yes":"Gender=Fem|Number=Sing|Poss=Yes",
85
+ "Gender=Masc|POS=PRON":"Gender=Masc",
86
+ "POS=NOUN":"",
87
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Fut|VerbForm=Fin",
88
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Fut|VerbForm=Fin",
89
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
90
+ "Number=Plur|POS=PRON":"Number=Plur",
91
+ "Gender=Masc|NumType=Ord|Number=Plur|POS=ADJ":"Gender=Masc|NumType=Ord|Number=Plur",
92
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Fut|VerbForm=Fin",
93
+ "Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Gender=Fem|Number=Plur|Tense=Past|VerbForm=Part|Voice=Pass",
94
+ "Number=Sing|POS=PRON":"Number=Sing",
95
+ "Number=Sing|POS=PRON|PronType=Dem":"Number=Sing|PronType=Dem",
96
+ "Mood=Ind|POS=VERB|VerbForm=Fin":"Mood=Ind|VerbForm=Fin",
97
+ "Number=Plur|POS=DET|PronType=Dem":"Number=Plur|PronType=Dem",
98
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Gender=Masc|Number=Sing|Person=3|PronType=Prs",
99
+ "Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Gender=Masc|Number=Plur|Person=3|PronType=Prs",
100
+ "Gender=Masc|Number=Sing|POS=PRON":"Gender=Masc|Number=Sing",
101
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Gender=Masc|Number=Sing|Person=3|PronType=Dem",
102
+ "Number=Sing|POS=PRON|Person=2|PronType=Prs":"Number=Sing|Person=2|PronType=Prs",
103
+ "Gender=Masc|Number=Sing|POS=PRON|PronType=Rel":"Gender=Masc|Number=Sing|PronType=Rel",
104
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Imp|VerbForm=Fin",
105
+ "Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
106
+ "Gender=Masc|NumType=Ord|Number=Sing|POS=ADJ":"Gender=Masc|NumType=Ord|Number=Sing",
107
+ "POS=PRON":"",
108
+ "POS=NUM":"",
109
+ "Gender=Fem|POS=NOUN":"Gender=Fem",
110
+ "Gender=Fem|Number=Plur|POS=PRON":"Gender=Fem|Number=Plur",
111
+ "Number=Plur|POS=PRON|Person=3":"Number=Plur|Person=3",
112
+ "Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":"Number=Sing|Tense=Past|VerbForm=Part",
113
+ "Number=Sing|POS=PRON|Person=1":"Number=Sing|Person=1",
114
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
115
+ "Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
116
+ "Gender=Fem|Number=Sing|POS=PRON":"Gender=Fem|Number=Sing",
117
+ "Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Gender=Fem|Number=Sing|Person=3|PronType=Prs",
118
+ "Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
119
+ "POS=INTJ":"",
120
+ "Number=Plur|POS=PRON|Person=2":"Number=Plur|Person=2",
121
+ "NumType=Card|POS=PRON":"NumType=Card",
122
+ "Definite=Ind|Gender=Fem|Number=Plur|POS=DET|PronType=Art":"Definite=Ind|Gender=Fem|Number=Plur|PronType=Art",
123
+ "Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Fem|Number=Plur|Tense=Past|VerbForm=Part",
124
+ "NumType=Card|POS=NOUN":"NumType=Card",
125
+ "POS=PRON|PronType=Int":"PronType=Int",
126
+ "Gender=Fem|Number=Plur|POS=PRON|Person=3":"Gender=Fem|Number=Plur|Person=3",
127
+ "Gender=Fem|Number=Sing|POS=DET":"Gender=Fem|Number=Sing",
128
+ "Mood=Cnd|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
129
+ "Gender=Fem|Number=Plur|POS=DET":"Gender=Fem|Number=Plur",
130
+ "Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
131
+ "Definite=Ind|Gender=Masc|Number=Plur|POS=DET|PronType=Art":"Definite=Ind|Gender=Masc|Number=Plur|PronType=Art",
132
+ "Mood=Cnd|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
133
+ "Gender=Masc|Number=Sing|POS=PRON|PronType=Dem":"Gender=Masc|Number=Sing|PronType=Dem",
134
+ "Gender=Masc|Number=Plur|POS=PROPN":"Gender=Masc|Number=Plur",
135
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
136
+ "Gender=Fem|Number=Sing|POS=PRON|PronType=Dem":"Gender=Fem|Number=Sing|PronType=Dem",
137
+ "Number=Sing|POS=DET":"Number=Sing",
138
+ "Gender=Masc|NumType=Card|Number=Plur|POS=NOUN":"Gender=Masc|NumType=Card|Number=Plur",
139
+ "Gender=Fem|Number=Plur|POS=PRON|PronType=Dem":"Gender=Fem|Number=Plur|PronType=Dem",
140
+ "Mood=Ind|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Person=3|Tense=Pres|VerbForm=Fin",
141
+ "Gender=Fem|POS=PRON":"Gender=Fem",
142
+ "Gender=Masc|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Gender=Masc|Tense=Past|VerbForm=Part|Voice=Pass",
143
+ "Gender=Fem|Number=Sing|POS=PRON|PronType=Rel":"Gender=Fem|Number=Sing|PronType=Rel",
144
+ "Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Imp|VerbForm=Fin",
145
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
146
+ "Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
147
+ "Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part":"Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part",
148
+ "POS=X":"",
149
+ "POS=SYM":"",
150
+ "Mood=Imp|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Imp|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
151
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
152
+ "Gender=Masc|Number=Sing|POS=DET|PronType=Int":"Gender=Masc|Number=Sing|PronType=Int",
153
+ "Gender=Fem|Number=Plur|POS=DET|PronType=Int":"Gender=Fem|Number=Plur|PronType=Int",
154
+ "POS=DET":"",
155
+ "Gender=Masc|Number=Plur|POS=PRON":"Gender=Masc|Number=Plur",
156
+ "POS=PART":"",
157
+ "Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
158
+ "Mood=Ind|POS=VERB|Person=3|VerbForm=Fin":"Mood=Ind|Person=3|VerbForm=Fin",
159
+ "Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Number=Sing|Tense=Past|VerbForm=Part|Voice=Pass",
160
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
161
+ "Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
162
+ "Gender=Fem|Number=Sing|POS=DET|PronType=Int":"Gender=Fem|Number=Sing|PronType=Int",
163
+ "Gender=Masc|Number=Plur|POS=DET":"Gender=Masc|Number=Plur",
164
+ "Gender=Fem|Number=Plur|POS=PRON|PronType=Rel":"Gender=Fem|Number=Plur|PronType=Rel",
165
+ "Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Number=Plur|Tense=Past|VerbForm=Part|Voice=Pass",
166
+ "Gender=Masc|Number=Plur|POS=PRON|PronType=Rel":"Gender=Masc|Number=Plur|PronType=Rel",
167
+ "POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":"Tense=Past|VerbForm=Part|Voice=Pass",
168
+ "Gender=Fem|NumType=Ord|Number=Plur|POS=ADJ":"Gender=Fem|NumType=Ord|Number=Plur",
169
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=2|Tense=Fut|VerbForm=Fin",
170
+ "Mood=Imp|POS=VERB|Tense=Pres|VerbForm=Fin":"Mood=Imp|Tense=Pres|VerbForm=Fin",
171
+ "Number=Plur|POS=PRON|Person=2|Reflex=Yes":"Number=Plur|Person=2|Reflex=Yes",
172
+ "Mood=Cnd|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
173
+ "Number=Plur|POS=PRON|Person=1|Reflex=Yes":"Number=Plur|Person=1|Reflex=Yes",
174
+ "Gender=Masc|NumType=Card|Number=Sing|POS=NOUN":"Gender=Masc|NumType=Card|Number=Sing",
175
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
176
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Fut|VerbForm=Fin",
177
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Fut|VerbForm=Fin",
178
+ "Number=Sing|POS=PRON|Person=1|Reflex=Yes":"Number=Sing|Person=1|Reflex=Yes",
179
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Imp|VerbForm=Fin",
180
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Imp|VerbForm=Fin",
181
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Imp|VerbForm=Fin",
182
+ "Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
183
+ "Gender=Masc|POS=PROPN":"Gender=Masc",
184
+ "Mood=Cnd|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
185
+ "Number=Plur|POS=PRON|Person=1|PronType=Prs":"Number=Plur|Person=1|PronType=Prs",
186
+ "Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
187
+ "Number=Plur|POS=PRON|Person=2|PronType=Prs":"Number=Plur|Person=2|PronType=Prs",
188
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Fut|VerbForm=Fin",
189
+ "Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Gender=Fem|Number=Plur|Person=3|PronType=Prs",
190
+ "Number=Sing|POS=PRON|Person=1|PronType=Prs":"Number=Sing|Person=1|PronType=Prs",
191
+ "Mood=Cnd|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
192
+ "Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
193
+ "Mood=Imp|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Imp|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
194
+ "Mood=Sub|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
195
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=2|Tense=Imp|VerbForm=Fin",
196
+ "Gender=Fem|POS=ADV":"Gender=Fem",
197
+ "Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Imp|VerbForm=Fin",
198
+ "Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":"Number=Plur|Tense=Past|VerbForm=Part",
199
+ "Gender=Fem|Number=Plur|POS=PROPN":"Gender=Fem|Number=Plur",
200
+ "Gender=Masc|NumType=Card|POS=NUM":"Gender=Masc|NumType=Card"
201
+ },
202
+ "labels_pos":{
203
+ "POS=PROPN":96,
204
+ "Gender=Fem|Number=Sing|POS=DET|PronType=Dem":90,
205
+ "Gender=Fem|Number=Sing|POS=NOUN":92,
206
+ "Number=Plur|POS=PRON|Person=1":95,
207
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
208
+ "POS=SCONJ":98,
209
+ "POS=ADP":85,
210
+ "Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
211
+ "NumType=Ord|POS=ADJ":84,
212
+ "Gender=Masc|Number=Sing|POS=NOUN":92,
213
+ "POS=PUNCT":97,
214
+ "Gender=Masc|Number=Sing|POS=PROPN":96,
215
+ "Number=Plur|POS=ADJ":84,
216
+ "Gender=Masc|Number=Plur|POS=NOUN":92,
217
+ "Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
218
+ "Number=Sing|POS=ADJ":84,
219
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":100,
220
+ "POS=ADV":86,
221
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":87,
222
+ "Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
223
+ "Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
224
+ "Gender=Fem|Number=Sing|POS=PROPN":96,
225
+ "Definite=Def|Number=Sing|POS=DET|PronType=Art":90,
226
+ "NumType=Card|POS=NUM":93,
227
+ "Definite=Def|Number=Plur|POS=DET|PronType=Art":90,
228
+ "Gender=Masc|Number=Plur|POS=ADJ":84,
229
+ "POS=CCONJ":89,
230
+ "Gender=Fem|Number=Plur|POS=NOUN":92,
231
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":100,
232
+ "Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":100,
233
+ "Gender=Fem|Number=Plur|POS=ADJ":84,
234
+ "POS=ADJ":84,
235
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":100,
236
+ "POS=PRON|PronType=Rel":95,
237
+ "Number=Sing|POS=DET|Poss=Yes":90,
238
+ "Definite=Def|Gender=Masc|Number=Sing|POS=ADP|PronType=Art":85,
239
+ "Definite=Def|Number=Plur|POS=ADP|PronType=Art":85,
240
+ "Definite=Ind|Number=Plur|POS=DET|PronType=Art":90,
241
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":87,
242
+ "Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
243
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
244
+ "POS=VERB|VerbForm=Inf":100,
245
+ "Gender=Fem|Number=Sing|POS=ADJ":84,
246
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3":95,
247
+ "Number=Plur|POS=DET":90,
248
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
249
+ "Gender=Masc|Number=Sing|POS=ADJ":84,
250
+ "Gender=Masc|Number=Sing|POS=DET|PronType=Dem":90,
251
+ "POS=ADV|PronType=Int":86,
252
+ "POS=VERB|Tense=Pres|VerbForm=Part":100,
253
+ "Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":100,
254
+ "Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
255
+ "Gender=Masc|POS=ADJ":84,
256
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":100,
257
+ "Number=Plur|POS=DET|Poss=Yes":90,
258
+ "POS=AUX|VerbForm=Inf":87,
259
+ "Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
260
+ "Gender=Masc|POS=VERB|Tense=Past|VerbForm=Part":100,
261
+ "POS=ADV|Polarity=Neg":86,
262
+ "Definite=Ind|Number=Sing|POS=DET|PronType=Art":90,
263
+ "Gender=Fem|Number=Sing|POS=PRON|Person=3":95,
264
+ "POS=PRON|Person=3|Reflex=Yes":95,
265
+ "Gender=Masc|POS=NOUN":92,
266
+ "POS=AUX|Tense=Past|VerbForm=Part":87,
267
+ "POS=PRON|Person=3":95,
268
+ "Number=Plur|POS=NOUN":92,
269
+ "NumType=Ord|Number=Sing|POS=ADJ":84,
270
+ "POS=VERB|Tense=Past|VerbForm=Part":100,
271
+ "POS=AUX|Tense=Pres|VerbForm=Part":87,
272
+ "Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":100,
273
+ "Number=Sing|POS=PRON|Person=3":95,
274
+ "Number=Sing|POS=NOUN":92,
275
+ "Gender=Masc|Number=Plur|POS=PRON|Person=3":95,
276
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":100,
277
+ "Gender=Fem|NumType=Ord|Number=Sing|POS=ADJ":84,
278
+ "Number=Plur|POS=PROPN":96,
279
+ "Number=Sing|POS=PROPN":96,
280
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":87,
281
+ "Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
282
+ "Gender=Masc|Number=Plur|POS=PRON|PronType=Dem":95,
283
+ "Gender=Masc|Number=Sing|POS=DET":90,
284
+ "Gender=Fem|Number=Sing|POS=DET|Poss=Yes":90,
285
+ "Gender=Masc|POS=PRON":95,
286
+ "POS=NOUN":92,
287
+ "Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":100,
288
+ "Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":87,
289
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
290
+ "Number=Plur|POS=PRON":95,
291
+ "Gender=Masc|NumType=Ord|Number=Plur|POS=ADJ":84,
292
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":87,
293
+ "Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
294
+ "Number=Sing|POS=PRON":95,
295
+ "Number=Sing|POS=PRON|PronType=Dem":95,
296
+ "Mood=Ind|POS=VERB|VerbForm=Fin":100,
297
+ "Number=Plur|POS=DET|PronType=Dem":90,
298
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
299
+ "Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
300
+ "Gender=Masc|Number=Sing|POS=PRON":95,
301
+ "Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
302
+ "Number=Sing|POS=PRON|Person=2|PronType=Prs":95,
303
+ "Gender=Masc|Number=Sing|POS=PRON|PronType=Rel":95,
304
+ "Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":87,
305
+ "Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
306
+ "Gender=Masc|NumType=Ord|Number=Sing|POS=ADJ":84,
307
+ "POS=PRON":95,
308
+ "POS=NUM":93,
309
+ "Gender=Fem|POS=NOUN":92,
310
+ "Gender=Fem|Number=Plur|POS=PRON":95,
311
+ "Number=Plur|POS=PRON|Person=3":95,
312
+ "Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":100,
313
+ "Number=Sing|POS=PRON|Person=1":95,
314
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
315
+ "Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":100,
316
+ "Gender=Fem|Number=Sing|POS=PRON":95,
317
+ "Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
318
+ "Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
319
+ "POS=INTJ":91,
320
+ "Number=Plur|POS=PRON|Person=2":95,
321
+ "NumType=Card|POS=PRON":95,
322
+ "Definite=Ind|Gender=Fem|Number=Plur|POS=DET|PronType=Art":90,
323
+ "Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":100,
324
+ "NumType=Card|POS=NOUN":92,
325
+ "POS=PRON|PronType=Int":95,
326
+ "Gender=Fem|Number=Plur|POS=PRON|Person=3":95,
327
+ "Gender=Fem|Number=Sing|POS=DET":90,
328
+ "Mood=Cnd|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
329
+ "Gender=Fem|Number=Plur|POS=DET":90,
330
+ "Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
331
+ "Definite=Ind|Gender=Masc|Number=Plur|POS=DET|PronType=Art":90,
332
+ "Mood=Cnd|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
333
+ "Gender=Masc|Number=Sing|POS=PRON|PronType=Dem":95,
334
+ "Gender=Masc|Number=Plur|POS=PROPN":96,
335
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
336
+ "Gender=Fem|Number=Sing|POS=PRON|PronType=Dem":95,
337
+ "Number=Sing|POS=DET":90,
338
+ "Gender=Masc|NumType=Card|Number=Plur|POS=NOUN":92,
339
+ "Gender=Fem|Number=Plur|POS=PRON|PronType=Dem":95,
340
+ "Mood=Ind|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
341
+ "Gender=Fem|POS=PRON":95,
342
+ "Gender=Masc|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
343
+ "Gender=Fem|Number=Sing|POS=PRON|PronType=Rel":95,
344
+ "Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":87,
345
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
346
+ "Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
347
+ "Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part":87,
348
+ "POS=X":101,
349
+ "POS=SYM":99,
350
+ "Mood=Imp|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":100,
351
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":100,
352
+ "Gender=Masc|Number=Sing|POS=DET|PronType=Int":90,
353
+ "Gender=Fem|Number=Plur|POS=DET|PronType=Int":90,
354
+ "POS=DET":90,
355
+ "Gender=Masc|Number=Plur|POS=PRON":95,
356
+ "POS=PART":94,
357
+ "Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
358
+ "Mood=Ind|POS=VERB|Person=3|VerbForm=Fin":100,
359
+ "Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
360
+ "Mood=Cnd|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":100,
361
+ "Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":87,
362
+ "Gender=Fem|Number=Sing|POS=DET|PronType=Int":90,
363
+ "Gender=Masc|Number=Plur|POS=DET":90,
364
+ "Gender=Fem|Number=Plur|POS=PRON|PronType=Rel":95,
365
+ "Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
366
+ "Gender=Masc|Number=Plur|POS=PRON|PronType=Rel":95,
367
+ "POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass":100,
368
+ "Gender=Fem|NumType=Ord|Number=Plur|POS=ADJ":84,
369
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Fut|VerbForm=Fin":100,
370
+ "Mood=Imp|POS=VERB|Tense=Pres|VerbForm=Fin":100,
371
+ "Number=Plur|POS=PRON|Person=2|Reflex=Yes":95,
372
+ "Mood=Cnd|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
373
+ "Number=Plur|POS=PRON|Person=1|Reflex=Yes":95,
374
+ "Gender=Masc|NumType=Card|Number=Sing|POS=NOUN":92,
375
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
376
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin":87,
377
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":100,
378
+ "Number=Sing|POS=PRON|Person=1|Reflex=Yes":95,
379
+ "Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":100,
380
+ "Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":87,
381
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":100,
382
+ "Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
383
+ "Gender=Masc|POS=PROPN":96,
384
+ "Mood=Cnd|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
385
+ "Number=Plur|POS=PRON|Person=1|PronType=Prs":95,
386
+ "Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
387
+ "Number=Plur|POS=PRON|Person=2|PronType=Prs":95,
388
+ "Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":100,
389
+ "Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
390
+ "Number=Sing|POS=PRON|Person=1|PronType=Prs":95,
391
+ "Mood=Cnd|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
392
+ "Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
393
+ "Mood=Imp|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
394
+ "Mood=Sub|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":87,
395
+ "Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Imp|VerbForm=Fin":100,
396
+ "Gender=Fem|POS=ADV":86,
397
+ "Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Imp|VerbForm=Fin":87,
398
+ "Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":100,
399
+ "Gender=Fem|Number=Plur|POS=PROPN":96,
400
+ "Gender=Masc|NumType=Card|POS=NUM":93
401
+ }
402
+ }
morphologizer/model ADDED
Binary file (77.2 kB). View file
ner/cfg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moves":null,
3
+ "update_with_oracle_cut_size":100,
4
+ "multitasks":[
5
+
6
+ ],
7
+ "min_action_freq":1,
8
+ "learn_tokens":false,
9
+ "beam_width":1,
10
+ "beam_density":0.0,
11
+ "beam_update_prob":0.0,
12
+ "incorrect_spans_key":null
13
+ }
ner/model ADDED
Binary file (6.94 MB). View file
ner/moves ADDED
@@ -0,0 +1 @@
 
1
+ ��moves��{"0":{},"1":{"LOC":94576,"PER":76606,"MISC":47774,"ORG":27253},"2":{"LOC":94576,"PER":76606,"MISC":47774,"ORG":27253},"3":{"LOC":94576,"PER":76606,"MISC":47774,"ORG":27253},"4":{"LOC":94576,"PER":76606,"MISC":47774,"ORG":27253,"":1},"5":{"":1}}�cfg��neg_key�
parser/cfg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moves":null,
3
+ "update_with_oracle_cut_size":100,
4
+ "multitasks":[
5
+
6
+ ],
7
+ "min_action_freq":30,
8
+ "learn_tokens":false,
9
+ "beam_width":1,
10
+ "beam_density":0.0,
11
+ "beam_update_prob":0.0,
12
+ "incorrect_spans_key":null
13
+ }
parser/model ADDED
Binary file (305 kB). View file
parser/moves ADDED
@@ -0,0 +1 @@
 
1
+ ��moves��{"0":{"":25247},"1":{"":21688},"2":{"case":7258,"det":6062,"nsubj":1972,"punct":1645,"advmod":1210,"cc":1205,"mark":1051,"aux:tense":673,"amod":662,"nummod":595,"aux:pass":544,"obl:mod":483,"nsubj:pass":425,"cop":365,"expl:comp":204,"obj":170,"expl:subj":163,"iobj":139,"advcl":123,"nmod":92,"expl:pass":40,"vocative":35,"dep":0},"3":{"nmod":5132,"punct":3954,"amod":2083,"conj":1517,"obj":1410,"obl:mod":1184,"obl:arg":1078,"acl":782,"xcomp":739,"flat:name":657,"advmod":562,"fixed":418,"appos":408,"acl:relcl":365,"advcl":306,"ccomp":238,"obl:agent":206,"dep":138,"nummod":117,"parataxis":92,"nsubj":75,"flat:foreign":63},"4":{"ROOT":2219}}�cfg��neg_key�
senter/cfg ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ {
2
+
3
+ }
senter/model ADDED
Binary file (213 kB). View file
tok2vec/cfg ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ {
2
+
3
+ }
tok2vec/model ADDED
Binary file (6.81 MB). View file
tokenizer ADDED
The diff for this file is too large to render. See raw diff
vocab/key2row ADDED
Binary file (6 MB). View file
vocab/lookups.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
3
+ size 1
vocab/strings.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66010bb54a8e9c0a19c43ac74caebe515c456d921dbded4ad4e10e559d554de5
3
+ size 8159993
vocab/vectors ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca43f943cbd2a97105dd46cabf14edf5ffd1a930fb7b73f87c5a1d5403d0447
3
+ size 24000128