forked from GitHub/gf-core
make MorphoAnalysis serializable
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
package org.grammaticalframework.pgf;
|
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 lemma;
|
||||||
private String field;
|
private String field;
|
||||||
private double prob;
|
private double prob;
|
||||||
|
|||||||
Reference in New Issue
Block a user