Usage

Description

Questions and aswers related to FreeLing usage

galician tagset

Submitted by noemivarela on Tue, 01/10/2017 - 12:20
Forums

Hi,

I'm ussing the FreeLing 4.0 for the galician language.

If we analyze the sentence:

Cando varrín contigo, xa varrera a escaleira e varría durmido

we observe that there is no explanation for the second M in the tag for the varrera verb.

6 varrera varrer VMIM1S0 VMI pos=verb|type=main|mood=indicative|person=1|num=singular - - - - - - -

Semantic Graph

Submitted by Anonymous (not verified) on Thu, 12/15/2016 - 05:14
Forums

What is Semantic graph what is all about when i am using online Demostration version we find the last feature is semantic graph i would like to know what is really semantic graph.

we know that there are many option for analysis like Morphology analysis, pos tagging, shallow parsing, full parsing, dependency parsing, coreference, and semantic graph

Wrong dependency analysis

Submitted by Anonymous (not verified) on Fri, 08/19/2016 - 15:02
Forums

Hello,

We have just upgraded from Freeling 3.1 to 4.0. We want to use the semantic graph, so we have changed de dependecy Anaylyzer used, from Txala to a mixed depTxala-Treeler analysis (as the example java file shows).
Is this change mandatory to use semantic graph and dependency analysis?
What do we improve with the annexed change?

// depTxala.analyze( doc ); //3.1

depTxala.completeParseTree(doc); //4.0
depTreeler.analyze(doc); //4.0

JVM chrash on ListSentenceIterator.next()

Submitted by Anonymous (not verified) on Wed, 08/17/2016 - 11:15
Forums

Hello,

When I process the results of the analysis that Freeling has made, the JVM I run crashes and dies.
The trace says that the error is in the native Freeling library:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x19ea4fd3, pid=10300, tid=9224
#
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) Client VM (20.45-b01 mixed mode windows-x86 )
# Problematic frame:
# C [libfreeling.dll+0xb4fd3]