Re: concordance of RR stack

2004-02-24 Thread Leraillez Benoit
Le 24/02/04 15:59, « Jose L. Rodriguez Illera » <[EMAIL PROTECTED]>
a écrit :

> I have a pseudo-concordance tool that calculates the word index, frecuency
> and lenght from a text. Then, you may select any word and it calculates all
> its contexts with 5 words before and after. If you select one of them it
> finds the page where it appears and select the word. May be need small
> tunning. I do not know if it is as fast as FreeText, but it is enough for
> most uses. 

  If you're interested we have a text analysis code that brings strings to
their dictionary entries (singular or infinitive form). It does so by first
going through a grammar analysis of the phrase to tell if a string is a verb
or noun or... (like "end" in English or "partie" in French, Spanish and
German version are in the works). We use it to index documents on what they
"talk about" purging text of redundant information necessary for human to
human comprehension (I love to read Shannon & Weaver ;-).

  For example the preceding paragraph could be resumed to only nouns due to
it's length and still keep its subject for future search: text analysis code
string dictionary form grammar phrase verb noun end English French Spanish
German version work document information human comprehension Shannon Weaver.
The only meaningful strings missing when you limit to only nouns are verbs
and adjectives which in the example would have been "singular, infinitive
and index" but you also leave out "be, have, love, read, like, go..." that
are rarely searched for, so it is the master's decision to know what he
wants to index.

  Another thing concerning French nouns, a lot don¹t have an "s" for a
plural form but a totally different string. And bringing everything back to
singular form assures that people looking for an "oeil" (eye) will also find
documents about "yeux" (eyes).

-- 
Benoît Leraillez

Souvenez-vous qu'on peut être hermétique -- et ne rien renfermer. N'oubliez
pas qu'hermétique cela veut dire aussi « bouché » ! (S. Guitry)

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Beginners global variable pb

2004-02-20 Thread Leraillez Benoit
Le 19/02/04 22:35, « Jeanne A. E. DeVoto » <[EMAIL PROTECTED]> a
écrit :

> The basic idea here is that, instead of having a hidden card, you
> have sets of custom properties for each card - one set for each
> language - to hold the correct text for that card.

  Ok but if I need to change texts because my translations are incorrect or
if I add a new language, in a table I just add a column containing the texts
and the whole stack is translated with a new language or I just import a tab
separated new version and the errors are all corrected without having to go
thru every card and finding the field properties by hand. Am I right?

-- 
Benoît Leraillez
Bien des personnes aiment à dire qu'elles ont une prédilection pour des
choses «profondes», or, je me demande si ces personnes ne commettent pas des
erreurs en prenant pour «profondes» des choses qui sont creuses. (S. Guitry)

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Beginners global variable pb

2004-02-20 Thread Leraillez Benoit
Le 19/02/04 21:50, « Ken Ray » <[EMAIL PROTECTED]> a écrit :

> This is done through re-declaring the global in the script that wants to
> retrieve the value.

So a global variable is kind of global and the string naming it can be used
for something else. H, there may be good reasons for this, but when I
name something and declare it valid for a whole project I thought my job was
done ;-)

> Yes. What you do is put the image into a group (select the image and
> choose "Group Selected" from the Object menu). Then set the
> "backgroundBehavior" property of the group ("Behave like a background")
> to "true" (check the checkbox in the Properties palette for the group).

Thanks.

-- 
Benoît Leraillez

La douleur des autres est tout à fait supportable, hors les cris.

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution