opener-constituent-parser 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +11 -13
- data/lib/opener/constituent_parser/version.rb +1 -1
- data/lib/opener/constituent_parser/views/index.erb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b3a6e1f2b2ae6c38d33cef38d209179805eecbf
|
|
4
|
+
data.tar.gz: 164760add4e159ed5651abc29c31b2323f0088b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19e2891bd5eb27b3934b4e8b43052122522a87ec9ed3b33d19704e583df65a1e7c17ddb4d6012eca204fc700d67b2ab2d4d756df646c21c28ad75906689eaddd
|
|
7
|
+
data.tar.gz: 376c9d05ae0409632a81d0ec05825ca4c197ea5f420ab22ac1afccd276c63cf5047927f8084a3c0faa8f8d28ff846997761726326cef33763bea2a260c1d52a3
|
data/README.md
CHANGED
|
@@ -6,10 +6,10 @@ that parses the 6 main opener languages. Each language uses it's own parser and
|
|
|
6
6
|
core. For more information on the specific languages, please check the
|
|
7
7
|
individual cores.
|
|
8
8
|
|
|
9
|
-
*
|
|
10
|
-
* (
|
|
9
|
+
* [English, Spanish and French](https://github.com/opener-project/constituent-parser-base) - OpeNER
|
|
10
|
+
* [German](https://github.com/opener-project/constituent-parser-de) - Stanford
|
|
11
11
|
Based
|
|
12
|
-
*
|
|
12
|
+
* [Dutch)](https://github.com/opener-project/constituent-parser-nl-) Alpino
|
|
13
13
|
Based
|
|
14
14
|
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@ individual cores.
|
|
|
17
17
|
|
|
18
18
|
This software is part of a larger collection of natural language processing
|
|
19
19
|
tools known as "the OpeNER project". You can find more information about the
|
|
20
|
-
project at
|
|
20
|
+
project at [the OpeNER portal](http://opener-project.github.io). There you can
|
|
21
21
|
also find references to terms like KAF (an XML standard to represent linguistic
|
|
22
22
|
annotations in texts), component, cores, scenario's and pipelines.
|
|
23
23
|
|
|
@@ -106,10 +106,8 @@ Description of dependencies
|
|
|
106
106
|
---------------------------
|
|
107
107
|
|
|
108
108
|
This component runs best if you run it in an environment suited for OpeNER
|
|
109
|
-
components. You can find an installation guide and helper tools in the (
|
|
110
|
-
|
|
111
|
-
installation guide on the Opener
|
|
112
|
-
Website)[http://opener-project.github.io/getting-started/how-to/local-installation.html]
|
|
109
|
+
components. You can find an installation guide and helper tools in the [OpeNER installer](https://github.com/opener-project/opener-installer) and an
|
|
110
|
+
[installation guide on the Opener Website](http://opener-project.github.io/getting-started/how-to/local-installation.html)
|
|
113
111
|
|
|
114
112
|
At least you need the following system setup:
|
|
115
113
|
|
|
@@ -121,7 +119,7 @@ At least you need the following system setup:
|
|
|
121
119
|
|
|
122
120
|
If you want to use the Dutch constituent parser you need to have:
|
|
123
121
|
|
|
124
|
-
* Alpino
|
|
122
|
+
* Alpino <http://www.let.rug.nl/vannoord/alp/Alpino/AlpinoUserGuide.html>
|
|
125
123
|
|
|
126
124
|
Language Extension
|
|
127
125
|
------------------
|
|
@@ -132,20 +130,20 @@ Language Extension
|
|
|
132
130
|
Where to go from here
|
|
133
131
|
---------------------
|
|
134
132
|
|
|
135
|
-
* Check
|
|
136
|
-
*
|
|
133
|
+
* [Check the project websitere](http://opener-project.github.io)
|
|
134
|
+
* [Checkout the webservice](http://opener.olery.com/constituent-parser)
|
|
137
135
|
|
|
138
136
|
Report problem/Get help
|
|
139
137
|
-----------------------
|
|
140
138
|
|
|
141
139
|
If you encounter problems, please email support@opener-project.eu or leave an
|
|
142
|
-
issue in the
|
|
140
|
+
issue in the [issue tracker](https://github.com/opener-project/constituent-parser/issues).
|
|
143
141
|
|
|
144
142
|
|
|
145
143
|
Contributing
|
|
146
144
|
------------
|
|
147
145
|
|
|
148
|
-
1. Fork it
|
|
146
|
+
1. Fork it <http://github.com/opener-project/constituent-parser/fork>
|
|
149
147
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
150
148
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
151
149
|
4. Push to the branch (`git push origin my-new-feature`)
|