computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

ERROR: URI is not absolute #354

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select non-segmented ttx file in Rainbow 
2. Choose Segmentation step for Pipeline and try to execute
3. Error

What is the expected output? What do you see instead?
Rainbow log
=== Start process
Input: <path>
ERROR: URI is not absolute

Error count: 1, Warning count: 0
Process duration: 0h 0m 0s 140ms
=== End process

What version of the product are you using? On what operating system?
okapi-apps 0.22, Jul-19-2013 under Mac OS X 10.8.4 (Java 1.7.0_25-b15)

Please provide any additional information below.

Original issue reported on code.google.com by DKudryas...@gmail.com on 25 Jul 2013 at 7:38

GoogleCodeExporter commented 9 years ago
I don't think this is a bug.
Such message occurs when you don't put any SRX file in the field for the path 
to the SRX file (just below the option "Segment the source text using the 
following SRX rules:")
Make sure to select an existing SRX file (e.g. there is a default one in the 
config sub-directory of the installation directory)
You need also to make sure the events arriving to the Segmentation step are 
filter events. So you need a Raw Document to Filter Events step just before the 
Segmentation event.
See 
http://www.opentag.com/okapi/wiki/index.php?title=How_to_Create_a_Pipeline_in_Ra
inbow for some example of pipeline.

-ys

Original comment by yves.sav...@gmail.com on 26 Jul 2013 at 4:43