POS tagging is a solved-enough problem, at least in most domains. Clojure 
still doesn't have its own NLTK (HINT HINT, GSOC kids!), but I'm sure I can 
find a Java lib or 2 that should do the job well enough.

On Tuesday, March 10, 2015 at 4:27:17 PM UTC-4, Ray Miller wrote:
>
> On 10 March 2015 at 20:03, Sam Raker <sam....@gmail.com <javascript:>> 
> wrote: 
> > That's honestly closer to what I was originally envisioning--I've never 
> > really looked into graph dbs before, but I'll check out Neo4j tonight. 
> Do 
> > you know whether you can model multiple edges between the same nodes? 
>
> Yes, certainly possible. 
>
> If you go for Neo4j you have two options for Clojure: embedded (with 
> the borneo library and reading Javadoc, or plain Java interop) or 
> stand-alone server with REST API (with the well-documented Neocons 
> library from Clojurewerkz). You'll also have to think about how to 
> model which text (song) each phrase came from - likely another node 
> type in the graph with a linking edge to the start of the phrase. 
>
> Great book on Neo4j available for free download, also covers data 
> modelling: http://neo4j.com/books/ 
>
> > I'd love to be able to have POS-based wildcarding as a feature, so you 
> could 
> > search for e.g. "the ADJ goose", but that's a whole other layer of 
> stuff, so 
> > it might go in the "eventually, maybe" pile. 
>
> Sounds like fun, but means doing some natural language processing on 
> the input texts, which is a much more difficult problem than simply 
> tokenizing. 
>
> Ray. 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to