Menu

Commit [r815]  Maximize  Restore  History

Removing `libs.base.__common.WILDCARD`.

We represent missing props by not adding
them to `Word._props`, so `WILDCARD` has become
redundant.

There are two ways to delete a prop:
* w.del_prop("lemma")
* w.set_prop("lemma", "")

The second alternative is provided for convenience:
if a user calls `transform.py -w 'w.surface = w.lemma'`,
the underlying `set_prop` will do the Right Thing (TM) when
`lemma` is undefined (i.e., it will delete `surface` as well).

silvioricardoc 2015-06-29

changed /bin/candidates.py
changed /bin/content_words.py
changed /bin/eval_automatic.py
changed /bin/libs/base/__common.py
changed /bin/libs/base/entry.py
changed /bin/libs/base/ngram.py
changed /bin/libs/base/sentence.py
changed /bin/libs/base/webFreq.py
changed /bin/libs/base/word.py
changed /bin/libs/filetype/__init__.py
changed /bin/libs/filetype/_common.py
changed /bin/libs/filetype/fmtutil.py
changed /bin/libs/filetype/ft_conll.py
changed /bin/libs/filetype/ft_csv.py
changed /bin/libs/filetype/ft_moses.py
changed /bin/libs/filetype/ft_palavras.py
changed /bin/libs/filetype/ft_plaincandidates.py
changed /bin/libs/filetype/ft_plaincorpus.py
changed /bin/libs/filetype/ft_pwac.py
changed /bin/libs/filetype/ft_treetagger.py
changed /bin/libs/filetype/ft_ucs.py
changed /bin/libs/filetype/ft_xml.py
changed /bin/libs/filetype/indexlib.py
changed /bin/localmaxs.py
changed /bin/uniq.py
/bin/candidates.py Diff Switch to side-by-side view
Loading...
/bin/content_words.py Diff Switch to side-by-side view
Loading...
/bin/eval_automatic.py Diff Switch to side-by-side view
Loading...
/bin/libs/base/__common.py Diff Switch to side-by-side view
Loading...
/bin/libs/base/entry.py Diff Switch to side-by-side view
Loading...
/bin/libs/base/ngram.py Diff Switch to side-by-side view
Loading...
/bin/libs/base/sentence.py Diff Switch to side-by-side view
Loading...
/bin/libs/base/webFreq.py Diff Switch to side-by-side view
Loading...
/bin/libs/base/word.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/__init__.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/_common.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/fmtutil.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_conll.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_csv.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_moses.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_palavras.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_plaincandidates.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_plaincorpus.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_pwac.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_treetagger.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_ucs.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/ft_xml.py Diff Switch to side-by-side view
Loading...
/bin/libs/filetype/indexlib.py Diff Switch to side-by-side view
Loading...
/bin/localmaxs.py Diff Switch to side-by-side view
Loading...
/bin/uniq.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.