Exemplo n.º 1
0
		public object Clone() {
			var res = new FormInfo
			{
				_flexiaWasCut = _flexiaWasCut,
				_found = _found,
				_prefixesWereCut = _prefixesWereCut,
				_innerAnnot = _innerAnnot,
				_inputWordBase = _inputWordBase,
				_parent = _parent,
				_userPrefix = _userPrefix
			};
			return res;
		}
Exemplo n.º 2
0
		public IParadigm CreateParadigmFromID(int id) {
			FormInfo info = new FormInfo();
			info.AttachLemmatizer(this);
			info.SetParadigmId(id);
			return info;
		}