Projects that are tagged with text mining.


Logo Aika 0.17

by molzberger - May 14, 2018, 15:42:00 CET [ Project Homepage BibTeX Download ] 29306 views, 7636 downloads, 0 subscriptions

About: Aika is an open source text mining engine. It can automatically extract and annotate semantic information in text. In case this information is ambiguous, Aika will generate several hypothetical interpretations about the meaning of this text and retrieve the most likely one.

Changes:

Aika Version 0.17 2018-05-14

  • Introduction of synapse relations. Previously the relation between synapses was implicitly modeled through word positions (RIDs). Now it is possible to explicitly model relations like: The end position of input activation 1 equals to the begin position of input activation 2. Two types of relations are currently supported, range relations and instance relations. Range relations compare the input activation range of a given synapse with that of the linked synapse. Instance relations also compare the input activations of two synapses, but instead of the ranges the dependency relations of these activations are compared.
  • Removed the norm term from the interpretation objective function.
  • Introduction of an optional distance function to synapses. It allows to model a weakening signal depending on the distance of the activation ranges.
  • Example implementation of a context free grammar.
  • Example implementation for co-reference resolution.
  • Work on an syllable identification experiment based on the meta network implementation.

Aika Version 0.15 2018-03-16

  • Simplified interpretation handling by removing the InterpretationNode class and moving the remaining logic to the Activation class.
  • Moved the activation linking and activation selection code to separate classes.
  • Ongoing work on the training algorithms.

Logo QMiner 5.0.0

by blazfortuna - April 8, 2016, 14:17:58 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15029 views, 3194 downloads, 0 subscriptions

About: Analytic engine for real-time large-scale streams containing structured and unstructured data.

Changes:

Initial Announcement on mloss.org.