gate

Natural Language Processing in C++

I'm working on a project that already has a C++ base. I would like to have a plug-in for some natural language processing. I really like GATE but I'm not sure if it's worth launching the JVM and splitting the project into C++ and Java portions. I noticed UIMA has a C++ framework, but have not tried it but seems to have less features t...

Run GATE pipeline from inside a Java program without the GUI. build a tomcat app with gate

Hi , i have built some plugin components to GATE and in combination with ANNIE tools, im running a pipeline in GATE platform. Does anyone know how can i run a pipeline from the console? I want to build a web application in Tomcat that will be taking a plain text from the web page, passing it to the GATE pipeline i have built and do so...

Tool to draw logic gates from text

Is there a tool to draw out logic gates / the circuit diagram from a textual description of those gates (such as HDL)? Thank you. ...

get sentence splitter annotation set offsets through GATE API

I am using GATE and i am using ANNIE sentence splitter. I would like to get each sentence's start and end offseet through the GATE API. Does anyone know how can i have access to these annotation set? Sorry for the poor grammar, thanks. ...

text classification in any language

I wanted to know what is the best way to classify questions in a q & a website. for example how much is a ruby diamond worth ? is classified into say a shopping category what is closures in ruby? -> is classified into a computer category Are there any classifiers (open source) which do that? ...

Layout recognition in GATE

Has anyone an idea if GATE (general architecture for text engineering) can recognize layout like tables? Thanks! ...