Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41BCF180C6 for ; Tue, 24 Nov 2015 16:46:28 +0000 (UTC) Received: (qmail 24389 invoked by uid 500); 24 Nov 2015 16:46:27 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 24329 invoked by uid 500); 24 Nov 2015 16:46:27 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 24317 invoked by uid 99); 24 Nov 2015 16:46:27 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 16:46:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 150EE180992 for ; Tue, 24 Nov 2015 16:46:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.425 X-Spam-Level: ** X-Spam-Status: No, score=2.425 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Blthahsn-Web for ; Tue, 24 Nov 2015 16:46:20 +0000 (UTC) Received: from utservm.ut.ac.ir (utservm.ut.ac.ir [80.66.177.10]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 915DB20C34 for ; Tue, 24 Nov 2015 16:46:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by utservm.ut.ac.ir (Postfix) with ESMTP id 3CFE81DA39F for ; Tue, 24 Nov 2015 20:15:51 +0330 (IRST) Received: from utservm.ut.ac.ir ([127.0.0.1]) by localhost (utservm.ut.ac.ir [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HNwyguUDuClj for ; Tue, 24 Nov 2015 20:15:50 +0330 (IRST) Received: from mail.ut.ac.ir (utservm.ut.ac.ir [194.225.0.10]) by utservm.ut.ac.ir (Postfix) with ESMTPA id EA0261DA360 for ; Tue, 24 Nov 2015 20:15:50 +0330 (IRST) Received: from [94.139.180.73] by mail.ut.ac.ir with HTTP (HTTP/1.1 POST); Tue, 24 Nov 2015 20:15:50 +0330 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_2a01ce00e23d0865591e4cb92ef7cee3" Date: Tue, 24 Nov 2015 20:15:50 +0330 From: "d.heidarpour" To: user@uima.apache.org Subject: Ruta and Morphology Analyzing Message-ID: X-Sender: d.heidarpour@ut.ac.ir User-Agent: Roundcube Webmail/0.9.4 --=_2a01ce00e23d0865591e4cb92ef7cee3 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Hi, I'm trying to implement a Morphology Analyzer (AE) for Farsi in UIMA. I need a way to compile my words list and rules so it can be queried by the AE for both bottom-up and top-down morphology analyzing of Farsi words. There are a few FST libraries in Java for this task. But my question is Can I use UIMA Ruta straightforwardly? or Can I use it in a way to compile the words and rules in a structure like Trie? Thanks ~Davood Heidarpour --=_2a01ce00e23d0865591e4cb92ef7cee3--