The Java API for WordNet Searching (JAWS) is an API that provides Java applications with the ability to retrieve data from the WordNet database.

learn more… | top users | synonyms

0
votes
0answers
28 views

Using wordnet in java

I am new to wordnet API and I am struggling how I can get to th following issue; I would like that if I give for example "George Bush" I will arrive to the term person. The following diagram ...
0
votes
1answer
24 views

how to get wordNet lexical categories ( noun categories and verb categories ) using JAWS pacakage

If i have array List of words (String). I want to get lexical category of every word. Word Net has noun categories, verb categories and others. I want to get category of each word. How to get this in ...
0
votes
0answers
32 views

JAWS is not reading dynamic values added to span element

I have a scenario like, when a page gets loaded, some Ajax requests will be raised and the response will be painted inside span elements. All the updated span elements should be read once the screen ...
2
votes
3answers
56 views

Text console for development in JAWS?

I'm working on a web application and I want to make it easy to use via screen reader. Testing stuff in JAWS is time consuming. Is it possible to make JAWS display text instead of reading it? I don't ...
0
votes
0answers
19 views

How to set the label on the down arrow of the digit.form.combobutton for accessibility?

In using dijit.form.combobuttons, we've been able to change the label of the menu button portion so that Jaws14 reads the value that appears in the menu button. If the menu botton portion shows "Item ...
0
votes
0answers
70 views

IE 8 crashes when using JAWS 12

I need some help analysing a dump file. When i navigate our application using IE8 and JAWS12 it, it causes IE8 to crash. So i am not able to debug it, or use the profiler. I obtained the dump by ...
0
votes
2answers
91 views

Wordnet Find Synonyms

I am searching for a way to find all the synonyms of a particular word using wordnet. I am using JAWS. For example: love(v): admire, adulate, be attached to, be captivated by, be crazy about, be ...
0
votes
0answers
48 views

windows keyboard accessibility and assistive technology

I am a newbie in windows technology, and I try to understand the windows accessibility documentation for improve the interface of an application. I don't understand the best practice to implement ...
-4
votes
1answer
93 views

which java embedded database has the most documentation for beginners [closed]

I am new to this forum, I hope not to offend but I want to use a java embedded database for to hold a dictionary and a thesaurus (like wordnet) but I am new to using databases and java. Which java ...
1
vote
0answers
68 views

JAWS unable to read aria-label for heading

Here's the scenario; I need the screen reader to read something else for the heading than what is actually being displayed. "My Heading" is displayed but screen reader reads "This is my heading" ...
1
vote
0answers
53 views

JAWS doesn't read the text properly

I am trying to develop an accessible website with JAWS and FF but I couldn't find a way to make the screen reader not to read the codes. I have tried using but still it reads the codes. For example ...
2
votes
1answer
119 views

issue with reading multiple span tag using JAWS

I am trying simple HTML structure to read by JAWS screen reader <html> <head> <title>test code</title> </head> <body> <a href="#"></a> ...
0
votes
0answers
44 views

Does JAWS read liveregions when the page is refreshed? Firefox specific

I have a login page and when I enter wrong creds and submit the form, server sends the same markup for login page along with an error message in a div. I have added role="alert" for this div and also ...
0
votes
0answers
92 views

WPF: how to make the Screen reader to read the text from a TextBox

I have to implement the UI accessibility in my WPF application, especially the screen reader Jaws. I have a textbox where the user should enter some text. How can I make Jaws to read the text that was ...
0
votes
0answers
69 views

JAWS/508 compliant report engines? Jasper is not - any suggestions or opinions

I've been tasked with investigating JAWS/508 compliance for Jasper Reports. I have found that it is not compliant and questions from their message boards have gone unanswered. Can anyone suggest a ...
0
votes
1answer
91 views

JAWS not reading updated input value

I am having a button and when updated that value using jQuery JAWS is not able to read the updated value. It still reads the old value. <input id="save" type="button" value= "Save" ...
0
votes
0answers
19 views

Jaws -Keyboard navigation in Horizontal menu

Need suggestion in implementing 2 level menu keyboard navigation? Also tell some ideas to open popup via Keyboard?
0
votes
1answer
101 views

