morfologik-svn Mailing List for Morfologik
Brought to you by:
dawidweiss,
milek_pl
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
(7) |
Oct
(2) |
Nov
|
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(5) |
Mar
(7) |
Apr
(11) |
May
(16) |
Jun
|
Jul
|
Aug
(2) |
Sep
(22) |
Oct
(2) |
Nov
|
Dec
(8) |
2008 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2009 |
Jan
(3) |
Feb
(1) |
Mar
(40) |
Apr
(3) |
May
|
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(9) |
Mar
(11) |
Apr
(43) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(51) |
Dec
|
2011 |
Jan
(19) |
Feb
(15) |
Mar
(2) |
Apr
(23) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(4) |
Jun
(34) |
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
(4) |
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
(2) |
18
(6) |
19
|
20
|
21
|
22
(1) |
23
(4) |
24
(6) |
25
(6) |
26
(6) |
27
(1) |
28
|
29
|
30
|
31
(3) |
|
|
|
|
From: Marcin M. <lis...@wp...> - 2009-03-05 00:09:34
|
Looks fine to me :) Suggest·and·implement·a·new·stemming·heuristic·based·on·inflection·frames. --> this is about guessing automata? Regards M daw...@us... pisze: > Revision: 121 > http://morfologik.svn.sourceforge.net/morfologik/?rev=121&view=rev > Author: dawidweiss > Date: 2009-03-04 09:10:46 +0000 (Wed, 04 Mar 2009) > > Log Message: > ----------- > Marcin, look at the suggestions I made for version 1.2 and let me know what you think. > > Added Paths: > ----------- > morfologik-stemming/trunk/TODO.txt > > Added: morfologik-stemming/trunk/TODO.txt > =================================================================== > --- morfologik-stemming/trunk/TODO.txt (rev 0) > +++ morfologik-stemming/trunk/TODO.txt 2009-03-04 09:10:46 UTC (rev 121) > @@ -0,0 +1,18 @@ > +SUGGESTIONS FOR VERSION 1.2 > + > +- Rename stemmer classes to match the project's name. I suggest making a single class > + MorfologikStemmer and add a property that would determine whether fallback heuristic > + is used for missing dictionary words. > + > + public class MorfologikStemmer { > + public void setUseDictionary(boolean flag); > + public void setUseHeuristic(boolean flag); > + ... > + } > + > +- Add a set of utility classes for parsing morphological tags. This could be similar > + (or even compatible?) with Morfeusz-Java. > + > +- Suggest and implement a new stemming heuristic based on inflection frames. > + > +- Compile for java 1.5 and make it a requirement. > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Morfologik-svn mailing list > Mor...@li... > https://lists.sourceforge.net/lists/listinfo/morfologik-svn > > > |