[jira] Created: (UIMA-1736) Tutorial example - no match between text and code in 1.3.1

2010-02-11 Thread Erwan Moreau (JIRA)
Tutorial example - no match between text and code in 1.3.1
--

 Key: UIMA-1736
 URL: https://issues.apache.org/jira/browse/UIMA-1736
 Project: UIMA
  Issue Type: Bug
  Components: Documentation
Reporter: Erwan Moreau
Priority: Minor


In UIMA Tutorial and Developer's guide, section 1.3.1 Combining annotators, 
there are references to sentences and words ouptuts for the TutorialDateTime 
annotator:

- for a TutorialDateTime annotator. This annotator detects dates and times (and 
also sentences and words)
- In this case, for example, we have decided to suppress the Word and Sentence 
annotations that are produced by the TutorialDateTime annotator.
- You should see that RoomNumbers, Dates, and Times are all shown but that 
Words and Sentences are not

But the source code provided (annotator and descriptor) does not deal with 
words/sentences.

It seems that either the text or the code should be modified in order to make 
them consistent.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (UIMA-1737) BSF Annotator reports errors on user scripts with line numbers starting from zero

2010-02-11 Thread Pablo Duboue (JIRA)
BSF Annotator reports errors on user scripts with line numbers starting from 
zero
-

 Key: UIMA-1737
 URL: https://issues.apache.org/jira/browse/UIMA-1737
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-BSFAnnotator
Affects Versions: 2.3
Reporter: Pablo Duboue
Priority: Minor


In BSFAnnotator in trunk, replace

engine.exec(scriptFileName, 0, 0, script);

to

engine.exec(scriptFileName, 1, 0, script);

to indicate that script is located starting in line 1 of scriptFileName.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Document Analyzer Font

2010-02-11 Thread Ram Mohan Yaratapally
Hi,

We are having some problem to view the documents in the document analyzer 
because of the non-monospaced fonts used. It would be nice if we can change 
the font to monospaced fonts or provide the option to specify the font in the 
Style Mapping file.

Looking forward to see the feature in next versions.

Thanks and Regards
Ram Mohan