Require help on accessing WordNet hierarchy for implementing algorithm

I am trying to implement Resnik's similarity measure using WordNet hierarchy in java. Example:- deposit money in bank. In above example suppose I want to disambiguate DEPOSIT & BANK. So, I will ...
7
votes
0answers
275 views

how to integrate “WordNet Domains” into WordNet?

I am using WordNet 2.1 tool and accessing it pro-grammatically via JAWS(Java API for WordNet Searching). Today I came across this new thing called WordNet Domains which has assigned DOMAIN labels to ...
1
vote
1answer
159 views

How to programatically access wordnet hierarchy?

Suppose for any word I want to access its IS-A parent value and HAS-A value then is it possible using any api?
0
votes
1answer
107 views

In case of WordNet similarity measures like resnik, lin, leacock, etc what is meaning of path length?

what exactly is path length and how to compute the same. I am using jaws
1
vote
1answer
305 views

how to access WordNet hierarchy using JAWS api?

I am trying to access the top most object in the WordNet hierarchy. Example: "Tiger" must return "Animal", similarly for other things like "car" -> automobile I am using JAWS api for access to ...
0
votes
1answer
131 views

I am trying to extract semantic information from text [closed]

I am using java. Till now, I have implemented sentence detector, tokenizer and I am using WORDNET LIBRARY (via JAWS api) to find various meaning of words. Basically I want to extract the ...
0
votes
0answers
56 views

Accessibility issues with ssrs 2008 reports when using JAWS Screen Reader

I am testing my site(SSRS 2008 reporting site) for accessibility with 'JAWS screen reader'. When I am trying to test the table with screen reader, it was reading first row as blank. Please help me ...
0
votes
0answers
143 views

How can I find out what is causing my web browser to give me the InvocationTargetException runtime error?

I'm trying to run an applet that consists of two buttons and a text window that turns off and on an EC2 instance. After getting rid of all the ClassDefNotFoundError and signing my applet, I'm not ...
1
vote
1answer
155 views

JAWS not announcing loaded iFrame content?

