Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

okapitools · Okapi Tools

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 384
  • Category: Globalization
  • Founded: Sep 2, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2807 - 2836 of 3681   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2807 Yves Savourel
yves_savourel Send Email
May 1, 2012
7:07 pm
Hi SafeTex, ... Not as far as I know. I suppose you could try various things with the search and the regular expressions. But it'll be time consuming and a bit...
2808 tonyroder Send Email May 2, 2012
2:06 am
The Olifant help file refers to a Merge Options dialog box that I cannot locate in the menus of my version 3.0.8. Where should I look for it?...
2809 Yves Savourel
yves_savourel Send Email
May 2, 2012
2:31 am
Hi Tony, ... When you do File > Import with a TM already opened, after you select a TMX or a Wordfast TM file to import, the next dialog has a merge option,...
2810 Jean-Christophe Helary
jc_helary Send Email
May 2, 2012
2:32 am
... What I would do is use brute force and export all that to text, then sort alphabetically and do global replaces to homogenize the corpus (colon vs...
2811 tonyroder Send Email May 2, 2012
9:21 pm
Is there a keyboard shortcut for selecting one or several lines (which I can now only do with the mouse)?...
2812 Yves Savourel
yves_savourel Send Email
May 2, 2012
10:33 pm
... Ctrl+A select all row in the Olifant table Otherwise you can use the classic arrow keys with shift to select with the keyboard. Hope this helps, -yves...
2813 tonyroder Send Email May 3, 2012
1:40 am
The arrow+shift selects only the text, key and flag colums but does not allow the deletion of the entire row, which requires a mouse click in the column...
2814 Yves Savourel
yves_savourel Send Email
May 3, 2012
2:01 am
You can click on the left-most 'right-pointing triangle'. That selects the whole row. Then you can move with the arrows (+shift) it'll select/unselect the...
2815 Irina
irina.geller Send Email
May 6, 2012
5:17 pm
How do you deal with tags when making edits in a tmx? Especially when there are tags within a word or a segment? I need to do some global changes in the TM but...
2816 Yves Savourel
yves_savourel Send Email
May 6, 2012
5:39 pm
Hi Irina, ... Yes, the inline tag are stored "as-it" in Olifant's database. So you have to take them into account in a search and replace. An expression like...
2817 Irina Geller
irina.geller Send Email
May 6, 2012
5:48 pm
Thank you very much Yves! The 'ignore inline tags' oprtion would be a very valuable addition to Olifant.   Thanks again! Irina ...
2818 Gert Van Assche
lw_gvanassche Send Email
May 6, 2012
6:45 pm
All, I haven't used any of the Okapi tools anymore for 2 years. What a progress the project has made! Today tried something because I'm convinced Rainbow can...
2819 Gert Van Assche
lw_gvanassche Send Email
May 6, 2012
6:48 pm
All, I haven't used any of the Okapi tools anymore for 2 years. What a progress the project has made! Today tried something because I'm convinced Rainbow can...
2820 Sven C. Andrä
sca@... Send Email
May 6, 2012
6:53 pm
Hi, I have XML files that include embedded HTML with the HTML-tags escaped: <?xml version="1.0" encoding="UTF-8"?> <some_tag> <value><![CDATA[ <p>This is...
2821 Yves Savourel
yves_savourel Send Email
May 6, 2012
7:02 pm
Hi Gert, ... Your pipeline uses the "Filter Events to Raw Document" to re-write the TMX document. That step is meant to re-create the original file as close as...
2822 Gert Van Assche
lw_gvanassche Send Email
May 6, 2012
7:31 pm
Thanks Yves. This is looking better but not yet what I need: <tu tuid="autoID1&quot;> <tuv xml:lang="en-us"><seg>Part1: Part1:2</seg></tuv> <tuv...
2823 Yves Savourel
yves_savourel Send Email
May 6, 2012
7:34 pm
Hi Sven, ... Removing the "<![CDATA[" and "]]>" parts would give you a normally escaped content, but you would have no CDATA to key on to use the sub-filter...
2824 Yves Savourel
yves_savourel Send Email
May 6, 2012
7:35 pm
Mmm… strange. maybe I missed something in the example. I’ll try to look at it asap. -ys From: okapitools@yahoogroups.com...
2825 taube Send Email May 6, 2012
7:36 pm
Hi Sven, a custom XML filter configuration will achieve this for you. In the Filter Parameters, define a regular expression like the following (in addition to...
2826 Sven C. Andrä
sca@... Send Email
May 6, 2012
8:45 pm
Hi Christian, Thanks for this hint. Would the RegEx apply to the escaped HTML (<p>) or would I need to convert that in any way? Cheers Sven From: taube...
2827 Yves Savourel
yves_savourel Send Email
May 6, 2012
11:16 pm
Hi Gert, I don’t know why you get this result with the steps. I’ll look into it. But meanwhile here is another way: - Open the TMX file in Olifant (.NET...
2828 yves_savourel Send Email May 7, 2012
2:51 pm
Hi Gert, I've tried your example. It seems the issue is in your SRX rule. You used: <beforebreak>&lt;br&gt;</beforebreak> because your TMX looks like: ...
2829 taube Send Email May 7, 2012
3:38 pm
Hi Sven, the expression I gave would apply to the escaped HTML and would result in usable XLIFF of this sort: <source xml:lang="en-us"> <x id="1"/>This is text...
2830 Sven C. Andrä
sca@... Send Email
May 7, 2012
4:02 pm
Hi Christian, Thanks for the follow up. As the original file includes much more complex HTML (I had just simplified it to not create a extensive message), this...
2831 frankralf Send Email May 8, 2012
11:36 am
and filterable, and sorted alphabetically by default. (I have tried to file an issue at http://code.google.com/p/okapi/issues/list but shyed away as I found no...
2832 Yves Savourel
yves_savourel Send Email
May 8, 2012
11:51 am
Hi Frank, Thanks for the suggestion. I've added it in the issues list: http://code.google.com/p/okapi/issues/detail?id=226 BTW: Don't worry too much about...
2833 frankralf Send Email May 8, 2012
1:14 pm
Hi Yves, ... I did another run with your above test file and to my surprise this time _both_ PIs were marked red. After quite some investigating (and tearing...
2834 frankralf Send Email May 8, 2012
1:24 pm
... With this order omitting the XML Declaration fails....
2835 Yves Savourel
yves_savourel Send Email
May 8, 2012
1:44 pm
Hi Frank, The order of the options should not affect their results. I've filled an issue for this: http://code.google.com/p/okapi/issues/detail?id=227 Thanks...
2836 SafeTex
safetex... Send Email
May 11, 2012
7:30 am
Hello I can't quite see the logic of the IFF function although it has been explained to me (IFF only I could understand!!) Here is my formula IIF([Text_SV_SE]...
Messages 2807 - 2836 of 3681   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help