italian_dictionary_classic_asp
Italian dictionary with appended functions in Classic ASP
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Keywords
asp-classic
class
classic-asp
dictionary
italian
italian-dictionary
italian-language
italiano
library
r0mb0
Last synced: 6 months ago
·
JSON representation
·
Repository
Italian dictionary with appended functions in Classic ASP
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
asp-classic
class
classic-asp
dictionary
italian
italian-dictionary
italian-language
italiano
library
r0mb0
Created about 1 year ago
· Last pushed 7 months ago
Metadata Files
Readme
Contributing
Funding
License
Code of conduct
Citation
Security
Support
README.md
Italian dictionary in Classic ASP
italian_dictionary.class.asp's avaible functions
- Initialize the class with the necessary words ->
Public Function initialize(ByVal lists)> wherelistmust be a string with the list of dictionary files to add. The files inside the string must be separated with space.
> The dictionary files to choose are: > - 1000paroleitalianecomuni > - 110000paroleitalianeconnomipropri > - 280000paroleitaliane > - 400parolecomposte > - 60000paroleitaliane > - 660000paroleitaliane > - 9000nomipropri > - 95000paroleitalianeconnomipropri > - coniugazioneverbi > - lista38000cognomi > - listabadwords > - listacognomi > - parole_uniche > > This files has been taken from paroleitaliane- Or insert a path to load the saved state dictionary in a file
- Print all elements of dictionary ->
Public Function write_all_words() - Check if a word is in the dictionary ->
Public Function is_present(ByVal word) - Search a word inside the dictionary ->
Public Function search_word(ByVal word, ByVal is_array)> This function is usefull to search a word inside the dictionary, for example ifword= "cas" the function will return: "casa", "casina" and "casona" > -wordis the word to search, it could be a part of a word, if an entire word is passed to the function, the function will return null. > -is_arraychange the output of the function, iftruethe function will return an array with all results, else, will be returned a string - Function to save to file the dictionary state ->
Public Function save_dictionary(ByVal path)> Wherepathis the string with the location with the file to save location
How to use
From:
Test.asp
- Initialize the class
asp <%@LANGUAGE="VBSCRIPT"%> <!--#include file="italian_dictionary.class.asp"--> <% Dim dictionary Set dictionary = new italian_dictionary - Fill the dictionary
asp dictionary.initialize("1000_parole_italiane_comuni 400_parole_composte")- Or
asp dictionary.load_dictionary("path")
- > Save the state of dictionary
asp dictionary.save_dictionary("path") - Interrogate the tree
Possibilities:- Check if a word is in the dictionary
asp dictionary.is_present("casa") - Search a word inside the tree
asp dictionary.search_word("cas", false) %>
- Check if a word is in the dictionary
Owner
- Name: Francesco Rombaldoni
- Login: R0mb0
- Kind: user
- Location: Italy
- Company: INRCA/SIA
- Repositories: 20
- Profile: https://github.com/R0mb0
If I'm living in a crisis without realizing it?
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Rombaldoni" given-names: "Francesco" title: "Italian_dictionary_classic_asp" version: 1.0.0 date-released: 2025-03-17 url: "https://github.com/R0mb0/Italian_dictionary_classic_asp"
GitHub Events
Total
- Push event: 24
- Create event: 2
Last Year
- Push event: 24
- Create event: 2
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0