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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5506deaf6d8ebefd3dd12e06dddd200cb9472ff
4
- data.tar.gz: 4954e4e2d72c7bca37921a482009f5d2277a016d
3
+ metadata.gz: 2b3a6e1f2b2ae6c38d33cef38d209179805eecbf
4
+ data.tar.gz: 164760add4e159ed5651abc29c31b2323f0088b4
5
5
  SHA512:
6
- metadata.gz: b0f5be32685632f257a600d495cec2946fa31cc8ceecce5d7eac03dc223d1dbdc3d8cb87172e076f60591244f7569fb5aa682337ed63953e778291fef8aee279
7
- data.tar.gz: 62663585a33047e15df4be0f2292fc4c86c75006e90e17decd824e63f32d9f66279c22e4f06826f770212442198a3a90404f8696b217c43056ff5fca2db6ace0
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
- * (English, Spanish and French)[https://github.com/opener-project/constituent-parser-base] - OpeNER
10
- * (German)[https://github.com/opener-project/constituent-parser-de] - Stanford
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
- * (Dutch)[https://github.com/opener-project/constituent-parser-nl] - Alpino
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 (the OpeNER portal)[http://opener-project.github.io]. There you can
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 (OpeNER
110
- installer)[https://github.com/opener-project/opener-installer] and (an
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 (http://www.let.rug.nl/vannoord/alp/Alpino/AlpinoUserGuide.html)
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 (the project websitere)[http://opener-project.github.io]
136
- * (Checkout the webservice)[http://opener.olery.com/constituent-parser]
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 (issue tracker)[https://github.com/opener-project/constituent-parser/issues].
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 ( http://github.com/opener-project/constituent-parser/fork )
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`)
@@ -1,5 +1,5 @@
1
1
  module Opener
2
2
  class ConstituentParser
3
- VERSION = '1.0.3'
3
+ VERSION = '1.0.4'
4
4
  end # ConstituentParser
5
5
  end # Opener
@@ -16,7 +16,7 @@
16
16
  ** When entering a value no response will be displayed in the browser.
17
17
  </p>
18
18
 
19
- <form action="/" method="POST">
19
+ <form action="<%=url("/")%>" method="POST">
20
20
  <div>
21
21
  <label for="input">KAF input *</label>
22
22
  <br />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opener-constituent-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - development@olery.com