I am working on a web application which uses iFrames (please don't ask me to use something else, not my decision). There are two frames, a navigation frame, and a content frame (top down). The ...
0
votes
0answers
83 views

Aria live for error message display [closed]

For displaying error message implemented code like this <div aria-atomic="true" aria-live="polite"> <asp:Label ID="lblFileUploadStatus" runat="server" ...
1
vote
1answer
117 views

aria role of scrollbar not announced by jaws

I am using FF with Jaws and I have set the role of "scrollbar" on a div but it is not getting picked up by Jaws: The wai aria spec says aria-valuemax, min and now are compulsory attributes for the ...
0
votes
0answers
43 views

JAWS freedom scientific add custom shortcut

I have a friend who is visually impaired and uses Jaws on his computer. I reinstalled the OS, and had to install the JAWS again. He plays chess on Winboard, and he had custom shortcuts defined in Jaws ...
1
vote
0answers
59 views

JAWS Screenreader % sign and superscript tag

I am having an issue where tags are not being read when using JAWS. I've managed to narrow the problem to the follow: <div>100<sup>1</sup></div> Will be read correctly as ...
7
votes
3answers
742 views

Are Keyboard shortcuts mandatory for 508 compliance

I researched a lot on this and seem to be getting conflicting answers on SO and all of the web. I understand that with Section 508 that compliance DOES NOT equal accessibility. Biggest thing is ...
0
votes
2answers
349 views

JAWS Forms Mode, read text in div

I'm trying to make my database accessible to blind users and am predictably having a lot of trouble. I've found that adding role='application', and immediately putting JAWS into forms mode makes the ...
1
vote
1answer
129 views

Accessibility of forms in WinForms: TitleBar vs Application vs Default

I need my WinForms app to be accessible. I didn't alter the default AccessibleRole property of any control, hence they are set as Default. JAWS identifies the controls perfectly, but not the form ...
0
votes
0answers
211 views

Google App Engine Wordnet access with JAWS

I have a program that I have written in Java which accesses the Wordnet database (stored locally) using the JAWS library ( http://lyle.smu.edu/~tspell/jaws/index.html ). I am looking to migrate this ...
0
votes
2answers
622 views

JAWS wordnet similarity

I use JAWS for normal wordnet to find similarity between words. I installed wordnet 2.1 and I added the jar file : edu.mit.jwi_2.1.4.jar and edu.sussex.nlp.jws.beta.11.jar and I copier the ...
1
vote
0answers
159 views

NVDA reading dynamically-added content twice

I'm working on making a dynamic web application accessible to the visually impaired via screen readers, and I'm running into an annoying problem. When I test my code (see below) with JAWS, it works ...
2
votes
2answers
290 views

aria-hidden true read by jaws

Using jquery add role alert in div1, read div2 content even if it is hidden for jaws. <div id="div1"> some content <div id="div2" aria-hidden="true"> some content 2 ...
0
votes
0answers
105 views

JAWS AND WIA-ARIA

JAWS reader reads dialog content twice in IE. I have a div with display none, also i have applied aria-hidden=true even then the content is read by the jaws reader. It happens in all versions of ie ...
0
votes
0answers
164 views

Make JQuery UI Autocomplete Combobox work with screen readers?

I'm trying the JQuery UI Autocomplete Combobox example with JAWS but the down key don't display the values of the selectbox and the keys typed don't appear in the input. If I click and select some ...
2
votes
0answers
167 views

JAWS - Submitted form in iframe reads source URL even though there is a title

I'm developing a form that is displayed in an iframe. When the form is first displayed (on click) I add a title to the iframe, and JAWS reads everything nicely. When the form is submitted with ...
2
votes
1answer
424 views

Jaws and virtual PC Cursor mode: is Jaws supposed to automatically switch to forms mode when encountering a dijit combobox?

The reason I ask is: when I run Jaws 12 on IE9 and hit this page: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/_autoComplete.html Jaws does not automatically switch to forms ...
1
vote
1answer
85 views

iPhone Game, one phone faster than the other

This is very strange problem. Im creating an iPhone game and it runs on iPhone 4s.In The phone i used to test this it worked very well. However when i run it on an entirely different iPhone 4s, it ...
1
vote
1answer
97 views

Firefox & Chrome, trying to use a accessible collapse content

I'm testing the JQuery Collapsible Plugin in my page using JAWS screen reader, but when I click in the link to show the hidden data and use the p keyword, the next element outside the hidden data is ...
0
votes
1answer
171 views

Java Swing JEditorPane and Screen Readers

I've been looking for the last few days and can't find an answer anywhere. I'm trying to make an accessible IDE in Java Swing. The only thing I'm having problems with, is emulating behavior that ...
3
votes
2answers
968 views

Is there a way to do one accessible modal?

I'm working on a project with twitter bootstrap and playing around the javascript components using a screen reader. When I trigger the modal dialog, Jaws read only the buttons, skipping the modal ...
3
votes
1answer
381 views

Can a screen reader be “locked” within a DIV element?

I've written a site that uses jQuery to display a modal popup. It essentially covers the entire viewable area of the screen with an overlay, then shows a DIV that contains the actual popup on top of ...
1
vote
2answers
1k views

finding distance between synsets in wordnet

I use Java API for wordnet searching(JAWS) for accessing wordnet from java . When i got to read a few papers about semantic similarity with java , they expect me to find the distance between two ...
0
votes
1answer
390 views

c++ win32 text selection detection and fetching and modifying in another application

I've seen an application used to help the blind, it's called JAWS (it acts as a screen reader) it detects string and reads it in a lot of applications like MS Office applications, notepad, internet ...
1
vote
1answer
837 views

Finding the roots of a word in java using wordnet

I am aware of the hypernym in wordnet , but since there are a number of meaning for every term i am forced to using Lesk algorithm to find the contextual meaning of a word . In the process , i got ...
4
votes
2answers
307 views

Need java applet to help test screen reader

My employer purchased a license of "JAWS" screen reader for us to test out for a potential new employee who is visually impaired. I've been testing it on all our internal applications (mostly web ...

1 2