mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
make MorphoAnalysis serializable
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package org.grammaticalframework.pgf;
|
||||
|
||||
public class MorphoAnalysis {
|
||||
import java.io.Serializable;
|
||||
|
||||
public class MorphoAnalysis implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String lemma;
|
||||
private String field;
|
||||
private double prob;
|
||||
|
||||
Reference in New Issue
Block a user