Few addition has been done to this version. Now user can download language package from SVN directly. But at present temporarily SVN link will be used, i.e https://apertium.svn.sourceforge.net/svnroot/apertium/branches/gsoc2012/arink/packages/
SVN page has structure like,
Powered by Subversion version 1.6.9 (r901367).
To get the link and title, li line has been split with regex as
|
";
String[] updated = input.split(pattern);
if(updated.length>2){
Content.add(updated[2]);
ContentAddress.add(updated[1]);
}
SVN page has structure like,
apertium - Revision 38939: /branches/gsoc2012/arink/packages
Powered by Subversion version 1.6.9 (r901367).
To get the link and title, li line has been split with regex as
String pattern = "
Download Activity
Mark display setting preference
The check-box has been added to setting panel, to show/hide unknown words.
lttoolbox has Translator.setDisplayMarks(bool) api for this.
lttoolbox has Translator.setDisplayMarks(bool) api for this.



No comments:
Post a Comment