|
Services Provided By Austronauta
Austronauta engineers and linguists provide a variety of software support services. Our technology enables enhanced language support for your stand alone and web enabled products.
We deliver programming products and services in Java, .NET and PHP. This provides the widest possible access. We also provide consulting services to further ease integration of our products.
|
Please contact us to inquire about software package pricing and current offerings.
We provide site licenses as well as low cost developer packages for evaluation.
We can NOT provide free linguistic information for evaluation purposes.
Prices for consulting services.
- Software development $95/hr
- Linguistic support $100/hr
- Integration support $50/hr
For inquires regarding our services and products please use the contact form.
Contact Us Here
|
Software Developed by Austronauta
Austronauta technology enables our clients to process natural language queries efficiently in languages spoken in Austronasia. In contrast to simple keyword queries Austronauta technology enables high recall and accuracy for native and non native speakers. By overlaying a level of linguistic knowledge unavailable to the average web developer we provide true multilingual support for web sites servicing this geographical area.
|
require_once("databaseUtils.php");
$count = 1;
$result = $databaseUtils->select("SELECT * FROM services order by displayorder");
while($row = mysql_fetch_array( $result ))
{
echo "| ";
$id = $row['id'];
$faq = $row['faq'];
$answer = $row['answer'];
echo " $count. $faq ";
echo "$answer ";
echo "";
$count++;
}
?>
|
Copyright (c) 2009 Austronauta.com All rights reserved.
Terms of Use
|