Menu

#221 Analyze and stem don't work as they should in 1.3

closed-fixed
None
5
2012-09-19
2012-07-17
Anonymous
No

The analyze() and stem() methods do not work in 1.3 as they do in 1.2. Also, suggest() seems to come up with fewer suggestions.

The following examples are in Hungarian.
1. "kutyamacska", a (meaningless) compound word not in the dictionary:
- 1.3: stem(kutyamacska): 0
analyze(kutyamacska): 0
- 1.2: stem(kutyamacska): 1
kutyamacska
analyze(kutyamacska): 1
pa:kutya st:kutya po:noun ts:NOM pa:macska st:macska po:noun ts:NOM
2. "bmv"
- 1.3: suggestion(bmv): 1
BM
- 1.2: suggestion(bmv): 4
BMW
BMP
BME
BM-
3. "szekrénysort", a common compound word in accusative:
- 1.3: stem(szekrénysort): 0
analyze(szekrénysort): 0
- 1.2: stem(szekrénysort): 2
szekrénysort
szekrénysor
analyze(szekrénysort): 2
pa:szekrény st:szekrény po:noun ts:NOM pa:sort st:sort po:noun ts:NOM
pa:szekrény st:szekrény po:noun ts:NOM pa:sort ( st:sor po:noun ts:NOM is:ACC | st:sor po:noun ts:NOM is:ACC )

Discussion

  • Anonymous

    Anonymous - 2012-07-17
    • summary: Analyze and stem doesn't work as it should in 1.3 --> Analyze and stem don't work as they should in 1.3
     
  • Németh László

    Fixed in the CVS. Thanks for the report.

     
  • Németh László

    • assigned_to: nobody --> nemethl
    • status: open --> closed-fixed