1

I'm using Freeling to analyse text in Spanish, but I have a question when it comes to customize the used dictionary. The specific example is that the word

morelos

is a singular masculine noun but is being split in two words and classified as follows:

more morar VMM03S0 1 -  
los lo PP3MPA0 1 -

I've tried a wide variety of things from adding the word in the dictionary, which entry the following

morelos morelos NPMSS00

I've tried not using multiwords, but is also unsuccessful.

Can anyone recommend me what to do?

(Is there anywhere a comprehensive tutorial to understand use freeling?)

4

1 回答 1

2

这是因为词缀模块认为这是一个附着代词 (morar+los)

您可以停用词缀,或尝试微调词缀规则。

FreeLing 的用户手册和用户论坛中有关于 FreeLing 的全面信息。检查FreeLing 网页

于 2016-05-04T09:40:21.980 回答