~wouterbulten/mai-sentence/0.3

« back to all changes in this revision

Viewing changes to Sentence Calculator/src/org/mai/asa/sc/SentenceCalculator.java

  • Committer: Wouter Bulten
  • Date: 2010-05-25 11:36:09 UTC
  • Revision ID: wouterbulten@mai-ai.org-20100525113609-nog5ih8wsz6s6jf2
Removed Sentence Calculator, this is present in version 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * SentenceCalculator.java
3
 
 *
4
 
 * Copyright (C) 2010  Wouter Bulten
5
 
 *
6
 
 * This program is free software: you can redistribute it and/or modify
7
 
 * it under the terms of the GNU Affero General Public License as
8
 
 * published by the Free Software Foundation, either version 3 of the
9
 
 * License, or (at your option) any later version.
10
 
 *
11
 
 * This program is distributed in the hope that it will be useful,
12
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
 * GNU Affero General Public License for more details.
15
 
 *
16
 
 * You should have received a copy of the GNU Affero General Public License
17
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
 
 *
19
 
 * Project page: http://launchpad.net/mai-sentence
20
 
 *
21
 
 * File created: 24 mei 2010 21:14:24
22
 
 */
23
 
 
24
 
package org.mai.asa.sc;
25
 
 
26
 
import org.mai.asa.fa.postag.Pattern;
27
 
 
28
 
/**
29
 
 * SentenceCalculator.java
30
 
 *
31
 
 * @author Wouter Bulten <wouterbulten@mai-ai.org>
32
 
 */
33
 
public class SentenceCalculator {
34
 
 
35
 
        public void calculatePattern(Pattern pattern)
36
 
        {
37
 
                
38
 
        }
39
 
}