Error on analysis

Submitted by andres on Tue, 11/07/2017 - 20:44
Forums

I'm getting this error when tagging a file:

/usr/bin/analyze: line 39: 32566 Segmentation fault (core dumped) $FREELING/bin/analyzer $param

How can I check what's going on....

The file has 100.719.644 lines, here are the first 50:
<text id="1">
<p id="1">
<s id="1">
(
0
)
<enty>
Miércoles
</enty>
,
17
diciembre
-
<enty>
JAM
</enty>
<enty>
SESSION
</enty>
i
Assemblea
de
músics
joves
(
0
)
Jueves
,
11
diciembre
-
Bon
<enty>
Nadal
</enty>
!
</s>
<s id="2">
!
</s>
<s id="3">
!
</s>
<s id="4">
(
0
)
Sobre
TAP

Ok, I can understand that, one of the test I did was replacing all the tags for exemple this way:
<s id="1"> by AAAidIGCI1CDZZZ,
but it chrashed anyway, what else can I do?

That is still XML.  There should be no tags, only text.

The input must be plain text, in UTF8. One token per line, one blank line after each sentence.

 

 

 

 

 

"AAAidIGCI1CDZZZ"  is not XML, but  <s id="1">   is indeed

Freeling analyzes text.
If you feed it garbage, will try to do its best assuming the input was text.

 That is why you get "proper noun".  If you don't want nonsense answers, do not ask nonsense questions.... (asking to analyze AAAidIGCI1CDZZZ as text is a nonsense question)